Agent skill · AI & Agents

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...

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
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.

Facts
Files in the skill folder: 2
SKILL.md size: 8 KB
Bundled scripts: none
Allowed tools: BashReadGrep
Path: skills/agent/manus-ai-agent/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. When to Use Manus
  2. API Reference
  3. Base URL
  4. Authentication
  5. Create Task
  6. Agent Profiles
  7. Create Project
  8. Webhooks
  9. CLI Usage
  10. Playbook Templates
  11. Integration Patterns
  12. From Claude Code via CLI
  13. Direct API Call
  14. With Attachments
Ships with 1 file
  • metadata.json
Commands it runs
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"
More from claude-skill-registry
All skills →
About this skill
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.

Keep going