← Back to Skills Marketplace
disi3r

Manus AI Skill for OpenClaw

by disi3r · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
1654
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install openclaw-skill-manus
Description
Agente de IA autónomo de Manus con capacidades de investigación, desarrollo, automatización y generación de medios.
Usage Guidance
This skill appears to do what it says: it forwards prompts, files, and webhook registrations to Manus using MANUS_API_KEY. Before installing: 1) Only provide a Manus API key you trust — the key allows creation of tasks, use of connectors, and may consume credits. 2) Do not upload sensitive files unless you understand Manus's data handling and retention policies. 3) If you plan to register webhooks, ensure the webhook URL you supply is secure (HTTPS, authenticated) and does not expose internal services. 4) Consider testing with a limited/sandbox Manus account and monitor credit usage. 5) If you need on-device-only functionality, note this skill sends data off-box; it does not implement local Gmail/Notion OAuth flows (those are expected to be handled by Manus).
Capability Analysis
Type: OpenClaw Skill Name: openclaw-skill-manus Version: 0.1.0 The skill is classified as suspicious due to the inclusion of a `webhook_server.py` script that opens a network port (default 8080) on the host system. While this is for a stated purpose (receiving task notifications), opening a port is a high-risk capability that could expose the host to network-based attacks or be misused. Additionally, the `upload_file.py` script allows the agent to upload arbitrary local files to the Manus API, which, if prompted maliciously, could lead to sensitive data exposure. These capabilities, though plausible for an autonomous agent, introduce elevated risks without clear malicious intent in their current implementation.
Capability Assessment
Purpose & Capability
Name/description match the implemented behavior: scripts call https://api.manus.ai and require MANUS_API_KEY. The skill claims connectors (Gmail, Notion, Calendar, Slack) but the local code does not implement OAuth flows — those connectors appear to be provided by the Manus platform, which is consistent with only needing the Manus API key.
Instruction Scope
SKILL.md instructs the agent to run local Python scripts and optionally start a webhook server. The runtime instructions and scripts only read ~/.clawdbot/clawdbot.json for the API key and otherwise send prompts/files to Manus endpoints. This is within scope, but note: any file uploaded or prompts sent will be transmitted to an external service (Manus). The README and SKILL.md also state the platform can 'install software' and 'maintain sessions' — that is a platform capability claim, not implemented by the local code.
Install Mechanism
No install spec (instruction-only install) and the bundled scripts are plain Python. There are no downloads from untrusted URLs or archive extraction. package.json exists (no automatic npm install required by the skill manifest). Low install risk.
Credentials
Only MANUS_API_KEY is requested (primary credential) and scripts also optionally read ~/.clawdbot/clawdbot.json for the same key. This is proportionate to a remote API integration. However, the MANUS_API_KEY grants Manus-side capabilities (connectors, webhooks, task creation) so it is a high-value credential — treat it accordingly.
Persistence & Privilege
always:false and no requests to modify other skills or system-wide configs. The skill can be invoked autonomously per platform default (disable-model-invocation:false) which is normal; note that autonomous use combined with a valid API key can create tasks and consume credits on the Manus account.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-skill-manus
  3. After installation, invoke the skill by name or use /openclaw-skill-manus
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
- Primera versión pública del skill "manus": agente de IA autónomo para investigación, desarrollo, automatización y generación de medios. - Soporte para integraciones con Gmail, Notion, Google Calendar, Slack y Similarweb. - Scripts incluidos para ejecutar tareas, crear proyectos, subir archivos, comprobar estado y resultados, y servidor de webhooks. - Configuración mediante API key en la variable de entorno `MANUS_API_KEY`. - Compatible con el SDK de OpenAI usando tu API key de Manus. - Documentación detallada de comandos y mejores prácticas para uso efectivo.
Metadata
Slug openclaw-skill-manus
Version 0.1.0
License
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Manus AI Skill for OpenClaw?

Agente de IA autónomo de Manus con capacidades de investigación, desarrollo, automatización y generación de medios. It is an AI Agent Skill for Claude Code / OpenClaw, with 1654 downloads so far.

How do I install Manus AI Skill for OpenClaw?

Run "/install openclaw-skill-manus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Manus AI Skill for OpenClaw free?

Yes, Manus AI Skill for OpenClaw is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Manus AI Skill for OpenClaw support?

Manus AI Skill for OpenClaw is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Manus AI Skill for OpenClaw?

It is built and maintained by disi3r (@disi3r); the current version is v0.1.0.

💬 Comments