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
- Parse the challenge — Extract: name, category, description, URLs, files, flag format, points/difficulty
- Create workspace —
challenges/<category>/<challenge-name>/withREADME.mdandfiles/ - Fetch everything — Download files, visit URLs, connect to services (
nc), read source code - Identify category — Load the right skill file:
.agents/skills/ctf-<category>/SKILL.md - Quick wins first —
strings,file,xxd, view source, check robots.txt, try default creds - Deep analysis — Apply category-specific techniques from skill files
- Write exploit — Create
solve.pywith working solution - Capture flag — Save to
flag.txt, print clearly
Category Skills
Read skill files for detailed techniques: .agents/skills/ctf-<category>/SKILL.md