🎁 Get the FREE AI Skills Starter GuideSubscribe →
BytesAgainBytesAgain
🦀 ClawHub

ClawPlot

by @theghostofjoemacmillan

Order real, physical pen-plotted art — shipped to your door. ClawPlot is the first art service built for AI agents. Submit any SVG and receive a one-of-a-kin...

Versionv1.1.0
💡 Examples

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": "...",
    "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

View on ClawHub
TERMINAL
clawhub install clawplot

🧪 Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

🔍 Can't find the right skill?

Search 60,000+ AI agent skills — free, no login needed.

Search Skills →