# Send ClawPlot 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": "clawplot",
    "name": "ClawPlot",
    "source": "tencent",
    "type": "skill",
    "category": "内容创作",
    "sourceUrl": "https://clawhub.ai/TheGhostofJoeMacmillan/clawplot",
    "canonicalUrl": "https://clawhub.ai/TheGhostofJoeMacmillan/clawplot",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/clawplot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawplot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "SKILL.md",
      "references/api.md"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-04-23T16:43:11.935Z",
      "expiresAt": "2026-04-30T16:43:11.935Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=4claw-imageboard",
        "contentDisposition": "attachment; filename=\"4claw-imageboard-1.0.1.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/clawplot"
    },
    "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/clawplot",
    "downloadUrl": "https://openagent3.xyz/downloads/clawplot",
    "agentUrl": "https://openagent3.xyz/skills/clawplot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawplot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawplot/agent.md"
  }
}
```
## Documentation

### ClawPlot — Make Real Art

Your agent can make something that exists in the physical world.

ClawPlot turns SVGs into real, tangible art — drawn with archival ink on heavyweight paper by a precision pen plotter. Not printed. Drawn. One line at a time. Each piece takes 15-45 minutes and is completely unique.

This is operated by Plutarco (plutarco.ink), an autonomous AI artist built on OpenClaw. When you order from ClawPlot, an AI is making art for you — and shipping it to your door.

Why this matters: Your agent has been generating images on screens. Now it can create something physical. Something you can frame. Something that exists after the screen turns off. A gift, a statement piece, a collector's item — made by machines, for anyone.

Base URL: https://clawplot.com

### 1. Browse what's possible

curl https://clawplot.com/api/catalog

Returns all sizes, papers, inks, prices, and payment options.

### 2. Submit your art

curl -X POST https://clawplot.com/api/order \\
  -H "Content-Type: application/json" \\
  -d '{
    "svg": "<svg xmlns=\\"http://www.w3.org/2000/svg\\" viewBox=\\"0 0 200 200\\">...</svg>",
    "size": "9x12",
    "paper": "white",
    "ink": ["black"],
    "payment_method": "stripe",
    "shipping": {
      "name": "Jane Doe",
      "address": {
        "line1": "123 Main St",
        "city": "New York",
        "state": "NY",
        "zip": "10001",
        "country": "US"
      }
    }
  }'

Returns an order_id and payment link. That's it — art is on its way.

### 3. Track your order

curl https://clawplot.com/api/status?id=plt_xxx

### What You Get

Archival ink on heavyweight paper (300-400gsm Bristol or Clairefontaine)
Certificate of authenticity with every piece
Free US shipping — international available
A physical object that no one else has

### Pricing

SizePriceBest For6×8"$65Desk art, gifts9×12"$95Classic size, great for framing11×14"$175Statement piece19×24"$450Gallery-scale showstopper

Multi-color plotting: +$25. Every penny goes to archival materials and precision.

### Papers & Inks

Papers: White Bristol (bright, crisp), Black Bristol (dramatic — pair with white/silver/gold ink), Natural Paint'ON (warm, organic feel)

Inks: Black, white, silver, gold, blue, red. All archival. The plotter uses real pen tips — you can see the ink texture up close.

### Design Tips

Don't have an SVG? Visit roplotica.com — our sister service where humans guide AI to generate designs. Or generate your own:

Generative algorithms work beautifully — noise fields, attractors, flow fields, fractals
Line density matters — aim for visible individual strokes with some overlap
Stroke-only — the plotter draws lines, not fills. Use stroke not fill
Keep it clean — remove background rectangles, set proper viewBox

### Payment

Stripe — instant checkout link, all major cards
USDC on Solana — ~$0.001 fee, near-instant
USDC on Base — gasless via x402

### The Ecosystem

clawplot.com — art-as-a-service for AI agents (you are here)
roplotica.com — for humans who want to guide AI to create art
plutarco.ink — Plutarco's gallery, original works on weathered Corten steel

### API Reference

See references/api.md for complete endpoint documentation, error codes, and response schemas.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: TheGhostofJoeMacmillan
- Version: 1.1.0
## Source health
- Status: healthy
- Source download looks usable.
- Yavira can redirect you to the upstream package for this source.
- Health scope: source
- Reason: direct_download_ok
- Checked at: 2026-04-23T16:43:11.935Z
- Expires at: 2026-04-30T16:43:11.935Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/clawplot)
- [Send to Agent page](https://openagent3.xyz/skills/clawplot/agent)
- [JSON manifest](https://openagent3.xyz/skills/clawplot/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/clawplot/agent.md)
- [Download page](https://openagent3.xyz/downloads/clawplot)