Skip to content

v0.4.0 — directory-ready

Choose a tag to compare

@bassotov bassotov released this 28 Jul 20:48

PowerPoint for agents. Claude writes the deck as plain markdown; you open it and draw on it while you record.

Install in Claude Desktop

Download deck-0.4.0.mcpb below, then Settings → Extensions → Install Extension. It asks which folder your decks live in, and that is the whole setup.

What changed

  • Fonts are bundled, not fetched. The viewer used to load its typefaces from Google on every launch — a third-party request from a tool whose whole claim is that nothing leaves your machine, and fallback type whenever you were offline. It now makes no outbound network requests at all and works with the wifi off.
  • A privacy policy (PRIVACY.md), linked from the manifest.
  • Tool annotations on all seven tools, so clients can tell reads from writes. write_deck is marked destructive because overwrite: true replaces a file wholesale; append_slide is not, because it only ever adds to the end.

Together these meet Anthropic's review criteria for a Connectors Directory listing.

Everything still runs locally and binds to 127.0.0.1. Your decks are files on your own disk, and deck never deletes one.