一键导入
supervisor-stop
Stop the running supervisor and all researcher variants
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Stop the running supervisor and all researcher variants
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Live tree view of supervisor via cron — agent collects stats every 30s
Dashboard: supervisor status, researcher variants, and metric history
Remove all supervisor leftovers: clones, logs, state, backups
Start the supervisor as a background process
Delete all deployed SAR repos and clean temp files
Reset the target to its initial seed state
| name | supervisor-stop |
| description | Stop the running supervisor and all researcher variants |
| user_invocable | true |
Stop the supervisor process, any running researcher variants, and the monitoring cron. Capture final state before stopping.
Read .env from the workspace root for SUPERVISOR_REPO and CLAUDE_CONFIG_DIRS.
CronList → find any supervisor-monitor cron jobs → CronDelete each one
source .env
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
If not running, report not-running and stop here.
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-variant list --json
If any variants are running, stop each one:
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-variant stop --id <variant_id>
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-snapshot
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-stop
cd $SUPERVISOR_REPO && CLAUDE_CONFIG_DIRS=$CLAUDE_CONFIG_DIRS pixi run -e dev researcher-status
Report: stopped with final PID and profile.
pixi run — never run python -m directly.env for CLAUDE_CONFIG_DIRS — never hardcode profile paths