Beta · v0

Publish AI skills from your terminal.

Relay turns Markdown skills into shareable links your team can use in any AI tool. One CLI command, one URL.

$ npm install -g @floomhq/relay-cli

How it works

1

Sign in

relay login opens your browser. Sign in with Google. Token is stored in ~/.relay-cli/.

2

Publish a Markdown file

relay publish write-linkedin-post.md uploads the file and prints a shareable link.

3

Share the link

Anyone with the URL can read the raw Markdown. Drop it into any AI tool that accepts skills.

Examples

Two real skills you can open right now. The page has the rendered version, the .md URL has the raw source.

/s/fh45tue9

Hello, world

The simplest possible skill — proves the publish loop works.

Open skill →

Use it in any AI tool

Connect your library to Claude, Cursor, or any MCP-aware AI tool. Skills you publish and skills you save auto-sync.

$ claude mcp add relay-mcp-sync -- npx -y @floomhq/relay-mcp-sync

Example flow

$ relay login
→ opening browser… signed in as fede@floom.dev

$ relay publish write-linkedin-post.md
→ published
https://skills-minimal-deploy.vercel.app/s/fh45tue9.md

Skill format

Markdown is the interface. Optional frontmatter for metadata, then freeform body.

---
title: Write a LinkedIn post in Federico's voice
description: Yurii-level value density, no em dashes
version: 0.1.0
---

# Instructions
- Open with a hook (1 line max)
- …

Out of scope

No marketplace. No teams. No editor UI. No folders or tags. Just publish a Markdown file, get a link. If you need more, that's a different product.