Install
openclaw skills install manus-aiCreate 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.
openclaw skills install manus-aiCreate tasks for Manus, an autonomous AI agent, and retrieve completed work products.
Set MANUS_API_KEY env var with your key from manus.im.
All commands use scripts/manus.sh.
{baseDir}/scripts/manus.sh create "Your task description here"
{baseDir}/scripts/manus.sh create "Deep research on topic" manus-1.6-max
Profiles: manus-1.6 (default), manus-1.6-lite (fast), manus-1.6-max (thorough).
{baseDir}/scripts/manus.sh status <task_id>
Returns: pending, running, completed, or failed.
{baseDir}/scripts/manus.sh wait <task_id>
{baseDir}/scripts/manus.sh wait <task_id> 300 # custom timeout in seconds
Polls until task completes or times out (default: 600s).
{baseDir}/scripts/manus.sh get <task_id>
Returns full task JSON including status and output.
{baseDir}/scripts/manus.sh files <task_id>
Shows filename and download URL for each output file.
{baseDir}/scripts/manus.sh download <task_id>
{baseDir}/scripts/manus.sh download <task_id> ./output-folder
Downloads all output files to the specified directory (default: current directory).
{baseDir}/scripts/manus.sh list
manus.sh create "your prompt"manus.sh wait <task_id>manus.sh download <task_id>For file attachments, webhooks, connectors, projects, multi-turn conversations, and interactive mode, see the full Manus API documentation:
What this skill does:
api.manus.aiAPI_KEY header to api.manus.aiWhat this skill does NOT do:
api.manus.aidisable-model-invocation: true)Bundled scripts: scripts/manus.sh (Bash — uses curl and jq)
Review scripts/manus.sh before first use to verify behavior.