Agent skill · Data & Analytics

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.

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0
Declared author: sanjay3290
Path: skills/agent/manus-sanjay3290-ai-skills/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 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,

What's inside
Steps it walks through
  1. When to Use Manus
  2. Research Prompt Examples
  3. Environment Setup
  4. Core Workflow
  5. Creating a Task
  6. Checking Task Status
  7. Listing Tasks
  8. Multi-turn Conversations
  9. Delete a Task
  10. Advanced Options
  11. File Attachments
  12. Projects
  13. Best Practices
  14. Error Handling
Ships with 1 file
  • metadata.json
Commands it runs
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}'
More from claude-skill-registry
All skills →
About this skill
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.

Keep going