Manus AI Agent Integration
Use this skill when delegating complex autonomous tasks to Manus AI - an AI agent that can browse the web, execute code, generate files, and comple...
npx skills add majiayu000/claude-skill-registry --skill manus-ai-agent --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Manus AI Agent Integration Use this skill when delegating complex autonomous tasks to Manus AI - an AI agent that can browse the web, execute code, generate files, and complete multi-step workflows independently. ## When to Use Manus - **Research tasks**: Market research, competitor analysis, fact-checking - **Content creation**: Presentations, videos, websites, documents - **Data processing**: PDF translation, data analysis, report generation - **Development**: Chrome extensions, proof of concepts, prototypes - **Planning**: Trip planning, fitness plans, business strategies ## API Reference ### Base URL ``` https://api.manus.ai/v1 ``` ### Authentication ```bash # Header authentication API_KEY: your-api-key ``` ### Create Task ```bash POST /v1/tasks Content-Type: application/json API_KEY: $MANUS_API_KEY { "prompt": "Your task description", "agentProfile": "manus-1.5", # manus-1.5 | manus-1.5-lite | speed | quality "taskMode": "agent", # agent | chat | adaptive (optional) "projectId": "proj_xxx", # optional "connectors": ["uuid1"], # optional - gmail, calendar, notion "attachments": [] # optional - files, URLs, base64 } ``` **Response:** ```json { "task_id": "TeBim6FDQf9peS52xHtAy
- When to Use Manus
- API Reference
- Base URL
- Authentication
- Create Task
- Agent Profiles
- Create Project
- Webhooks
- CLI Usage
- Playbook Templates
- Integration Patterns
- From Claude Code via CLI
- Direct API Call
- With Attachments
Header authentication POST /v1/tasks POST /v1/projects POST /v1/webhooks Set API key export MANUS_API_KEY="sk-xxx" Create simple task manus task "Summarize AI news from this week" Use quality mode for research manus task -m quality "Research iOS 26 SwiftUI changes"
What does the Manus AI Agent Integration skill do?
Use this skill when delegating complex autonomous tasks to Manus AI - an AI agent that can browse the web, execute code, generate files, and comple...
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill manus-ai-agent --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
