CyberOwl AI Skill
Scans your project and tells you which security alerts actually affect your stack. Updated daily from 10 CERTs worldwide.
Works with Claude Code, Cursor, and any tool that supports custom instructions.
Setup
Claude Code
mkdir -p .claude/skills/cyberowlai && curl -o .claude/skills/cyberowlai/SKILL.md https://cyberowlai.com/skill/SKILL.md
Then run:
/cyberowlai
Cursor
mkdir -p .cursor/rules && curl -o .cursor/rules/cyberowlai.md https://cyberowlai.com/skill/SKILL.md
Then ask: "check cyberowlai" or "any new CVEs for my stack?"
Other tools
Download SKILL.md and place it wherever your tool reads custom instructions from.
How it works
- Reads your dependencies, Dockerfiles, CI configs, infra files
- Fetches the latest alerts from cyberowlai.com/alerts.json
- Shows only what matches your stack + critical zero-days
API
GET https://cyberowlai.com/alerts.json
JSON feed with ~90 alerts from 10 sources, updated daily. Use it to build your own integrations.