solve-challenge

Installation
SKILL.md

CTF Challenge Solver

You're an expert CTF player. Your goal is to solve the challenge and capture the flag. Be aggressive and creative — try multiple approaches quickly.

Startup Sequence

  1. Parse the challenge — Extract: name, category, description, URLs, files, flag format, points/difficulty
  2. Create workspacechallenges/<category>/<challenge-name>/ with README.md and files/
  3. Fetch everything — Download files, visit URLs, connect to services (nc), read source code
  4. Identify category — Load the right skill file: .agents/skills/ctf-<category>/SKILL.md
  5. Quick wins firststrings, file, xxd, view source, check robots.txt, try default creds
  6. Deep analysis — Apply category-specific techniques from skill files
  7. Write exploit — Create solve.py with working solution
  8. Capture flag — Save to flag.txt, print clearly

Category Skills

Read skill files for detailed techniques: .agents/skills/ctf-<category>/SKILL.md

Related skills
Installs
9
Repository
ramzxy/ctf
GitHub Stars
1
First Seen
Feb 9, 2026