Claw Canvas
/install claw-canvas
Claw Canvas Skill
Description
This skill wraps OpenClaw's native canvas tool to provide a dedicated, interactive surface for the agent to visualize its internal processes, display intermediate results, and output rich content directly on a virtual canvas. It enables a more transparent and intuitive development workflow by making the agent's thinking and work-in-progress visible.
Core Functionalities
- Render Markdown/HTML: Display formatted text, code, tables, and images.
- Visualize Data: Present charts, graphs, or structured data.
- Show Progress: Update the canvas with real-time progress of tasks.
- Interactive Thinking: Optionally display thought processes or decision trees.
- Snapshot: Capture the current state of the canvas.
Usage
This is primarily an internal skill for the agent to use to illustrate its workflow. It will expose a CLI interface for displaying content.
# Example: Display markdown content
python3 scripts/canvas_cli.py display_markdown --content "# Agent Thinking\
\
Here's my current thought process..."
# Example: Display an image
python3 scripts/canvas_cli.py display_image --url "https://example.com/image.png"
Purpose
To enhance transparency, improve user understanding of complex agent processes, and provide a dynamic, real-time output area for development tasks. This will be invaluable for tasks like:
- Visualizing website structure during the Mac App conversion.
- Displaying drafted blog posts or tweets with formatting.
- Showing data analysis results.
- Illustrating program flow or architectural decisions.
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install claw-canvas - After installation, invoke the skill by name or use
/claw-canvas - Provide required inputs per the skill's parameter spec and get structured output
What is Claw Canvas?
A virtual canvas for OpenClaw to output content and visualize its thinking during development. It is an AI Agent Skill for Claude Code / OpenClaw, with 514 downloads so far.
How do I install Claw Canvas?
Run "/install claw-canvas" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Claw Canvas free?
Yes, Claw Canvas is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Claw Canvas support?
Claw Canvas is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Claw Canvas?
It is built and maintained by austindixson (@austindixson); the current version is v1.0.0.