Publishing

Publish your first skill.

Five steps from a local Markdown file to a Floom link people can add from their terminal.

1

Install

$ npm install -g @floomhq/floom

Adds the Floom CLI to your machine.

2

Login

$ floom login

Opens browser OAuth and stores your Floom token locally.

3

Create

$ $EDITOR pr-review-brief.md

Write the knowledge, instructions, or workflow you want an agent to reuse. Markdown is the interface.

4

Publish

$ floom publish pr-review-brief.md

Uploads the file and returns a shareable skill link.

5

Share

$ https://floom.dev/s/ffas93ud

Copy the link, post anywhere, and another user can add it with floom add without creating an account.

Floom V1 Preview keeps publishing simple: publish from terminal, share the link, add locally. MCP sync is preview; shared-link installs work through floom add.