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

Session Inspector for Claude Code provides real-time visibility into AI agent operations
Vibeyard, an open-source terminal IDE that wraps Claude Code, has added a Session Inspector feature that provides real-time visibility into Claude Code sessions with timeline tracking, cost breakdowns, tool analytics, and context window monitoring.

TRELLIS.2 Image-to-3D Ported to Run Natively on Apple Silicon
A developer has ported Microsoft's 4B parameter TRELLIS.2 image-to-3D model to run natively on Apple Silicon via PyTorch MPS, replacing CUDA-specific operations with pure-PyTorch alternatives. The port generates ~400K vertex meshes from single photos in about 3.5 minutes on M4 Pro with 24GB memory.

Cloken: A Chrome Extension That Shows Real-Time Claude Context Usage as a Percentage
Cloken is a free Chrome extension that displays your current Claude.ai chat context usage as a percentage — including messages, files, images, and system prompt.

Reddit user shares detailed prompt for exporting personal knowledge from AI assistants
A Reddit user has created a comprehensive prompt for extracting structured personal knowledge from AI assistants like Claude, addressing perceived limitations in Anthropic's ChatGPT import feature. The prompt generates three distinct JSON artifacts covering personal knowledge bases, intellectual frameworks, and knowledge graphs.