forked from farhoodlabs/skills
1a6af44a73
Copy the shannon skill from unicodeveloper/shannon into the Agent Skills repo. Add proper full AGPL-3.0 license text to respect upstream licensing. Update CLAUDE.md to document the new skill. Co-Authored-By: Paperclip <noreply@paperclip.ing>
20 lines
595 B
Markdown
20 lines
595 B
Markdown
# Shannon Skill
|
|
|
|
Claude Code skill for autonomous AI pentesting via Shannon.
|
|
Wraps the Docker-based Shannon pentester as a `/shannon` slash command.
|
|
|
|
## Structure
|
|
- `SKILL.md` — skill definition (deployed to ~/.claude/skills/shannon/)
|
|
- `scripts/setup-shannon.sh` — installer/updater for Shannon
|
|
- `scripts/sync.sh` — deploy to ~/.claude, ~/.agents, ~/.codex
|
|
|
|
## Commands
|
|
```bash
|
|
bash scripts/sync.sh # Deploy to all skill locations
|
|
```
|
|
|
|
## Rules
|
|
- ALWAYS confirm authorization before running pentests
|
|
- NEVER target production systems
|
|
- After edits: run `bash scripts/sync.sh` to deploy
|