Developers

Build with Floom

Publish skills, share links, add locally without an account, and integrate the API. MCP sync is preview.

Quick links

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