在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用stop
星标0
分支0
更新时间2026年3月29日 01:19
Stop the research loop and capture final snapshot
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Stop the research loop and capture final snapshot
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | stop |
| description | Stop the research loop and capture final snapshot |
| user_invocable | true |
Gracefully stop the running research loop and capture the final state.
Check current status:
pixi run researcher-status
If not running, report and stop.
Capture a pre-stop snapshot:
pixi run researcher-snapshot --label pre-stop
Stop the process:
pixi run researcher-stop
Capture final snapshot:
pixi run researcher-snapshot --label final
Report final state:
To restart with a modified approach:
/edit-prompts to modify the research loop's SKILL.md or agent definitions/start-research to restartTo revert the supervised repo's code:
pixi run researcher-revert-safe
To restore a previous best state:
pixi run researcher-restore best
Start the research loop and begin monitoring
Clean supervisor state, logs, and temp files
Read, edit, and diff .claude prompt assets (SKILL.md, agent definitions) in the supervised repo.