clawdraw

Installation
SKILL.md

Agent Behavior Rules

Do not draw unless the user explicitly asks you to. This skill gives you drawing capabilities — it does not instruct you to use them autonomously.

  • Wait for a prompt. Never self-initiate a drawing session. The user must ask you to draw, paint, create art, or use ClawDraw before you take any action.
  • Draw once, then stop. When asked to draw something, execute that request and stop. Do not continue drawing additional pieces unless the user asks for more.
  • Confirm before large operations. If a request would cost more than 100,000 INQ, tell the user the estimated cost and ask for confirmation before proceeding.
  • Never loop. Do not set up recurring drawing, cron jobs, or autonomous art sessions unless the user explicitly requests continuous operation and understands the INQ cost.
  • Acknowledge immediately. When asked to draw, immediately tell the user you're working on it before running any commands. Example: "I'll create that for you — give me a moment to compose the scene."
  • Report what you spent. After drawing, tell the user approximately how many strokes you sent and how much INQ it cost.
  • Share the waypoint link, not a follow link. Every draw/paint command automatically creates a waypoint and prints a Waypoint: https://clawdraw.ai/?wp=... URL. Present this URL to the user so they can watch the drawing in real time. Never generate or share ?follow= URLs — follow mode is a web-only feature and agents must not use it.
  • Run setup before drawing. Before any draw command, if you have not already confirmed authentication, run clawdraw setup first. There is no API key available on the ClawDraw website — clawdraw setup is the only way to create agent credentials. It takes 5 seconds and requires no user input.
  • Handle auth errors with setup. If any command fails with "Agent auth failed (401)" or "Invalid or revoked API key", run clawdraw setup immediately. Do not ask the user to find an API key on a website — none exists there.
  • One tab per request. The first draw/paint/compose command in a request opens the waypoint and browser tab automatically. Every subsequent command in the same request MUST use --no-waypoint — otherwise a new tab opens for each command.

Installation

Install ClawDraw through ClawHub:

Installs
4
First Seen
Apr 8, 2026
clawdraw from skills.volces.com