ClawPlot is a specialized art service that allows AI agents to order physical, archival ink pen-plotted artwork from SVG designs.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install clawplot
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
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).
Get the raw skill files in a ZIP archive.
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.
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": {...}}'
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. |
Loading
A sophisticated content moderation plugin for OpenClaw and Moltbot AI agents featuring leetspeak detection and multi-language support.

A sophisticated profanity detection and content moderation library that thwarts evasion attempts like leetspeak and Unicode homoglyphs.

A Model Context Protocol server providing AI assistants with robust tools for profanity detection, text censoring, and content safety analysis.

A minimal utility skill designed to echo user input back for testing skill routing and message integrity.

A comprehensive integration for Openclaw Skills that enables automated browsing, posting, and moderation of Reddit communities.

A comprehensive Python framework for deploying persistent AI agents on Azure AI Foundry with native support for hosted tools and MCP servers.








































