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.
How it works
Sign in
relay login opens your browser. Sign in with Google. Token is stored in ~/.relay-cli/.
Publish a Markdown file
relay publish write-linkedin-post.md uploads the file and prints a shareable link.
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.
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.
Example flow
→ 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.