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?
Integrate the Manus autonomous agent with OpenClaw to perform deep web research, create professional documents, and automate complex workflows with ease.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tallman2014/manus-monitorWhat This Skill Does
The manus skill integrates the Manus AI agent ecosystem directly into your OpenClaw workflow. It allows you to trigger sophisticated, autonomous AI agents capable of performing deep web research, executing complex multi-step tool use, and generating high-quality work products such as professional reports, presentation decks, and technical documentation. Unlike standard chatbot interfaces, the manus skill acts as an autonomous operator that manages the entire lifecycle of a request, from initial planning and data gathering to the final rendering of output files.
Installation
To integrate this skill into your OpenClaw environment, use the OpenClaw command-line interface. Run the following command in your terminal:
clawhub install openclaw/skills/skills/tallman2014/manus-monitor
After installation, ensure your authentication is configured. You must set the MANUS_API_KEY in your environment variables or define it within your clawdbot configuration under skills.manus.apiKey.
Use Cases
- Deep Research: Request comprehensive market analysis, competitor intelligence, or academic research summaries.
- Content Creation: Generate complex presentations, white papers, and technical reports that require external source validation.
- Autonomous Workflow: Offload time-consuming research and compilation tasks, allowing the agent to browse the web and synthesize information independently.
- Data Packaging: Extract and organize information into downloadable document formats (PDFs, PPTs) for immediate distribution.
Example Prompts
- "Manus, research the current landscape of edge computing in 2024 and generate a 10-slide presentation summarizing the key growth drivers."
- "Create a detailed comparison report between React and Vue, specifically focusing on enterprise scalability, and save it as a PDF."
- "Find the top five emerging trends in renewable energy storage for this year and compile a brief report with links to the source studies."
Tips & Limitations
- Resource Expectations: Manus tasks are powerful but not instantaneous. Expect processing times to range from 2 to 10 minutes depending on the complexity of the research.
- File Handling: Always prioritize downloading file outputs locally. The skill includes logic to extract
output_filetypes from the API response; utilize this to provide clean attachments to the end-user rather than relying on external web links. - Agent Profiles: Use
manus-1.6-maxfor deep analytical work, but keepmanus-1.6as your default to optimize for standard performance and speed. - Security: As an agent with web access, ensure that your tasks have clear, bounded scopes to prevent unnecessary resource expenditure.
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-tallman2014-manus-monitor": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, file-read, external-api