Delegate complex tasks to Manus AI - web research, report generation, code building, data scraping. Task templates, monitoring, cost tracking. OpenClaw skill.
Delegate complex tasks to Manus, an autonomous AI agent that can browse the web, use tools, and deliver complete work products (reports, code, presentations, scraped data, financial models, mobile apps, etc.).
git clone https://github.com/mvanhorn/clawdbot-skill-manus.git ~/.openclaw/skills/manus
Get a key from Manus, then:
export MANUS_API_KEY="your-key-here"
| Profile | Speed | Cost | Best for |
|---|---|---|---|
manus-1.6 |
Standard | Standard | Most tasks (recommended) |
manus-1.6-lite |
Fast | ~40% cheaper | Quick lookups, summaries |
manus-1.6-max |
Slow | ~2x standard | Deep research, complex analysis (+19.2% satisfaction) |
Note:
manus-1.5*profiles are deprecated. Always usemanus-1.6*.
| Feature | Details |
|---|---|
| API | https://api.manus.im/v1 |
| Auth | API_KEY header |
| Task modes | agent (file creation), chat, adaptive |
| Multi-turn | Pass taskId to continue conversations |
| Attachments | fromFileId, fromUrl, fromBase64 |
| Webhooks | task_created, task_progress, task_stopped |
Tasks typically take 2-10+ minutes for complex work. The skill polls for completion, downloads output files locally, and delivers them directly rather than relying on share links.
# Tasks
bash scripts/manus.sh create "Research the top AI startups" manus-1.6
bash scripts/manus.sh status <task_id>
bash scripts/manus.sh download <task_id> ./output
bash scripts/manus.sh list [status]
bash scripts/manus.sh update <task_id> "New title"
bash scripts/manus.sh delete <task_id>
# Files
bash scripts/manus.sh upload ./data.csv
bash scripts/manus.sh list-files
bash scripts/manus.sh delete-file <file_id>
# Projects
bash scripts/manus.sh create-project "Q1 Research" "Use formal tone"
bash scripts/manus.sh list-projects
# Webhooks
bash scripts/manus.sh webhook-create https://your-server.com/hook
bash scripts/manus.sh webhook-delete <webhook_id>
MIT