Claude Skill
ljagiello/ctf-skills
基于Python的代理技能集合,用于解决CTF挑战,涵盖Web漏洞利用、二进制漏洞利用、密码学、逆向工程、取证分析和开源情报。兼容Claude Code、Codex CLI和Gemini CLI。
概览
仓库信息
安装这个 Skill
npx skills add ljagiello/ctf-skillsRegistry 信息
项目简介
一套全面的代理技能集合,专为协助解决CTF挑战而设计,涵盖Web漏洞利用、二进制漏洞利用、密码学、逆向工程、取证分析、开源情报等领域。适用于Claude Code、Codex CLI、Gemini CLI等AI编码助手。
Agent skills for solving CTF challenges - web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT, and more
要点
- 涵盖多个CTF类别:Web、Pwn、密码学、逆向、取证、OSINT
- 兼容Claude Code、Codex CLI、Gemini CLI和OpenCode
- 基于Python的代理技能,支持自动化挑战求解
- 活跃维护,拥有1735+星标和235+分支
- 适合CTF新手和资深玩家使用
使用场景
- 在CTF竞赛中自动化Web漏洞利用任务
- 辅助二进制逆向工程和Pwn挑战
- 解决密码学谜题和取证分析
- 针对CTF场景进行开源情报调查
- 与AI编码助手集成,提供实时挑战支持
README 摘要
# ctf-skills [Agent Skills](https://agentskills.io) for solving CTF challenges — web exploitation, binary pwn, crypto, reverse engineering, forensics, OSINT, and more. Works with any tool that supports the Agent Skills spec, including [Claude Code](https://docs.anthropic.com/en/docs/claude-code). ## Installation ```bash npx skills add ljagiello/ctf-skills ``` ## Run with Friday Studio Want these skills as part of a real workflow — schedules, signals, MCP tools, memory, the works? Drop them into [Friday](https://hellofriday.ai/), the shareable AI workspace runtime from [Tempest Labs](https://hellofriday.ai/). Friday Studio loads skills into agent context on demand and runs them inside reproducible workspaces that you can trigger from chat, on a cron, or over HTTP. Everything runs locally, your data stays on your machine, and every step is logged so you can see exactly what the agent did during a challenge. To add these skills to Friday Studio: 1. Install Friday from [hellofriday.ai](https://hellofriday.ai/) (macOS). 2. Open **Skills** in the Studio sidebar and click **+ Add**. 3. Import individual skills by reference (e.g. `ljagiello/ctf-skills/ctf-web`), or upload this repo as a folder. 4. Reference them from any `workspace.yml`, or let agents load them automatically based on the skill description. See the [Friday Skills docs](https://docs.hellofriday.ai/core-concepts/skills) for the full workflow, and the [Friday blog](https://blog.hellofriday.ai/) — including [AI Drift: The Hidden Cost of Building with AI](https://blog.hellofriday.ai/ai-drift-the-hidden-cost-of-building-with-ai-e2b51415b3b0) — for the philosophy behind it. ## Environment Setup Two setup strategies depending on your workflow: ### Pre-install (recommended before competitions) Use the centra