XO Docs

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 manus

Folder 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
FieldRequiredDescription
MANUS_API_KEYYesAPI key from manus.im/settings/api
MANUS_SAFETY_LEVELYesSafety level for local execution (allowlist recommended)

Refresh Skills

Refresh skills in OpenClaw so the Manus skill loads:

/refresh skills

On this page