在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用help
星标94
分支10
更新时间2026年1月13日 18:50
Explain Ralph Loop plugin and available commands
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Explain Ralph Loop plugin and available commands
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | help |
| description | Explain Ralph Loop plugin and available commands |
The Ralph Loop plugin provides auto-continuation for complex tasks in opencode.
/ralph-loop <task>Start an iterative development loop that automatically continues until the task is complete.
Example:
/ralph-loop Build a REST API with authentication
The AI will work on your task and automatically continue until completion.
/cancel-ralphCancel an active Ralph Loop before it completes.
Example:
/cancel-ralph
/ralph-loop creates a state file at .opencode/ralph-loop.local.md<promise>DONE</promise> was outputWhen the task is fully complete, the AI outputs:
<promise>DONE</promise>
This signals the loop to stop. The AI should ONLY output this when the task is truly complete.
Located at .opencode/ralph-loop.local.md (add to .gitignore):
---
active: true
iteration: 3
maxIterations: 100
sessionId: ses_abc123
---
Your original task prompt