Publish your first skill.
Five steps from a local Markdown file to a Floom link people can add from their terminal.
Install
$ npx -y @floomhq/floom
Runs the Floom CLI from npm without a global install.
Login
$ npx -y @floomhq/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
$ npx -y @floomhq/floom publish pr-review-brief.md
Uploads the file and returns a shareable skill link.
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.