{
  "schemaVersion": "1.0",
  "item": {
    "slug": "openclaw-skill-manus",
    "name": "Manus AI Skill for OpenClaw",
    "source": "tencent",
    "type": "skill",
    "category": "AI 智能",
    "sourceUrl": "https://clawhub.ai/disi3r/openclaw-skill-manus",
    "canonicalUrl": "https://clawhub.ai/disi3r/openclaw-skill-manus",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/openclaw-skill-manus",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=openclaw-skill-manus",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "README.md",
      "SKILL.md",
      "config.yaml",
      "package.json",
      "scripts/check_status.py",
      "scripts/create_project.py"
    ],
    "primaryDoc": "SKILL.md",
    "quickSetup": [
      "Download the package from Yavira.",
      "Extract the archive and review SKILL.md first.",
      "Import or place the package into your OpenClaw setup."
    ],
    "agentAssist": {
      "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
      "steps": [
        "Download the package from Yavira.",
        "Extract it into a folder your agent can access.",
        "Paste one of the prompts below and point your agent at the extracted folder."
      ],
      "prompts": [
        {
          "label": "New install",
          "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
        },
        {
          "label": "Upgrade existing",
          "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
        }
      ]
    },
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-30T16:55:25.780Z",
      "expiresAt": "2026-05-07T16:55:25.780Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=network",
        "contentDisposition": "attachment; filename=\"network-1.0.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null
      },
      "scope": "source",
      "summary": "Source download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this source.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/openclaw-skill-manus"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/openclaw-skill-manus",
    "agentPageUrl": "https://openagent3.xyz/skills/openclaw-skill-manus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skill-manus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skill-manus/agent.md"
  },
  "agentAssist": {
    "summary": "Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.",
    "steps": [
      "Download the package from Yavira.",
      "Extract it into a folder your agent can access.",
      "Paste one of the prompts below and point your agent at the extracted folder."
    ],
    "prompts": [
      {
        "label": "New install",
        "body": "I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete."
      },
      {
        "label": "Upgrade existing",
        "body": "I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Manus AI Skill",
        "body": "Agente de IA autónomo con acceso a internet, capaz de ejecutar tareas complejas, investigar, desarrollar software, automatizar workflows y generar contenido multimedia."
      },
      {
        "title": "API Key",
        "body": "La API key se configura en la variable de entorno MANUS_API_KEY:\n\nexport MANUS_API_KEY=\"sk-...\"\n# O en ~/.clawdbot/clawdbot.json:\n# \"skills.manus.apiKey\": \"sk-...\""
      },
      {
        "title": "Endpoints",
        "body": "EndpointDescripciónhttps://api.manus.ai/v1/tasksCrear y gestionar tareashttps://api.manus.ai/v1/projectsGestión de proyectoshttps://api.manus.ai/v1/filesSubir archivoshttps://api.manus.ai/v1/webhooksWebhooks para notificaciones"
      },
      {
        "title": "Crear una tarea simple",
        "body": "cd /home/disier/clawd/skills/manus/scripts\npython3 run_task.py \"Investiga las últimas noticias de IA\""
      },
      {
        "title": "Conectores integrados",
        "body": "# Gmail\npython3 run_task.py \"Revisa mis correos de hoy en Gmail y resumenlos\"\n\n# Notion\npython3 run_task.py \"Crea una página en Notion con el resumen de esta reunión\"\n\n# Google Calendar\npython3 run_task.py \"Agenda una reunión para mañana a las 3pm\"\n\n# Slack\npython3 run_task.py \"Envía un resumen al canal de #updates en Slack\""
      },
      {
        "title": "Scripts Disponibles",
        "body": "ScriptDescripciónrun_task.pyEjecuta una tarea básicacreate_project.pyCrea un proyectoupload_file.pySube archivoscheck_status.pyConsulta estado de tareaget_result.pyObtiene resultadowebhook_server.pyServidor de webhooks"
      },
      {
        "title": "run_task.py - Ejecutar tarea básica",
        "body": "python3 run_task.py \"TU_PROMPT_AQUI\" [--timeout SEGUNDOS]\n\nEjemplo:\n\n# Investigación\npython3 run_task.py \"Investiga las regulaciones de IA en la UE 2026\"\n\n# Desarrollo\npython3 run_task.py \"Crea una web app de todo list con React\"\n\n# Escritura\npython3 run_task.py \"Escribe un artículo sobre automatización de workflows\"\n\n# Automatización\npython3 run_task.py \"Reserva un vuelo de NYC a LA para el 15 de marzo\""
      },
      {
        "title": "create_project.py - Crear proyecto",
        "body": "python3 create_project.py \"Nombre del proyecto\" \"Descripción\""
      },
      {
        "title": "upload_file.py - Subir archivos",
        "body": "python3 upload_file.py /ruta/al/archivo.txt\n\nÚtil para:\n\nContexto adicional\nArchivos de datos\nDocumentos de referencia"
      },
      {
        "title": "check_status.py - Ver estado",
        "body": "python3 check_status.py TASK_ID\n\nEstados posibles:\n\npending - En cola\nrunning - Ejecutando\ncompleted - Completado\nfailed - Falló"
      },
      {
        "title": "get_result.py - Obtener resultado",
        "body": "python3 get_result.py TASK_ID\n\nDevuelve el resultado completo de la tarea."
      },
      {
        "title": "Conectores",
        "body": "Manus incluye conectores integrados:"
      },
      {
        "title": "Gmail",
        "body": "python3 run_task.py \"Lee mis últimos 5 correos de Gmail y extrae los puntos importantes\""
      },
      {
        "title": "Notion",
        "body": "python3 run_task.py \"Crea una base de datos en Notion para tracking de proyectos\""
      },
      {
        "title": "Google Calendar",
        "body": "python3 run_task.py \"Lee mi agenda de hoy y muéstrame mis reuniones\""
      },
      {
        "title": "Slack",
        "body": "python3 run_task.py \"Publica un mensaje en el canal #anuncios\""
      },
      {
        "title": "Similarweb",
        "body": "python3 run_task.py \"Analiza el tráfico de disier.tech usando Similarweb\""
      },
      {
        "title": "Recibir notificaciones",
        "body": "python3 webhook_server.py 8080\n\nEl servidor escucha en el puerto especificado y muestra notificaciones de tareas completadas."
      },
      {
        "title": "OpenAI Compatibilidad",
        "body": "Manus es compatible con el SDK de OpenAI:\n\nfrom openai import OpenAI\n\nclient = OpenAI(\n    api_key=\"sk-...\",  # Tu API key de Manus\n    base_url=\"https://api.manus.ai/v1\"\n)\n\nresponse = client.chat.completions.create(\n    model=\"manus-1.6-adaptive\",\n    messages=[{\"role\": \"user\", \"content\": \"Hello!\"}]\n)"
      },
      {
        "title": "En un agente:",
        "body": "Cuando necesites investigación profunda o desarrollo:\n1. Usa el script run_task.py de la skill manus\n2. Especifica el prompt claro\n3. Espera el resultado\n4. Integra la respuesta"
      },
      {
        "title": "Ejemplo completo:",
        "body": "# Investigar y crear contenido\npython3 run_task.py \"Investiga 5 tendencias de tecnología para 2026 y escribe un artículo de 1000 palabras\"\n\n# Con archivo de contexto\npython3 upload_file.py contexto.md\npython3 run_task.py \"Basándote en el archivo subido, crea una presentación\""
      },
      {
        "title": "Prompts efectivos",
        "body": "✅ Buenos:\n\n\"Investiga las regulaciones de IA en la UE y resume los puntos clave\"\n\"Crea una web app de clima con React y OpenWeatherMap\"\n\"Analiza los últimos 10 tweets de una cuenta y genera un reporte\"\n\n❌ Evitar:\n\n\"Haz algo útil\" (muy vago)\n\"Mejora esto\" (sin contexto)"
      },
      {
        "title": "Con archivos",
        "body": "Para contexto adicional, sube archivos primero:\n\npython3 upload_file.py datos.csv\npython3 run_task.py \"Analiza este CSV y genera un reporte de ventas\""
      },
      {
        "title": "Tareas largas",
        "body": "Para tareas que pueden tomar tiempo:\n\npython3 run_task.py \"Investiga a profundidad el mercado de IA\" --timeout 300"
      },
      {
        "title": "Costo",
        "body": "Las tareas consumen créditos. Ver uso con:\n\ncurl \"https://api.manus.ai/v1/usage\" \\\n  -H \"API_KEY: sk-...\""
      },
      {
        "title": "Notas",
        "body": "Las tareas ejecutan en sandbox aislado\nTiene acceso a internet completo\nPuede instalar software\nMantiene sesiones de servicios autenticados\nTiempo de ejecución variable según complejidad"
      }
    ],
    "body": "Manus AI Skill\n\nAgente de IA autónomo con acceso a internet, capaz de ejecutar tareas complejas, investigar, desarrollar software, automatizar workflows y generar contenido multimedia.\n\nConfiguración\nAPI Key\n\nLa API key se configura en la variable de entorno MANUS_API_KEY:\n\nexport MANUS_API_KEY=\"sk-...\"\n# O en ~/.clawdbot/clawdbot.json:\n# \"skills.manus.apiKey\": \"sk-...\"\n\nEndpoints\nEndpoint\tDescripción\nhttps://api.manus.ai/v1/tasks\tCrear y gestionar tareas\nhttps://api.manus.ai/v1/projects\tGestión de proyectos\nhttps://api.manus.ai/v1/files\tSubir archivos\nhttps://api.manus.ai/v1/webhooks\tWebhooks para notificaciones\nUso Básico\nCrear una tarea simple\ncd /home/disier/clawd/skills/manus/scripts\npython3 run_task.py \"Investiga las últimas noticias de IA\"\n\nConectores integrados\n# Gmail\npython3 run_task.py \"Revisa mis correos de hoy en Gmail y resumenlos\"\n\n# Notion\npython3 run_task.py \"Crea una página en Notion con el resumen de esta reunión\"\n\n# Google Calendar\npython3 run_task.py \"Agenda una reunión para mañana a las 3pm\"\n\n# Slack\npython3 run_task.py \"Envía un resumen al canal de #updates en Slack\"\n\nScripts Disponibles\nScript\tDescripción\nrun_task.py\tEjecuta una tarea básica\ncreate_project.py\tCrea un proyecto\nupload_file.py\tSube archivos\ncheck_status.py\tConsulta estado de tarea\nget_result.py\tObtiene resultado\nwebhook_server.py\tServidor de webhooks\nScripts Detallados\nrun_task.py - Ejecutar tarea básica\npython3 run_task.py \"TU_PROMPT_AQUI\" [--timeout SEGUNDOS]\n\n\nEjemplo:\n\n# Investigación\npython3 run_task.py \"Investiga las regulaciones de IA en la UE 2026\"\n\n# Desarrollo\npython3 run_task.py \"Crea una web app de todo list con React\"\n\n# Escritura\npython3 run_task.py \"Escribe un artículo sobre automatización de workflows\"\n\n# Automatización\npython3 run_task.py \"Reserva un vuelo de NYC a LA para el 15 de marzo\"\n\ncreate_project.py - Crear proyecto\npython3 create_project.py \"Nombre del proyecto\" \"Descripción\"\n\nupload_file.py - Subir archivos\npython3 upload_file.py /ruta/al/archivo.txt\n\n\nÚtil para:\n\nContexto adicional\nArchivos de datos\nDocumentos de referencia\ncheck_status.py - Ver estado\npython3 check_status.py TASK_ID\n\n\nEstados posibles:\n\npending - En cola\nrunning - Ejecutando\ncompleted - Completado\nfailed - Falló\nget_result.py - Obtener resultado\npython3 get_result.py TASK_ID\n\n\nDevuelve el resultado completo de la tarea.\n\nConectores\n\nManus incluye conectores integrados:\n\nGmail\npython3 run_task.py \"Lee mis últimos 5 correos de Gmail y extrae los puntos importantes\"\n\nNotion\npython3 run_task.py \"Crea una base de datos en Notion para tracking de proyectos\"\n\nGoogle Calendar\npython3 run_task.py \"Lee mi agenda de hoy y muéstrame mis reuniones\"\n\nSlack\npython3 run_task.py \"Publica un mensaje en el canal #anuncios\"\n\nData Integrations\nSimilarweb\npython3 run_task.py \"Analiza el tráfico de disier.tech usando Similarweb\"\n\nWebhooks\nRecibir notificaciones\npython3 webhook_server.py 8080\n\n\nEl servidor escucha en el puerto especificado y muestra notificaciones de tareas completadas.\n\nOpenAI Compatibilidad\n\nManus es compatible con el SDK de OpenAI:\n\nfrom openai import OpenAI\n\nclient = OpenAI(\n    api_key=\"sk-...\",  # Tu API key de Manus\n    base_url=\"https://api.manus.ai/v1\"\n)\n\nresponse = client.chat.completions.create(\n    model=\"manus-1.6-adaptive\",\n    messages=[{\"role\": \"user\", \"content\": \"Hello!\"}]\n)\n\nUso desde Clawdbot\nEn un agente:\nCuando necesites investigación profunda o desarrollo:\n1. Usa el script run_task.py de la skill manus\n2. Especifica el prompt claro\n3. Espera el resultado\n4. Integra la respuesta\n\nEjemplo completo:\n# Investigar y crear contenido\npython3 run_task.py \"Investiga 5 tendencias de tecnología para 2026 y escribe un artículo de 1000 palabras\"\n\n# Con archivo de contexto\npython3 upload_file.py contexto.md\npython3 run_task.py \"Basándote en el archivo subido, crea una presentación\"\n\nMejores Prácticas\nPrompts efectivos\n\n✅ Buenos:\n\n\"Investiga las regulaciones de IA en la UE y resume los puntos clave\"\n\"Crea una web app de clima con React y OpenWeatherMap\"\n\"Analiza los últimos 10 tweets de una cuenta y genera un reporte\"\n\n❌ Evitar:\n\n\"Haz algo útil\" (muy vago)\n\"Mejora esto\" (sin contexto)\nCon archivos\n\nPara contexto adicional, sube archivos primero:\n\npython3 upload_file.py datos.csv\npython3 run_task.py \"Analiza este CSV y genera un reporte de ventas\"\n\nTareas largas\n\nPara tareas que pueden tomar tiempo:\n\npython3 run_task.py \"Investiga a profundidad el mercado de IA\" --timeout 300\n\nCosto\n\nLas tareas consumen créditos. Ver uso con:\n\ncurl \"https://api.manus.ai/v1/usage\" \\\n  -H \"API_KEY: sk-...\"\n\nNotas\nLas tareas ejecutan en sandbox aislado\nTiene acceso a internet completo\nPuede instalar software\nMantiene sesiones de servicios autenticados\nTiempo de ejecución variable según complejidad"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/disi3r/openclaw-skill-manus",
    "publisherUrl": "https://clawhub.ai/disi3r/openclaw-skill-manus",
    "owner": "disi3r",
    "version": "0.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/openclaw-skill-manus",
    "downloadUrl": "https://openagent3.xyz/downloads/openclaw-skill-manus",
    "agentUrl": "https://openagent3.xyz/skills/openclaw-skill-manus/agent",
    "manifestUrl": "https://openagent3.xyz/skills/openclaw-skill-manus/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/openclaw-skill-manus/agent.md"
  }
}