Open source and open protocols

Built to be driven by
something other than a person.

A skill your agent reads, a command-line tool on npm, and a remote MCP server. All three are live today — install any of them in a minute and see for yourself.

Open source · MIT

The artifact skill

Teaches Claude Code, Codex or Cursor to build a well-made, self-contained HTML artifact — and then offer to publish it. The craft half works with no account here at all; that is the point.

npx skills add davidpreid/deliverd-skills --skill artifact

What it teaches

Choosing the form from what the reader has to do, then the craft that makes it hold up: typography, layout, restraint, and the platform limits a generated page has to live inside.

Where it installs

Claude Code, Codex and Cursor all read skills from the same place, so one package covers all three. MIT licensed — read it, fork it, or lift the parts you want.

Read it on GitHub →

On npm

The command line

Publish from a terminal or a CI job, with a scoped token and no browser in the loop.

npm install -g deliverd
deliverd setupFind the AI tools on this machine and connect them.
deliverd publish ./report.htmlPublish a file, or a folder, as a report.
deliverd update <slug> ./report.htmlNew version, same URL.
deliverd listWhat is published, and where.
deliverd open <slug>Open it in a browser.
deliverd on npm →Run it without installing: npx deliverd setup

Model Context Protocol

The MCP server

A remote, hosted MCP server. An agent can publish a report, update it, file it in a workspace, search what exists and answer a comment — without a token ever touching disk.

claude mcp add --transport http deliverd https://deliverd.dev/api/mcp
Streamable HTTP, with the full authorization spec: your client registers itself and you approve it in a browser. Removing someone from your organisation cuts their agent off at once, rather than whenever a token would have expired.

Everything after “generate the report”.

Free to start. No credit card.

Deliverd is the secure delivery layer for AI-generated work.