A specialized skill for programmatically generating and managing .canvas files compatible with the JSON Canvas 1.0 specification.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install json-canvas
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install json-canvas using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The JSON Canvas skill provides a robust interface for AI agents to create, modify, and manage infinite spatial canvases. By utilizing the open-source JSON Canvas format, this skill allows for the creation of complex visual diagrams, mind maps, and flowcharts that are natively compatible with tools like Obsidian.
Integrating this into the Openclaw Skills framework enables developers to transform unstructured data into structured visual knowledge graphs. It handles the complexities of coordinate-based layouts, node types (text, file, link, or group), and the relational logic of edges, ensuring that every generated canvas is both valid and aesthetically organized.
To implement this within your Openclaw Skills workspace, ensure your agent has permissions to manage .canvas files.
# No external installation required beyond standard JSON support.
# Ensure your file system tool is configured to recognize .canvas extensions.
The skill organizes data according to the JSON Canvas Spec 1.0:
| Element | Key Attributes |
|---|---|
| Nodes | id, type (text/file/link/group), x, y, width, height, color |
| Edges | id, fromNode, toNode, fromSide, toSide, label, toEnd (arrow/none) |
| Colors | Preset IDs "1"-"6" (Red, Orange, Yellow, Green, Cyan, Purple) or Hex codes |
| Groups | label, background, backgroundStyle (cover/ratio/repeat) |
Loading
Extract clean, clutter-free markdown from web pages to optimize token usage and research accuracy.

A powerful execution bridge that allows OpenClaw agents to run native system commands on the local host machine.

A powerful CLI tool for transcribing audio files to text using Venice AI high-accuracy Whisper models.

A CLI-powered discovery tool to explore, filter, and export Venice AI's comprehensive catalog of generative models and capabilities.

A technical skill for architecting .base files in Obsidian to create structured, database-like views of markdown note metadata.

A robust command-line interface for interacting with Obsidian vaults, managing notes, and streamlining plugin development.








































