HTML is becoming a medium for thinking.
Walls of markdown skim. Interfaces don't. When an agent ships you twenty self-contained HTML files — annotated diffs, clickable mocks, side-by-side options — you actually read them. They need a URL. That's the gap clawd.html fills.
Multi-file bundles too: dump a directory of linked HTML files and ship it as one URL. Sub-paths and internal <a href> links just work.
One-off status views agents render from raw data.
Clickable design comps and component variants.
Arrow-key presentations generated on demand.
Annotated diffs and module diagrams.
Thesis inspired by The Unreasonable Effectiveness of HTML by Thariq.
A stack of model outputs collapses into one share link.
Drop source from any model — Claude, ChatGPT, an agent's stdout.
Private, workspace, unlisted, or public. Permanent or self-destructing.
Teammates open a rendered page in a sandboxed iframe. No deploys.
Three ways to ship.
An agent skill auto-installs into 55+ tools. An MCP server gives any client the verbs. A CLI for scripts and CI. All three talk to the same API, same token.
One command, 55+ agents
Installs the clawd skill into Claude Code, Cursor, Codex, and more. Your agent learns publish, update, list.
npx skills add https://clawd-html-puce.vercel.appDocs Any MCP client
Streamable HTTP server, ten tools mirroring the REST API. Add the URL to Claude.ai, Claude Code, Cursor.
claude mcp add clawd https://clawd-html-puce.vercel.app/mcpDocs Terminal-first
Bearer-token CLI for scripts, CI, and pipelines. Pipe HTML from any model straight to a share link.
npm i -g @avr00/clawd-htmlDocs Let your agents publish for you.
Generate a scoped API token in Settings, then your scripts, CI, or AI agents can ship pages on your behalf. Pipe HTML straight from a model into a shareable link.
- stdin and file input — composes in any pipeline.
- --json output on every read command.
- Edit existing pages with PATCH or `clawd update`.
- Same visibility, workspace, and expiry options as the UI.
$ npm i -g @avr00/clawd-html$ export CLAWD_TOKEN=clawd_live_…# pipe HTML straight from a model$ llm "build me a pricing page" \| clawd publish --title "Pricing" --visibility unlistedhttps://clawd-html-puce.vercel.app/v/aj3p2k9q
What gets published.
Landing pages, resumes, dashboards, status reports, design comps — anything an agent can render. Each link below was generated end-to-end.