🦀 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...
💡 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
TERMINAL
clawhub install clawplot