Publishing

Publish your first skill.

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

1

Install

$ npx -y @floomhq/floom

Runs the Floom CLI from npm without a global install.

2

Login

$ npx -y @floomhq/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

$ npx -y @floomhq/floom publish pr-review-brief.md

Uploads the file and returns a shareable skill link.

5

Share

$ npx -y @floomhq/floom share <slug> --add teammate@example.com

Adds an email recipient to one of your published skills. The receiver can also add public or unlisted links without creating an account.

Floom preview keeps publishing simple: publish from terminal, share the link, add locally. MCP sync is preview; shared-link installs work through npx -y @floomhq/floom add.