Tiiny Host, a London-based drag-and-drop hosting platform with 1.5 million users and $1.5 million in annual recurring revenue, released a Publish Agent Skill that lets AI coding agents autonomously deploy files to the live web. The skill works with Claude Code, OpenAI Codex CLI, Cursor, Gemini CLI, GitHub Copilot, and any platform supporting the open Agent Skills standard, according to the company’s announcement. The skill repository is public on GitHub.
How It Works
The skill uses semantic intent matching rather than explicit slash commands. When a user asks an agent to “publish this as a website,” “share this PDF online,” or “deploy this,” the agent detects the publishing intent, loads the Tiiny Host SKILL.md on demand, uploads the file through the API, and returns a live shareable URL. No dashboards, git repositories, or CI/CD configuration required, per the announcement.
The platform supports over 100 file types: HTML, CSS, JavaScript, and PHP for web projects; PDF, DOCX, PPTX, XLSX, and LaTeX for documents; JPEG, PNG, SVG, PSD, and RAW formats for images. The breadth is designed so agents can publish whatever they generate without format translation or additional tooling.
“AI agents today can write complete web apps, generate polished PDFs, build data dashboards, and produce publication-ready slide decks. But every one of those outputs has hit the same wall: getting it online,” Tiiny Host founder Elston Barreto said in the announcement. “The Publish Skill closes that gap completely.”
The Agent Skills Ecosystem at Scale
Tiiny Host’s skill ships into a rapidly expanding ecosystem. The Agent Skills standard, originally developed by Anthropic in October 2025 and opened as a cross-platform standard in December 2025, has been adopted by Claude Code, OpenAI Codex CLI, Cursor, Gemini CLI, GitHub Copilot, and more than 20 other platforms. A community-maintained awesome-agent-skills repository on GitHub now catalogs over 1,000 skills from official developer teams and the community.
The architectural pattern is consistent across the ecosystem: skills are loaded dynamically when intent matches, keeping token usage lean and context windows clean. Only the relevant SKILL.md is loaded on demand rather than preloaded, which means agents carry no overhead from skills they are not actively using.
Deployment as a First-Class Agent Capability
The Publish Skill represents a specific category of Agent Skills that close operational gaps in agent workflows. Agents can write code, generate documents, and produce creative assets, but the step between “created” and “live on the internet” has required human intervention through dashboards, git pushes, or manual file transfers. With deployment abstracted into a skill, the full loop from creation to live URL happens within a single agent session.
For teams using agents to generate client-facing deliverables, internal reports, or prototype sites, the practical impact is removing the handoff: the agent produces the work and delivers a link, rather than producing the work and asking someone to deploy it.