CLI reference.
Floom is terminal-first: install the CLI, publish a skill, share the link, add with floom add. Sync commands are Version 1 preview.
npm install -g @floomhq/floom
Install the Floom CLI globally from npm.
floom login
Open browser OAuth and store your Floom token locally (`~/.floom/config.json`).
floom publish <file>
Upload Markdown knowledge, instructions, or a workflow and get a shareable skill link.
floom add <url-or-slug>
Add a link-accessible Floom skill into your local agent folder. No Floom account is required for public or unlisted links.
floom sync
Version 1 preview: sync your published, saved, and subscribed library skills into your local agent folder.
floom watch
Version 1 preview: run sync repeatedly from the terminal.
floom list
List your published Floom skills.
floom library list
List public starter libraries.
floom library create <slug>
Create a personal or starter library you can fill with skills.
floom library add <library> <skill>
Add a skill to a library and optionally place it in a folder.
floom move <slug>
Choose where a saved or subscribed skill lands in your local agent folder.
floom doctor
Diagnose auth, target directory, add path, and CLI compatibility.
See also: getting started, publish guide, API reference.