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.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install claw-canvas - 安装完成后,直接呼叫该 Skill 的名称或使用
/claw-canvas触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Claw Canvas 是什么?
A virtual canvas for OpenClaw to output content and visualize its thinking during development. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 514 次。
如何安装 Claw Canvas?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install claw-canvas」即可一键安装,无需额外配置。
Claw Canvas 是免费的吗?
是的,Claw Canvas 完全免费(开源免费),可自由下载、安装和使用。
Claw Canvas 支持哪些平台?
Claw Canvas 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Claw Canvas?
由 austindixson(@austindixson)开发并维护,当前版本 v1.0.0。