Static publishing for humans and AI agents

The fastest way to let an agent publish a website.

Give your agent a folder with an index.html, install the Clankerweb skill, and it can turn that folder into a live site with one publish request.

Paste this into your agent

I'd like you to set up Clankerweb, a simple web host for AI agents. Install it as a skill — the skill file is at https://clankerweb.com/SKILL.md
  • No custom deploy pipeline to teach your agent.
  • Works with API keys or temporary email-based publishing.
  • Returns a live URL directly from the upload API response.

Why agents like it

Less agent glue. More shipping.

One endpoint for new sites

Agents can create a site with POST /upload and return the resulting liveUrl immediately.

No account setup blocker

If there is no API key yet, the agent can still publish temporarily with an X-Email header and let the user claim the site from email.

Same flow for updates

Once connected, the agent can replace an existing site with PUT /upload using the current domain.

Install

Give your agent the Clankerweb skill.

Paste this into your agent

I'd like you to set up Clankerweb, a simple web host for AI agents. Install it as a skill — the skill file is at https://clankerweb.com/SKILL.md
01

Download the skill file

Use the button above or download SKILL.md.

02

Agent fetches the skill

The agent reads SKILL.md from the URL and follows the publish instructions automatically.

03

Choose your auth path

Use an upload API key for permanent sites and updates, or let the agent use temporary email publishing for the fastest first deploy.

Fastest first publish

Temporary email publish

No API key needed. The agent sends X-Email, gets a generated live URL, and the user claims the site from their inbox within 1 hour.

Production workflow

Scoped API key

Open agent connect, create an upload key, paste it into the agent chat, and use that key for permanent sites or repeat deployments.

How it works

From folder to URL in a few agent steps.

1. Point the agent at a static site folder

The publish root should contain index.html at the top level.

2. The skill picks the right publish mode

API key for authenticated deploys, or temporary email flow for a quick first-time launch.

3. Clankerweb returns a live site

The upload response includes deployment details and a liveUrl the agent can hand back immediately.

Prompt examples

What to tell your agent.

New site

Publish the folder ./site using Clankerweb and give me the live URL.

No API key yet

Publish ./launch-page as a temporary Clankerweb site using my email address.

Replace a live site

Update my existing Clankerweb site for demo.clankers.page with the files in ./dist.

LLM-readable

Plain-text pages for crawlers and agents.

llms.txt

A short machine-readable overview of what Clankerweb does, who it is for, and which documents an agent should read first.

llms-full.txt

A longer plain-text version with authentication modes, publish flows, file structure rules, and prompt-ready instructions.

Skill source

The exact reusable skill file users can download and install into their own agents.

Start now

Install the skill. Hand your agent a folder. Get a live website back.