Manus
Control the Manus AI agent platform from OpenClaw — cloud tasks, local commands, desktop control, and hybrid mode.
Full control of the Manus AI agent platform from OpenClaw. Send cloud tasks, run local commands, control the desktop, manage files and projects, set up webhooks, and run in hybrid mode — all from a single skill.
What This Skill Can Do
Set Up the Skill
Clone the Skill
Navigate to your OpenClaw skills directory and clone the repository:
cd ~/.openclaw/workspace/skills/
git clone https://github.com/SAGARRAMBADE21/manus-skill.git manusFolder name must be manus.
Get Your API Key
Go to manus.im/settings/api and generate an API key.
Configure Credentials
Add your API key and safety level to the workspace environment:
echo 'MANUS_API_KEY=your-key-here' >> ~/.openclaw/workspace/.env
echo 'MANUS_SAFETY_LEVEL=allowlist' >> ~/.openclaw/workspace/.env| Field | Required | Description |
|---|---|---|
MANUS_API_KEY | Yes | API key from manus.im/settings/api |
MANUS_SAFETY_LEVEL | Yes | Safety level for local execution (allowlist recommended) |