manus
Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.
npx skills add majiayu000/claude-skill-registry --skill manus-sanjay3290-ai-skills --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 Manus is an autonomous AI agent that handles complex tasks asynchronously. Particularly strong at **deep research** with parallel processing, web browsing, and generating comprehensive reports with data visualizations. ## When to Use Manus - **Deep research** - Market analysis, competitive landscaping, product comparisons - **Stock/financial analysis** - Company research, technical analysis, price charts - **Product research** - Feature comparisons across brands, specs analysis - **Report generation** - Creates markdown reports, CSVs, charts, and visualizations - **Multi-source synthesis** - Gathers and combines information from multiple websites - **Long-running tasks** - Anything taking 1-10+ minutes of autonomous work ## Research Prompt Examples Effective research prompts are specific about scope, sources, and desired output: **Product comparison:** ``` Find the best 4K monitors for Mac with Thunderbolt connectivity and 120Hz+ refresh rate. Focus on BenQ, Samsung, Dell, LG. Only include models released in the last year. Compare specs, prices, and Mac-specific features. Output a comparison table. ``` **Stock/company analysis:** ``` Analyze [TICKER] stock: company profile,
- When to Use Manus
- Research Prompt Examples
- Environment Setup
- Core Workflow
- Creating a Task
- Checking Task Status
- Listing Tasks
- Multi-turn Conversations
- Delete a Task
- Advanced Options
- File Attachments
- Projects
- Best Practices
- Error Handling
curl -s -X GET "https://api.manus.ai/v1/tasks/{task_id}" -H "API_KEY:$MANUS_API_KEY"
curl -s -X GET "https://api.manus.ai/v1/tasks" -H "API_KEY:$MANUS_API_KEY" | jq '.data[] | {id, status, title: .metadata.task_title}'
curl -s -X DELETE "https://api.manus.ai/v1/tasks/{task_id}" -H "API_KEY:$MANUS_API_KEY"
curl -s -X GET "https://api.manus.ai/v1/tasks/{task_id}" -H "API_KEY:$MANUS_API_KEY" | jq '{status, error}'What does the manus skill do?
Delegate complex, long-running tasks to Manus AI agent for autonomous execution. Use when user says 'use manus', 'delegate to manus', 'send to manus', 'have manus do', 'ask manus', 'check manus sessions', or when tasks require deep web research, market analysis, product comparisons, stock analysis, competitive research, document generation, data analysis, or multi-step workflows that benefit from autonomous agent execution with parallel processing.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill manus-sanjay3290-ai-skills --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.
