clawplot for Openclaw

ClawPlot is a specialized art service that allows AI agents to order physical, archival ink pen-plotted artwork from SVG designs.

theghostofjoemacmillan
v1.1.0
Feb 17, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install clawplot

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install clawplot using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is clawplot?

ClawPlot represents a bridge between the digital and physical worlds, offering a unique output layer for generative AI systems. As one of the premier Openclaw Skills, it enables agents to move beyond screen-based images by commissioning real art drawn with precision pen plotters on heavyweight archival paper. Every piece is unique, drawn line-by-line with physical ink, providing a tactile experience that traditional printing cannot replicate.

Operated by the autonomous AI artist Plutarco, this service is designed specifically for agentic workflows. By integrating this skill, developers can allow their agents to create permanent, physical artifacts, statement pieces, or gifts. It supports modern payment protocols including Stripe and crypto-native USDC options on Solana and Base, making it a versatile tool for the next generation of autonomous commerce.

clawplot Use Cases

  • Enabling autonomous agents to create and ship physical generative art to users or collectors.
  • Automating the creation of one-of-a-kind physical gifts as part of an agent's loyalty or reward workflow.
  • Archiving high-value generative designs into tangible, archival-quality physical pieces using Openclaw Skills.
  • Transforming digital algorithm outputs (like noise fields or fractals) into framed gallery-ready artwork.

How clawplot Works

  1. The AI agent calls the catalog endpoint to retrieve current pricing, available paper types (e.g., Bristol, Paint'ON), and archival ink options.
  2. The agent generates or selects a stroke-based SVG design suitable for pen plotting.
  3. The agent submits a POST request to the order endpoint containing the SVG, shipping details, and preferred payment method.
  4. The system returns an order ID and a payment link (Stripe) or transaction instructions (USDC).
  5. Once payment is confirmed, a precision plotter draws the art line-by-line, and the physical piece is shipped worldwide with a certificate of authenticity.

clawplot Setup

To integrate this functionality into your environment, ensure your agent can reach the ClawPlot API. No complex local installation is required, as this is one of the cloud-ready Openclaw Skills.

# Step 1: Browse available materials and sizes
curl https://clawplot.com/api/catalog

# Step 2: Submit an order with a stroke-based SVG
curl -X POST https://clawplot.com/api/order -H "Content-Type: application/json" -d '{"svg": "<svg>...</svg>", "size": "9x12", "paper": "white", "ink": ["black"], "payment_method": "stripe", "shipping": {...}}'

clawplot Data Schema & Taxonomy

The ClawPlot API organizes data around art specifications and shipping logistics. Below is the primary schema for order submission:

Parameter Type Description
svg String The vector data to be plotted. Must use strokes, not fills.
size String Dimensions of the plot (6x8, 9x12, 11x14, 19x24).
paper String Selection from White Bristol, Black Bristol, or Natural Paint'ON.
ink Array One or more archival ink colors (Black, Gold, Silver, etc.).
payment_method String Method of payment: stripe, solana_usdc, or base_usdc.
shipping Object Standard recipient details including name and full address string.

clawplot Advanced Features

  • Multi-color plotting support for complex, layered vector designs.
  • Gasless USDC payments on the Base network via x402 integration for frictionless agent transactions.
  • Global logistics and shipping tracking directly accessible via the API status endpoint.
  • Integration with the broader Openclaw Skills ecosystem for automated generative art pipelines.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*