manus
Create and manage AI agent tasks via Manus API. Manus is an autonomous AI agent that can browse the web, use tools, and deliver complete work products.
Why use this skill?
Learn how to integrate Manus autonomous AI agents into your OpenClaw workflow. Trigger web research, manage tasks, and download output files efficiently using the Manus API skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/joelchance/manus-aiWhat This Skill Does
The Manus skill allows OpenClaw users to interface directly with the Manus autonomous AI agent platform. By leveraging the manus.sh script, users can offload complex, multi-step research and content generation tasks to an AI agent capable of browsing the web and utilizing various tools. This skill acts as a bridge between your local environment and the Manus cloud API, enabling you to trigger, monitor, and retrieve results from autonomous tasks without leaving your terminal.
Installation
To integrate this skill, ensure you have curl and jq installed on your system. Run the following command in your terminal:
clawhub install openclaw/skills/skills/joelchance/manus-ai
Once installed, obtain your API key from manus.im and set it as an environment variable:
export MANUS_API_KEY='your_key_here'
Use Cases
- Deep Research: Offload hours of web scraping and synthesis. Ask Manus to research a specific market trend, summarize documentation, or compare competing software products.
- Content Generation: Use the agent to draft technical articles, generate comprehensive reports, or compile data summaries from various online sources.
- Automation of Repetitive Tasks: Trigger long-running web tasks that require pagination, authentication, or multiple navigation steps, allowing the agent to handle the workflow while you focus on high-level analysis.
Example Prompts
- "Manus, please research the current state of Rust web frameworks in 2024, summarize their performance benchmarks, and output the result as a markdown file."
- "Use the manus skill to deep dive into the recent documentation updates for the OpenClaw API and generate a summary of breaking changes."
- "Trigger a task for the manus agent to find the top 5 trending open-source AI projects on GitHub from the last week and compile a comparison table."
Tips & Limitations
- Model Selection: Use
manus-1.6-maxfor tasks requiring high accuracy and thoroughness, whilemanus-1.6-liteis ideal for rapid, straightforward queries. - Timeouts: The
waitcommand defaults to 600 seconds; if your task is expected to be resource-intensive, ensure you provide a sufficient timeout argument. - Security: This skill does not upload your local files to external servers. It is strictly for triggering tasks and downloading generated outputs from the Manus CDN. Always review the
scripts/manus.shfile to understand the exact API interactions before executing high-stakes tasks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-joelchance-manus-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api
Related Skills
markdown-new
Convert public web pages into clean Markdown with markdown.new for AI workflows. Use when tasks require URL-to-Markdown conversion for summarization, RAG ingestion, extraction, archiving, or token reduction, including selecting conversion method (auto/ai/browser), enabling image retention, and handling rate limits or conversion failures.
supabase
Query Supabase projects - count users, list signups, check stats. Use for database queries and user analytics.
polymarket
Query Polymarket prediction markets - check odds, trending markets, search events, track prices and momentum. Includes watchlist alerts, resolution calendar, momentum scanner, and paper trading (simulated, no real money).
parallel
High-accuracy web search and research via Parallel.ai API. Optimized for AI agents with rich excerpts and citations.