canvas

Display HTML content on connected Moltbot nodes across Mac, iOS, and Android.

36|2|Updated Feb 9, 2026
One-click install
npx skills add https://github.com/malue-ai/dazee-small --skill canvas-malue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: canvas
Source: https://github.com/malue-ai/dazee-small/tree/main/skills/library/canvas
Command: npx skills add https://github.com/malue-ai/dazee-small --skill canvas-malue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows you to display custom HTML content on connected Moltbot nodes, enabling rich visualizations, interactive elements, and web-based interfaces directly on user devices.

Core Features & Use Cases

  • Cross-Platform Display: Renders HTML content on Mac, iOS, and Android Moltbot apps.
  • Interactive Content: Supports games, dashboards, and generated HTML visualizations.
  • Use Case: Display a real-time stock market dashboard or a simple HTML-based game on a user's tablet via the Moltbot app.

Quick Start

Present the 'my-game.html' file on the node with ID 'node-123'.

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 mobile and desktop devices?

To display HTML content on connected devices, this Skill renders web files across Mac, iOS, and Android Moltbot nodes. It supports interactive elements and visualizations directly within the node app environment.

Can I render interactive web visualizations on iOS and Android nodes?

Yes, you can render interactive web visualizations on iOS and Android nodes. The Skill supports cross-platform rendering for games, dashboards, and generated HTML content on connected Moltbot apps.

Do I need a local HTTP server to render HTML files on connected nodes?

Yes, a local HTTP server is required to serve HTML files for rendering on connected nodes. You also need a communication bridge to facilitate node interactions during the display process.

How do I present an HTML game on a specific Moltbot node?

To present an HTML game on a specific Moltbot node, serve the file via a local HTTP server and target the node by its ID. The Skill renders the interactive content on the connected device.

Does live reload work when developing HTML visualizations for connected nodes?

Yes, live reload works when developing HTML visualizations for connected nodes. The Skill supports live reload for development, allowing you to see updates to web content on devices in real time.