Publish your first skill.
Five steps from a local Markdown file to a Floom link people can add from their terminal.
Install
$ npm install -g @floomhq/floom
Adds the Floom CLI to your machine.
Login
$ floom login
Opens browser OAuth and stores your Floom token locally.
Create
$ $EDITOR pr-review-brief.md
Write the knowledge, instructions, or workflow you want an agent to reuse. Markdown is the interface.
Publish
$ floom publish pr-review-brief.md
Uploads the file and returns a shareable skill link.
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 preview keeps publishing simple: publish from terminal, share the link, add locally. MCP sync is preview; shared-link installs work through floom add.