ctf-skills
Solve CTF security challenges across web, pwn, crypto, and forensics
All Skills in This Repository (11)
Pure Emerald Level Indicatorsctf-forensics
Analyze disk images, memory dumps, and network captures to locate forensic artifacts.
ctf-misc
Identify and apply miscellaneous CTF techniques for encoding, DNS, jail, and steganography puzzles.
ctf-reverse
Analyze binaries and obfuscated code to recover flags in CTF challenges.
ctf-malware
Identify malware behavior and network indicators in CTF challenges.
solve-challenge
Automate CTF challenge analysis by scanning files and connecting to services.
find-skills
Discover and install agent skills from the open ecosystem.
ctf-osint
Assemble public OSINT data from social media, geolocation, DNS, and metadata into CTF clues.
ctf-crypto
Provides cryptography techniques reference for solving RTF-style challenges.
ctf-ai-ml
Attack ML models in CTF challenges using adversarial examples, weight manipulation, and LLM injection techniques.
ctf-pwn
Exploit memory corruption vulnerabilities in CTF binaries using ROP, heap, and kernel techniques.
ctf-writeup
Generates standardized submission-style CTF writeups documenting solution steps, tools, and flags.
Frequently Asked Questions
FAQPage SchemaHow to install ctf-skills?โผ
Run `npx skills add ljagiello/ctf-skills --all -g -y` in your terminal to install all CTF skills globally.
What CTF categories does this suite cover?โผ
It covers web exploitation, binary exploitation (pwn), cryptography, reverse engineering, forensics, OSINT, malware analysis, AI/ML attacks, and miscellaneous puzzles like jail escapes and encodings.
Can AI solve CTF challenges automatically?โผ
Yes. The solve-challenge skill triages any challenge file or service, picks the right category, and routes your agent to the matching specialist skill with proven techniques and scripts.
Does ctf-skills work with Claude Code?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code and any other agent tool that supports the Agent Skills spec.
Do I need to install security tools separately?โผ
The suite includes an installer script that pre-installs all required tools, or each skill lists only the packages needed for its category so you can install on demand.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core