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

Claude Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.

Benchmark Results for Small Local and OpenRouter Models on Agentic Text-to-SQL Task
A developer tested multiple small local and OpenRouter models using a custom agentic text-to-SQL benchmark that converts English queries to SQL with debugging rounds. The benchmark includes 25 questions, runs in under 5 minutes, and reveals top performers like kimi-k2.5 and Qwen 3.5 variants.

Tycono: Open-Source AI Agent Harness with Org Chart and Autonomous Improvement Loops
Tycono is an open-source harness where you define AI agent roles in YAML (CTO, engineer, QA, etc.) and they work together following an org chart with autonomous improvement loops. The system ran 17 rounds overnight on a pixel running game task, generating 6,796 lines of code across 43 commits.

Troubleshooting Email and Google Drive Access for AI Agents
Setting up email and Google Drive access for AI bots on AWS can trigger account blocks. Here's a solution using Gmail and Workspace domains.