# Send Maxun to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- 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.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
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. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "maxun",
    "name": "Maxun",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/RohitR311/maxun",
    "canonicalUrl": "https://clawhub.ai/RohitR311/maxun",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/maxun",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=maxun",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "scripts/maxun.sh"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "maxun",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-05T10:15:23.901Z",
      "expiresAt": "2026-05-12T10:15:23.901Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=maxun",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=maxun",
        "contentDisposition": "attachment; filename=\"maxun-1.0.2.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "maxun"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/maxun"
    },
    "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."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/maxun",
    "downloadUrl": "https://openagent3.xyz/downloads/maxun",
    "agentUrl": "https://openagent3.xyz/skills/maxun/agent",
    "manifestUrl": "https://openagent3.xyz/skills/maxun/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/maxun/agent.md"
  }
}
```
## Documentation

### Maxun Skill

Maxun is a web scraping platform. The user has robots that scrape websites.

### INSTRUCTIONS FOR THE AI MODEL

You have ONE job here: call the exec tool with the exact command strings below. Do not paraphrase. Do not guess. Copy the command string exactly.

### ACTION: List all robots

When the user says anything like "list my robots", "show robots", "what robots do I have":

Call the exec tool. The command parameter must be this exact string:

maxun list

IMPORTANT: Do NOT append any words from the user's message as arguments. The command is always exactly maxun list — nothing after list.

After exec returns output, display it directly to the user as-is. The output IS the robot list. Do not interpret it, ask clarifying questions about it, or treat it as a new request. Just show it.

### ACTION: Run a robot

When the user wants to run or scrape with a specific robot:

Step 1 — First get the robot ID by calling exec with:

maxun list

Step 2 — Find the robot ID from the output, then call exec with:

maxun run <robotId>

Replace <robotId> with the actual ID string from step 1.

### ACTION: List past runs

Call exec with:

maxun runs <robotId>

### ACTION: Get a run result

Call exec with:

maxun result <robotId> <runId>

### ACTION: Get robot details

Call exec with:

maxun get <robotId>

### ACTION: Abort a run

Call exec with:

maxun abort <robotId> <runId>

### Error Handling

No robots found → tell user to create one at https://app.maxun.dev
Robot still running → call exec with maxun result <robotId> <runId>

### Setup (for new installations)

Add to ~/.openclaw/openclaw.json:

"tools": {
  "exec": { "host": "gateway", "security": "full", "ask": "off" }
},
"env": {
  "MAXUN_API_KEY": "your-api-key-here"
}
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: RohitR311
- Version: 1.0.1
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-05T10:15:23.901Z
- Expires at: 2026-05-12T10:15:23.901Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/maxun)
- [Send to Agent page](https://openagent3.xyz/skills/maxun/agent)
- [JSON manifest](https://openagent3.xyz/skills/maxun/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/maxun/agent.md)
- [Download page](https://openagent3.xyz/downloads/maxun)