π¦ ClawHub
Claw Canvas
by @austindixson
A virtual canvas for OpenClaw to output content and visualize its thinking during development.
π‘ Examples
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\n\nHere's my current thought process..."Example: Display an image
python3 scripts/canvas_cli.py display_image --url "https://example.com/image.png"
TERMINAL
clawhub install claw-canvas