{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/maxun",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=maxun",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "scripts/maxun.sh"
    ],
    "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. 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. 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/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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/maxun",
    "agentPageUrl": "https://openagent3.xyz/skills/maxun/agent",
    "manifestUrl": "https://openagent3.xyz/skills/maxun/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/maxun/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. 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. Summarize what changed and any follow-up checks I should run."
      }
    ]
  },
  "documentation": {
    "source": "clawhub",
    "primaryDoc": "SKILL.md",
    "sections": [
      {
        "title": "Maxun Skill",
        "body": "Maxun is a web scraping platform. The user has robots that scrape websites."
      },
      {
        "title": "INSTRUCTIONS FOR THE AI MODEL",
        "body": "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."
      },
      {
        "title": "ACTION: List all robots",
        "body": "When the user says anything like \"list my robots\", \"show robots\", \"what robots do I have\":\n\nCall the exec tool. The command parameter must be this exact string:\n\nmaxun list\n\nIMPORTANT: Do NOT append any words from the user's message as arguments. The command is always exactly maxun list — nothing after list.\n\nAfter 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."
      },
      {
        "title": "ACTION: Run a robot",
        "body": "When the user wants to run or scrape with a specific robot:\n\nStep 1 — First get the robot ID by calling exec with:\n\nmaxun list\n\nStep 2 — Find the robot ID from the output, then call exec with:\n\nmaxun run <robotId>\n\nReplace <robotId> with the actual ID string from step 1."
      },
      {
        "title": "ACTION: List past runs",
        "body": "Call exec with:\n\nmaxun runs <robotId>"
      },
      {
        "title": "ACTION: Get a run result",
        "body": "Call exec with:\n\nmaxun result <robotId> <runId>"
      },
      {
        "title": "ACTION: Get robot details",
        "body": "Call exec with:\n\nmaxun get <robotId>"
      },
      {
        "title": "ACTION: Abort a run",
        "body": "Call exec with:\n\nmaxun abort <robotId> <runId>"
      },
      {
        "title": "Error Handling",
        "body": "No robots found → tell user to create one at https://app.maxun.dev\nRobot still running → call exec with maxun result <robotId> <runId>"
      },
      {
        "title": "Setup (for new installations)",
        "body": "Add to ~/.openclaw/openclaw.json:\n\n\"tools\": {\n  \"exec\": { \"host\": \"gateway\", \"security\": \"full\", \"ask\": \"off\" }\n},\n\"env\": {\n  \"MAXUN_API_KEY\": \"your-api-key-here\"\n}"
      }
    ],
    "body": "Maxun Skill\n\nMaxun is a web scraping platform. The user has robots that scrape websites.\n\nINSTRUCTIONS FOR THE AI MODEL\n\nYou 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.\n\nACTION: List all robots\n\nWhen the user says anything like \"list my robots\", \"show robots\", \"what robots do I have\":\n\nCall the exec tool. The command parameter must be this exact string:\n\nmaxun list\n\n\nIMPORTANT: Do NOT append any words from the user's message as arguments. The command is always exactly maxun list — nothing after list.\n\nAfter 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.\n\nACTION: Run a robot\n\nWhen the user wants to run or scrape with a specific robot:\n\nStep 1 — First get the robot ID by calling exec with:\n\nmaxun list\n\n\nStep 2 — Find the robot ID from the output, then call exec with:\n\nmaxun run <robotId>\n\n\nReplace <robotId> with the actual ID string from step 1.\n\nACTION: List past runs\n\nCall exec with:\n\nmaxun runs <robotId>\n\nACTION: Get a run result\n\nCall exec with:\n\nmaxun result <robotId> <runId>\n\nACTION: Get robot details\n\nCall exec with:\n\nmaxun get <robotId>\n\nACTION: Abort a run\n\nCall exec with:\n\nmaxun abort <robotId> <runId>\n\nError Handling\nNo robots found → tell user to create one at https://app.maxun.dev\nRobot still running → call exec with maxun result <robotId> <runId>\nSetup (for new installations)\n\nAdd to ~/.openclaw/openclaw.json:\n\n\"tools\": {\n  \"exec\": { \"host\": \"gateway\", \"security\": \"full\", \"ask\": \"off\" }\n},\n\"env\": {\n  \"MAXUN_API_KEY\": \"your-api-key-here\"\n}"
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/RohitR311/maxun",
    "publisherUrl": "https://clawhub.ai/RohitR311/maxun",
    "owner": "RohitR311",
    "version": "1.0.1",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}