Overview
- Skill Key
- disi3r/openclaw-skill-manus
- Author
- disi3r
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/disi3r/openclaw-skill-manus
- Latest Commit SHA
- 2fa62639c4fff7f0dea9d60d2ac57ec3939bf7ed
Agente de IA autónomo de Manus con capacidades de investigación, desarrollo, automatización y generación de medios.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 manus 技能。 若已安装,则直接安装 manus 技能。
# Manus AI Skill Agente de IA autónomo con acceso a internet, capaz de ejecutar tareas complejas, investigar, desarrollar software, automatizar workflows y generar contenido multimedia. ## Configuración ### API Key La API key se configura en la variable de entorno `MANUS_API_KEY`: ```bash export MANUS_API_KEY="sk-..." # O en ~/.clawdbot/clawdbot.json: # "skills.manus.apiKey": "sk-..." ``` ### Endpoints | Endpoint | Descripción | |----------|-------------| | `https://api.manus.ai/v1/tasks` | Crear y gestionar tareas | | `https://api.manus.ai/v1/projects` | Gestión de proyectos | | `https://api.manus.ai/v1/files` | Subir archivos | | `https://api.manus.ai/v1/webhooks` | Webhooks para notificaciones | ## Uso Básico ### Crear una tarea simple ```bash cd /home/disier/clawd/skills/manus/scripts python3 run_task.py "Investiga las últimas noticias de IA" ``` ### Conectores integrados ```bash # Gmail python3 run_task.py "Revisa mis correos de hoy en Gmail y resumenlos" # Notion python3 run_task.py "Crea una página en Notion con el resumen de esta reunión" # Google Calendar python3 run_task.py "Agenda una reunión para mañana a las 3pm" # Slack python3 run_task.py "Envía un resumen al canal de #updates en Slack" ``` ## Scripts Disponibles | Script | Descripción | |--------|-------------| | `run_task.py` | Ejecuta una tarea básica | | `create_project.py` | Crea un proyecto | | `upload_file.py` | Sube archivos | | `check_status.py` | Consulta estado de tarea | | `get_result.py` | Obtiene resultado | | `webhook_server.py` | Servidor de webhooks | ## Scripts Detallados ### run_task.py - Ejecutar tarea básica ```bash python3 run_task.py "TU_PROMPT_AQUI" [--timeout SEGUNDOS] ``` **Ejemplo:** ```bash # Investigación python3 run_task.py "Investiga las regulaciones de IA en la UE 2026" # Desarrollo python3 run_task.py "Crea una web app de todo list con React" # Escritura python3 run_task.py "Escribe un artículo sobre automatización de workflows" # Automatizació...
# Manus AI Skill for Clawdbot
🧠 **Autonomous AI agent skill with web access, research, development, and automation capabilities**
[](https://clawhub.com/skills/manus)
[](https://opensource.org/licenses/MIT)
## Overview
Manus AI is an autonomous AI agent capable of executing complex tasks, researching, developing software, automating workflows, and generating multimedia content.
This skill provides full integration with Manus API for Clawdbot/OpenClaw agents.
## Features
- 🧠 **Autonomous Tasks** - Complex task execution with progress tracking
- 🔍 **Research** - Web search, data analysis, and information synthesis
- 💻 **Development** - Build websites, apps, and software solutions
- 🎨 **Media Generation** - Images, videos, audio from text descriptions
- 🔄 **Workflow Automation** - Bookings, data collection, scheduled tasks
- 📊 **Data Integrations** - Similarweb, premium data sources
- 🔗 **Connectors** - Gmail, Notion, Google Calendar, Slack
## Installation
### Via Clawdbot (recommended)
```bash
clawdbot skills install manus
```
### Manual Installation
```bash
# Clone the repository
git clone https://github.com/disier/clawdbot-skill-manus.git
cd clawdbot-skill-manus
# Install dependencies
npm install
```
## Configuration
### API Key
Set your Manus API key:
```bash
export MANUS_API_KEY="sk-..."
```
Or in `~/.clawdbot/clawdbot.json`:
```json
{
"skills": {
"manus": {
"apiKey": "sk-..."
}
}
}
```
Get your API key at: [manus.im/app](https://manus.im/app)
## Usage
### Basic Task
```bash
cd scripts
python3 run_task.py "Research the latest AI regulations in the EU"
```
### With Connectors
```bash
# Gmail
python3 run_task.py "Read my recent emails and summarize"
# Notion
python3 run_task.py "Create a project page in Notion"
# Google Calendar
python3 run_task.py "Schedule a meeting for tomorrow at...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
human-pages-ai
Search and hire real humans for tasks — photography, delivery, research, and more
zseven-w
Reusable skill templates for OpenClaw AI agents. Templates for API integration, data processing, web scraping, CLI tools, and file processing.
rxhxm
Agent Skill (SKILL.md) for Sixtyfour AI — People & company intelligence API. Enrich leads, find emails/phones, qualify prospects, search people. For Claude Code, Codex, OpenClaw, Cursor.
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
callmedas69
Post and reply to X/Twitter and Farcaster with text and images. Features multi-account support, auto-variation to avoid duplicate content detection, draft preview, character validation, threads, replies, and image uploads. Consumption-based pricing for X API, pay-per-cast for Farcaster.