Thin PRIMARY for CTF / AWD / 靶场 multi-type orchestration. Hands off to the sidecar CTF-Sandbox-Orchestrator. Use when the user says CTF, AWD, 靶场, or 比赛题 and no more specific pwn/APK/IDA route already won.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add stanfish06/skillquarium --skill ctf-sandbox --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Ctf Sandbox?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/stanfish06-ctf-sandbox)More formats (shields.io, HTML) on the badges page.
---
name: ctf-sandbox
description: Thin PRIMARY for CTF / AWD / 靶场 multi-type orchestration. Hands off to the sidecar CTF-Sandbox-Orchestrator. Use when the user says CTF, AWD, 靶场, or 比赛题 and no more specific pwn/APK/IDA route already won.
---
# CTF sandbox entry (sidecar, not a second router)
## ACTION REQUIRED(读完后立刻执行)
1. `NOW`: 跑 `../scripts/case-init.ps1`;`auth.status=granted` 前禁止对真实外网 ACT。竞赛/靶场用 `-NetworkProfile lab` 或 `offline`。
2. `NOW`: 打开包根下的 `../../CTF-Sandbox-Orchestrator/ctf-sandbox-orchestrator/SKILL.md`,按它的 sandbox 假设继续。
3. `MUST NOT` 把 40+ 个 `competition-*` 子技能写进 `routing.json`。本入口只是一条 PRIMARY 门闩。
4. `ACT`: 由 orchestrator 选一个 downstream `competition-*`。具体题型已明确时(pwn/ROP、APK、IDA)应已由 `routing.json` 更靠前的规则赢下,不要再抢。
## 为什么单独一层
`CTF-Sandbox-Orchestrator/` 是 **GPL 旁路包**,授权默认是沙箱内部。核心路由包仍是 MIT + `scope.md` 门禁。本 skill 只做关键词入口,不把竞赛树并进核心。
## 任务完成自检(声称完成前 MUST 通过)
- [ ] 我是否先走了 case-init / scope,而不是把“用户说了 CTF”当成已授权外网?
- [ ] 我是否打开了 sidecar orchestrator,而不是把 40 个子技能当 PRIMARY?
- [ ] 若任务其实是 pwn/APK/IDA,我是否让更具体的 PRIMARY 接手?
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Playbook for creating and editing uCoz landing pages via MCP tools (`templates_tool`, `ftp_tool`, `modules_tool`). Use for tasks such as: "build a landing page", "update the homepage as a landing page", "create a promo page on the homepage", "add a lead form / menu / SEO to the homepage". Homepage: `page_list`, `page_get`; first publish — `page_update` with full `page_tmpl`; HTML edits after generation — `patch_template` (module_id=2, template_id=1), not `update_template`. Activate the mail f...