Canvas Skill

Display HTML content on connected KolbBot nodes via WebView.

Updated Jul 17, 2026
One-click install
npx skills add https://github.com/kolbick/Kolb-Bot --skill canvas-skill-kolbick
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Canvas Skill
Source: https://github.com/kolbick/Kolb-Bot/tree/main/skills/canvas
Command: npx skills add https://github.com/kolbick/Kolb-Bot --skill canvas-skill-kolbick

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill enables the display of HTML content on connected KolbBot nodes (Mac, iOS, Android), bridging the gap between web-based information and device interfaces.

Core Features & Use Cases

  • Cross-Platform Display: Render web content on various KolbBot-enabled devices.
  • Interactive Content: Ideal for games, visualizations, dashboards, and interactive demos.
  • Development Friendly: Features live reload for rapid iteration on HTML content.

Quick Start

Present the HTML file named 'my-game.html' on the node with the ID 'mac-63599bc4-b54d-4392-9048-b97abd58343a'.

Frequently Asked Questions about Canvas Skill

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

FAQPage Schema
How do I display HTML content on cross-platform devices like Mac, iOS, and Android?

You can display HTML content on Mac, iOS, and Android by using a canvas host server with a node bridge and node applications to render the web content via WebView on connected KolbBot nodes.

Can I present interactive web visualizations and dashboards on mobile devices?

Yes, you can present interactive web visualizations and dashboards on mobile devices by rendering HTML content through WebView on connected iOS and Android KolbBot nodes.

Does the canvas display support live reload for HTML content development?

Yes, the canvas display supports live reload, allowing rapid iteration on HTML content with immediate updates visible on connected KolbBot nodes during development.

How do I show a specific HTML file on a target device node?

To show a specific HTML file on a target device node, present the HTML file by referencing the target node's unique ID, such as displaying 'my-game.html' on node 'mac-63599bc4-b54d-4392-9048-b97abd58343a'.

What components do I need to render web content via WebView on KolbBot nodes?

Rendering web content via WebView on KolbBot nodes requires a canvas host server, a node bridge, and node applications installed on the target Mac, iOS, or Android devices.