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

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
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
👀 See Also

Jentic Mini: Self-Hosted API and Action Execution Layer for OpenClaw
Jentic Mini is a self-hosted API and action execution layer that sits between AI agents and external APIs, storing credentials in an encrypted vault and providing scoped toolkits with individually revocable keys. It automatically imports 10,000+ OpenAPI specs and Arazzo workflow sources when credentials are added.

Ouroboros Adds PM Interview Mode for Claude Code to Bridge Spec Gap
Ouroboros now includes a PM mode that runs a guided interview before handing off to Claude Code, asking questions like what problem is being solved, who it's for, and what constraints matter. The output is a PRD/PM document with goal, user stories, constraints, success criteria, assumptions, and deferred items.

Claude Watch: Open Source Tool Visualizes AI-Generated Code Logic
Claude Watch is an open source tool that provides graphical semantic visualization for projects built with AI coding agents like Claude Code. It analyzes code in a nested way and includes AI-powered search to answer questions about project logic.

Multi-LLM Paper-Trading Bot with Claude Opus as Lead Engineer and Gemini as Strategist: Architecture Breakdown
A solo builder shares a 4,900-LOC paper-trading bot on Alpaca where Claude Opus 4 (Engineer) has veto power over Gemini Pro (Strategist), with a 270+ entry disagreement log called the Strategist Codex.