solve-challenge

仓库创建 2026年2月2日最近提交 2 天前SkillHot 收录 20 天前
▸ 精选理由

能自动判定题型并调用专门技能,节省人工分类时间。

▸ 风险提示

含自动安装脚本并可执行外部工具,需在隔离环境审慎运行。

这个 Skill 做什么

对CTF题目进行初筛、分类并调度对应专用技能解决。

先对一个 CTF 题目做初筛和侦查,快速判断主导类别(如 web/pwn/crypto/re/forensics 等),再把任务路由到对应的专用 ctf-* 技能去深挖解决。当你拿到题目包、可远程服务、可疑文件或模糊描述,不知道从哪儿开始时用它。这个技能是赛场的侦察兵和调度器,不是做最深技术细节的专解器。

▸ 展开 SKILL.md 英文原文

Solves CTF challenges by performing first-pass triage, identifying the dominant category, and routing execution to the right specialized ctf-* skill. Use when the user gives you a challenge bundle, a remote service, a suspicious file, or only a vague challenge description and you must determine where to start. Do not use it when the category is already clear and a specialized skill can be invoked directly; this is the dispatcher and recon entrypoint, not the deepest reference for category-specific techniques.

垂直行业题目路由自动化工具编排通用
2.8k
Stars
333
Forks
11
仓库内 Skill
+197
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ljagiello/ctf-skills/main/solve-challenge/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ljagiello/ctf-skills/main/solve-challenge/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# CTF Challenge Solver

You're a skilled CTF player. Your goal is to solve the challenge and find the flag.

## Environment Setup

Two setup strategies depending on your workflow:

### Pre-install (recommended before competitions)

Use the central installer entrypoint:

```bash
bash scripts/install_ctf_tools.sh all
```

Run a narrower mode when you only want one tool group:

```bash
bash scripts/install_ctf_tools.sh python
bash scripts/install_ctf_tools.sh apt
bash scripts/install_ctf_tools.sh brew
bash scripts/install_ctf_tools.sh gems
bash scripts/install_ctf_tools.sh go
bash scripts/install_ctf_tools.sh manual
```

The full package lists now live in [scripts/install_ctf_tools.sh](../scrip
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有