openmanus
GitHub调用 OpenManus 执行长时间运行的自主研究、浏览器探索、数据分析或多步骤 Python 任务,适用于需脱离常规代理循环的复杂工作流。
Trigger Scenarios
Install
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.
Version History
- 0f01f5b Current 2026-07-19 09:02


