在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用delete
星标0
分支0
更新时间2026年3月31日 08:09
Delete all deployed SAR repos and clean temp files
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Delete all deployed SAR repos and clean temp files
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Stop the running supervisor and all researcher variants
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
Reset the target to its initial seed state
| name | delete |
| description | Delete all deployed SAR repos and clean temp files |
| user_invocable | true |
Remove all 4 deployed SAR repos and clean temporary files.
Read .env from the workspace root.
Read .env and resolve all repo paths.
Remove deployed repos (if they exist):
rm -rf ${SUPERVISOR_REPO}
rm -rf ${RESEARCH_LOOP_REPO}
rm -rf ${RAG_TARGET_REPO}
rm -rf ${HARNESS_CORE_REPO}
Clean temporary files:
rm -rf /tmp/rag-index-cache
rm -f /tmp/rag-eval-report.json
rm -f /tmp/cc-sar-supervisor.log
Report what was removed.
.env paths