Aired: A Claude Code Skill for Instant HTML Publishing to Live URLs

✍️ OpenClawRadar📅 Published: April 17, 2026🔗 Source
Aired: A Claude Code Skill for Instant HTML Publishing to Live URLs
Ad

Aired is a tool that enables AI coding agents to publish generated HTML content to live URLs in approximately 2 seconds. It addresses the specific problem of sharing HTML reports, dashboards, and visualizations created by AI agents without requiring manual file transfers.

Installation and Setup

There are two primary installation methods:

  • As a Claude Code skill: npx skills add progrmoiz/aired
  • As an MCP server: claude mcp add aired --transport http https://aired.sh/mcp

Core Functionality

After generating HTML with Claude, users can simply say "air it" to receive a live URL within 2 seconds. The tool supports:

  • Claude Code, Cursor, VS Code, Codex, and Windsurf — any environment that supports MCP (Model Context Protocol)
  • Remote MCP endpoint for web-based AI tools with zero installation required
  • Page updates and deletions using stored tokens, allowing agents to manage the full lifecycle
Ad

Technical Details

Aired is built on Cloudflare Workers and R2 storage. It's MIT licensed and available for free. The command-line interface allows direct file publishing: npx aired dashboard.html generates a shareable link.

The tool requires approximately 30 seconds to set up and operates without signup requirements or deployment configuration.

Availability

GitHub repository: github.com/progrmoiz/aired

Live site: aired.sh

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also