Build with Floom
Publish skills, share links, add locally without an account, and integrate the API. MCP sync is preview.
Quick links
Publish your first skill →
Install the CLI, sign in, push a Markdown skill, share the link.
Getting started →
Install Floom, add a shared skill without an account, publish, and set up your agent.
API reference →
REST API for publishing and fetching portable agent skills.
CLI reference →
Core commands: login, publish, add, list, doctor.
Code samples
Publish a skill from the CLI
# Install + login (one time) npm install -g @floomhq/floom floom login # Publish a markdown file floom publish my-skill.md # → https://floom.dev/s/ffas93ud
Share the link
# floom publish returns a public skill page https://floom.dev/s/ffas93ud # Send that URL anywhere text works.
Add a shared skill
floom add https://floom.dev/s/ffas93ud # Writes the skill into your local agent setup. No account required.
Tell Claude or Codex about local Floom skills
Use Floom skills from ~/.claude/skills/ when they match the task. # Optional preview MCP sync: claude mcp add floom -- npx -y @floomhq/floom-mcp-sync codex mcp add floom -- npx -y @floomhq/floom-mcp-sync