canvas

Present HTML content on connected CryptoClaw nodes via Canvas Host.

109|11|Updated Feb 6, 2026
One-click install
npx skills add https://github.com/TermiX-official/cryptoclaw --skill canvas-termix-official
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canvas
Source: https://github.com/TermiX-official/cryptoclaw/tree/main/skills/canvas
Command: npx skills add https://github.com/TermiX-official/cryptoclaw --skill canvas-termix-official

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Canvas enables displaying HTML content on connected CryptoClaw nodes (Mac, iOS, Android), facilitating on-device demos, dashboards, and content sharing without external tools.

Core Features & Use Cases

  • Display HTML content: Render arbitrary HTML/CSS/JS in the node's canvas view.
  • Live demos & dashboards: Share dynamic UI content across Mac, iOS, and Android nodes.
  • Use Case: Present a real-time visualization or product UI within your CryptoClaw-connected devices.

Quick Start

Use the canvas skill to display a local HTML file on a connected node: canvas action:present node:<node-id> target:<full-url>

Frequently Asked Questions about canvas

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I display HTML content on connected Mac, iOS, or Android nodes?

To display HTML content on connected Mac, iOS, or Android nodes, use the canvas skill to render local HTML files or live dashboards via the /__openclaw__/canvas path.

What server setup is required to render live HTML dashboards on mobile and Mac nodes?

Rendering live HTML dashboards on nodes requires a Canvas Host server on port 18793 and a Node Bridge on port 18790 to enable static HTML rendering and interactive demos across connected devices.

Can I share interactive HTML demos across Mac, iOS, and Android devices without external tools?

Yes, you can share interactive HTML demos across Mac, iOS, and Android devices by rendering dynamic UI content directly in the node's canvas view without needing external display tools.

How do I present a local HTML file on a specific connected node?

To present a local HTML file on a specific connected node, execute the canvas action specifying the present action, the target node-id, and the full URL of the content.

Does the canvas skill support rendering HTML, CSS, and JavaScript on connected nodes?

Yes, the canvas skill supports rendering arbitrary HTML, CSS, and JavaScript content on connected CryptoClaw nodes, enabling real-time visualizations and product UI presentations on-device.