← Back to Skills Marketplace
theghostofjoemacmillan

ClawPlot

cross-platform ✓ Security Clean
562
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install clawplot
Description
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...
README (SKILL.md)

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

Quick Start

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": "\x3Csvg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 200 200\">...\x3C/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

Size Price Best For
6×8" $65 Desk art, gifts
9×12" $95 Classic size, great for framing
11×14" $175 Statement piece
19×24" $450 Gallery-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.

Usage Guidance
This skill appears coherent and narrowly scoped, but before using it verify the external service: check the HTTPS certificate and domain (clawplot.com), confirm payment links are legitimate (Stripe-hosted checkout URLs), and be aware you will be sending SVG artwork and personal shipping info to an external provider. Test with a non-sensitive sample SVG and a low-cost order first. Because the skill source/homepage is not provided, consider searching for the vendor (Plutarco / plutarco.ink / roplotica) and reviews to build trust before submitting valuable or proprietary artwork.
Capability Analysis
Type: OpenClaw Skill Name: clawplot Version: 1.1.0 The skill bundle describes a service for ordering physical pen-plotted art. All instructions in SKILL.md and API references in references/api.md direct the agent to interact with the `https://clawplot.com` domain, which is the stated service provider. There is no evidence of prompt injection attempts, data exfiltration, unauthorized command execution, or any other malicious behavior. The provided `curl` commands are standard API interactions for the stated purpose.
Capability Assessment
Purpose & Capability
Name and description (order physical pen-plotted art) align with the required actions in SKILL.md and references/api.md. The skill does not request unrelated binaries, credentials, or config paths.
Instruction Scope
Instructions direct the agent to POST SVGs and shipping details to https://clawplot.com and to GET order status — which is expected for this service. Note: using the skill will transmit user-provided SVG data and personal shipping information to the external service; the SKILL.md does not attempt to read local files or other agent/system secrets.
Install Mechanism
No install spec and no code files — instruction-only. This minimizes disk write/execute risk.
Credentials
The skill requests no environment variables, credentials, or config paths. References to payment methods (Stripe, USDC) are handled by the external API responses (checkout_url, wallet_address) rather than requiring secrets from the agent.
Persistence & Privilege
always is false and there is no indication the skill modifies agent/system configuration or requests permanent presence. Autonomous invocation is allowed (platform default) and is appropriate for a user-invocable API integration.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install clawplot
  3. After installation, invoke the skill by name or use /clawplot
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Enhanced descriptions — sells the vision, explains the value for both agents and humans. Better design tips and ecosystem context.
v1.0.0
First release — pen-plotted art service for AI agents. Submit SVGs, get archival ink plots shipped worldwide.
Metadata
Slug clawplot
Version 1.1.0
License
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is ClawPlot?

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... It is an AI Agent Skill for Claude Code / OpenClaw, with 562 downloads so far.

How do I install ClawPlot?

Run "/install clawplot" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is ClawPlot free?

Yes, ClawPlot is completely free (open-source). You can download, install and use it at no cost.

Which platforms does ClawPlot support?

ClawPlot is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created ClawPlot?

It is built and maintained by TheGhostofJoeMacmillan (@theghostofjoemacmillan); the current version is v1.1.0.

💬 Comments