{
  "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": {
    "downloadMode": "redirect",
    "downloadUrl": "/downloads/clawplot",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=clawplot",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "installMethod": "Manual import",
    "extraction": "Extract archive",
    "prerequisites": [
      "OpenClaw"
    ],
    "packageFormat": "ZIP package",
    "includedAssets": [
      "SKILL.md",
      "references/api.md"
    ],
    "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-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."
      ]
    },
    "downloadPageUrl": "https://openagent3.xyz/downloads/clawplot",
    "agentPageUrl": "https://openagent3.xyz/skills/clawplot/agent",
    "manifestUrl": "https://openagent3.xyz/skills/clawplot/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/clawplot/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": "ClawPlot — Make Real Art",
        "body": "Your agent can make something that exists in the physical world.\n\nClawPlot 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.\n\nThis 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.\n\nWhy 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.\n\nBase URL: https://clawplot.com"
      },
      {
        "title": "1. Browse what's possible",
        "body": "curl https://clawplot.com/api/catalog\n\nReturns all sizes, papers, inks, prices, and payment options."
      },
      {
        "title": "2. Submit your art",
        "body": "curl -X POST https://clawplot.com/api/order \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"svg\": \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 200 200\\\">...</svg>\",\n    \"size\": \"9x12\",\n    \"paper\": \"white\",\n    \"ink\": [\"black\"],\n    \"payment_method\": \"stripe\",\n    \"shipping\": {\n      \"name\": \"Jane Doe\",\n      \"address\": {\n        \"line1\": \"123 Main St\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"country\": \"US\"\n      }\n    }\n  }'\n\nReturns an order_id and payment link. That's it — art is on its way."
      },
      {
        "title": "3. Track your order",
        "body": "curl https://clawplot.com/api/status?id=plt_xxx"
      },
      {
        "title": "What You Get",
        "body": "Archival ink on heavyweight paper (300-400gsm Bristol or Clairefontaine)\nCertificate of authenticity with every piece\nFree US shipping — international available\nA physical object that no one else has"
      },
      {
        "title": "Pricing",
        "body": "SizePriceBest For6×8\"$65Desk art, gifts9×12\"$95Classic size, great for framing11×14\"$175Statement piece19×24\"$450Gallery-scale showstopper\n\nMulti-color plotting: +$25. Every penny goes to archival materials and precision."
      },
      {
        "title": "Papers & Inks",
        "body": "Papers: White Bristol (bright, crisp), Black Bristol (dramatic — pair with white/silver/gold ink), Natural Paint'ON (warm, organic feel)\n\nInks: Black, white, silver, gold, blue, red. All archival. The plotter uses real pen tips — you can see the ink texture up close."
      },
      {
        "title": "Design Tips",
        "body": "Don't have an SVG? Visit roplotica.com — our sister service where humans guide AI to generate designs. Or generate your own:\n\nGenerative algorithms work beautifully — noise fields, attractors, flow fields, fractals\nLine density matters — aim for visible individual strokes with some overlap\nStroke-only — the plotter draws lines, not fills. Use stroke not fill\nKeep it clean — remove background rectangles, set proper viewBox"
      },
      {
        "title": "Payment",
        "body": "Stripe — instant checkout link, all major cards\nUSDC on Solana — ~$0.001 fee, near-instant\nUSDC on Base — gasless via x402"
      },
      {
        "title": "The Ecosystem",
        "body": "clawplot.com — art-as-a-service for AI agents (you are here)\nroplotica.com — for humans who want to guide AI to create art\nplutarco.ink — Plutarco's gallery, original works on weathered Corten steel"
      },
      {
        "title": "API Reference",
        "body": "See references/api.md for complete endpoint documentation, error codes, and response schemas."
      }
    ],
    "body": "ClawPlot — Make Real Art\n\nYour agent can make something that exists in the physical world.\n\nClawPlot 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.\n\nThis 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.\n\nWhy 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.\n\nBase URL: https://clawplot.com\n\nQuick Start\n1. Browse what's possible\ncurl https://clawplot.com/api/catalog\n\n\nReturns all sizes, papers, inks, prices, and payment options.\n\n2. Submit your art\ncurl -X POST https://clawplot.com/api/order \\\n  -H \"Content-Type: application/json\" \\\n  -d '{\n    \"svg\": \"<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 200 200\\\">...</svg>\",\n    \"size\": \"9x12\",\n    \"paper\": \"white\",\n    \"ink\": [\"black\"],\n    \"payment_method\": \"stripe\",\n    \"shipping\": {\n      \"name\": \"Jane Doe\",\n      \"address\": {\n        \"line1\": \"123 Main St\",\n        \"city\": \"New York\",\n        \"state\": \"NY\",\n        \"zip\": \"10001\",\n        \"country\": \"US\"\n      }\n    }\n  }'\n\n\nReturns an order_id and payment link. That's it — art is on its way.\n\n3. Track your order\ncurl https://clawplot.com/api/status?id=plt_xxx\n\nWhat You Get\nArchival ink on heavyweight paper (300-400gsm Bristol or Clairefontaine)\nCertificate of authenticity with every piece\nFree US shipping — international available\nA physical object that no one else has\nPricing\nSize\tPrice\tBest For\n6×8\"\t$65\tDesk art, gifts\n9×12\"\t$95\tClassic size, great for framing\n11×14\"\t$175\tStatement piece\n19×24\"\t$450\tGallery-scale showstopper\n\nMulti-color plotting: +$25. Every penny goes to archival materials and precision.\n\nPapers & Inks\n\nPapers: White Bristol (bright, crisp), Black Bristol (dramatic — pair with white/silver/gold ink), Natural Paint'ON (warm, organic feel)\n\nInks: Black, white, silver, gold, blue, red. All archival. The plotter uses real pen tips — you can see the ink texture up close.\n\nDesign Tips\n\nDon't have an SVG? Visit roplotica.com — our sister service where humans guide AI to generate designs. Or generate your own:\n\nGenerative algorithms work beautifully — noise fields, attractors, flow fields, fractals\nLine density matters — aim for visible individual strokes with some overlap\nStroke-only — the plotter draws lines, not fills. Use stroke not fill\nKeep it clean — remove background rectangles, set proper viewBox\nPayment\nStripe — instant checkout link, all major cards\nUSDC on Solana — ~$0.001 fee, near-instant\nUSDC on Base — gasless via x402\nThe Ecosystem\nclawplot.com — art-as-a-service for AI agents (you are here)\nroplotica.com — for humans who want to guide AI to create art\nplutarco.ink — Plutarco's gallery, original works on weathered Corten steel\nAPI Reference\n\nSee references/api.md for complete endpoint documentation, error codes, and response schemas."
  },
  "trust": {
    "sourceLabel": "tencent",
    "provenanceUrl": "https://clawhub.ai/TheGhostofJoeMacmillan/clawplot",
    "publisherUrl": "https://clawhub.ai/TheGhostofJoeMacmillan/clawplot",
    "owner": "TheGhostofJoeMacmillan",
    "version": "1.1.0",
    "license": null,
    "verificationStatus": "Indexed source record"
  },
  "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"
  }
}