openmanus
GitHub用于在Clodex中调用OpenManus执行长期自主研究、浏览器探索或数据分析等复杂任务。需配置路径,通过runOpenManus工具运行,保持提示词具体,结果视为外部报告,代码修改使用标准工具处理。
触发场景
安装
npx skills add mereyabdenbekuly-ctrl/clodex-ide --skill openmanus -g -y
SKILL.md
Frontmatter
{
"name": "openmanus",
"description": "Use OpenManus as an external autonomous Python agent for long-running research, browser-style exploration, data analysis, or multi-step execution tasks from inside a mounted workspace."
}
OpenManus Plugin
Use this skill when the user explicitly asks to run OpenManus, Manus-style automation, a long autonomous research task, or a Python/browser/data workflow that should run outside the normal Clodex agent loop.
Prerequisites
OpenManus is not vendored into Clodex by default. Before running it, make sure one of these exists:
OPENMANUS_HOMEpoints to a localFoundationAgents/OpenManuscheckout that containsmain.py.bundled/plugins/openmanus/main.pyexists in the installed Clodex app.
Optionally set OPENMANUS_PYTHON to the Python executable. If unset, Clodex uses python3.
Tool
Use the runOpenManus tool.
Parameters:
prompt: the autonomous task for OpenManus.mountPrefix: the mounted workspace prefix where the task should operate.timeoutMs: optional timeout, max 30 minutes.
Workflow
- Identify the current workspace mount prefix from the environment context or by listing files.
- Call
runOpenManuswith a narrow, concrete prompt. - Treat its output as an external agent report.
- If code changes are needed after OpenManus finishes, use normal Clodex edit tools (
write/multiEdit) so the user gets Pending Edits.
Guardrails
- Do not claim OpenManus changed files unless its output proves it.
- Prefer normal Clodex tools for small code edits.
- Do not run OpenManus against unrelated paths.
- Keep prompts narrow; OpenManus can run for a long time.
版本历史
- 0f01f5b 当前 2026-07-19 09:02


