tunelito

Share local HTML or Markdown files in a live review room.

Updated May 22, 2026
One-click install
npx skills add https://github.com/chekos/tunelito --skill tunelito
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tunelito
Source: https://github.com/chekos/tunelito/tree/main/docs-site
Command: npx skills add https://github.com/chekos/tunelito --skill tunelito

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires node, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Tunelito provides a live review room for local HTML or Markdown files, allowing users to share, serve, and preview their content with others in real-time for collaborative feedback.

Core Features & Use Cases

  • Live Collaboration: Share local HTML/Markdown files as a live review room for collaborative feedback.
  • Live Feedback: Reviewers can select text, leave page notes, or leave site-wide notes.
  • File Editing: Users can edit the source files and connected browsers will hot-reload on save.
  • Comment Processing: Optional local coding-agent worker or active-agent inbox mode to process comments.
  • Use Case: Ideal for reviewing web pages, documentation, or any HTML/Markdown content without the need for deployment.

Quick Start

Use the tunelito skill to start a review session for the local HTML file 'index.html'.

Frequently Asked Questions about tunelito

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

FAQPage Schema
How do I share local HTML files for live collaborative review without deploying?

Local HTML files are served as a live review room, enabling real-time collaboration where reviewers can preview content and leave feedback directly without needing deployment.

Can reviewers leave comments on specific text in a local Markdown preview?

Reviewers can leave comments on specific text in a local Markdown preview by selecting text, adding page notes, or leaving site-wide notes directly within the live collaboration session.

Do I need Node.js to run a local HTML live preview and collaboration room?

Yes, Node.js is required to run the local HTML live preview and collaboration room, serving files and managing the real-time review session.

Does the live preview hot-reload when I edit source HTML or Markdown files?

The live preview hot-reloads automatically when you edit source HTML or Markdown files, updating all connected browsers immediately upon saving changes during the review session.

Can a local coding agent process comments from a live HTML review session?

A local coding agent can process comments from a live HTML review session using an optional worker or active-agent inbox mode to handle feedback collected during collaboration.