← 返回 Skills 市场
theghostofjoemacmillan

ClawPlot

作者 TheGhostofJoeMacmillan · GitHub ↗ · v1.1.0
cross-platform ✓ 安全检测通过
562
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (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.

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawplot
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawplot 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug clawplot
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 562 次。

如何安装 ClawPlot?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawplot」即可一键安装,无需额外配置。

ClawPlot 是免费的吗?

是的,ClawPlot 完全免费(开源免费),可自由下载、安装和使用。

ClawPlot 支持哪些平台?

ClawPlot 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 ClawPlot?

由 TheGhostofJoeMacmillan(@theghostofjoemacmillan)开发并维护,当前版本 v1.1.0。

💬 留言讨论