Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
List and run Maxun web scraping robots. Use when asked to list robots, run a robot, scrape a website, or get robot results.
List and run Maxun web scraping robots. Use when asked to list robots, run a robot, scrape a website, or get robot results.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
Maxun is a web scraping platform. The user has robots that scrape websites.
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.
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.
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.
Call exec with: maxun runs <robotId>
Call exec with: maxun result <robotId> <runId>
Call exec with: maxun get <robotId>
Call exec with: maxun abort <robotId> <runId>
No robots found โ tell user to create one at https://app.maxun.dev Robot still running โ call exec with maxun result <robotId> <runId>
Add to ~/.openclaw/openclaw.json: "tools": { "exec": { "host": "gateway", "security": "full", "ask": "off" } }, "env": { "MAXUN_API_KEY": "your-api-key-here" }
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.