ctf-monitor
01Agent Claude Code
CTF dispatch monitor. Poll board, run ctfdispatch plan/monitor, decide slot preemption, list which workers to spawn or stop. Use for orchestration ticks, not for writing exploits.
Agent Claude Code
CTF dispatch monitor. Poll board, run ctfdispatch plan/monitor, decide slot preemption, list which workers to spawn or stop. Use for orchestration ticks, not for writing exploits.
Agent Claude Code
Single-challenge CTF worker. Use for offline prep, writing exploits, remote pwn/web, and submitting flags. One challenge id per spawn. Prefer when monitor plan says a challenge needs coverage or respawn.
Command Claude Code
bash scripts/bootstrap.sh.
Command Claude Code
An offline demo command that starts required setup, ensures a mock service runs on port 8765, runs a Python self-test, and explains the results in Chinese.
Command Claude Code
. .venv/bin/activate 2>/dev/null || true python -m ctfdispatch.cli status python -m ctfdispatch.cli plan.
Command Claude Code
A scheduling command that runs one monitoring cycle for a dispatch system. It checks worker workspaces and reports which tasks should start, stop, or restart.
Settings file Claude Code
Agent settings declaring 26 allowed tools.
Instructions file CodexOpenCode
Instructions for fjh1997/ctf-agent-dispatch, covering agents.md — 多 harness 通用入口(codex / claude / 其它), 一启动(所有对话式 agent), 每个 tick, 读 work/state/lastplan.json and 槽优先级.
Instructions file
Instructions for fjh1997/ctf-agent-dispatch, covering ctf-agent-dispatch, 会话一启动就做(无需用户再说明), 1. bootstrap, 2. demo(默认) and 3. 身份.
Agent
A dispatcher guide for Claude Code sessions that coordinate multiple agents solving capture-the-flag challenges. It defines recurring checks, task assignment, priority rules, and safety limits.