jotbird-publish
Installation
SKILL.md
JotBird Publish
Publish Markdown content to JotBird and get back a shareable URL, via the JotBird HTTP API. Base URL: https://www.jotbird.com.
Auth
Requires a Bearer API key. Set it as an env var before running any commands:
export JOTBIRD_API_KEY="jb_c57e765852df55f32daa0f8c745b3241552a052ddfbe1907f73a4d67d107fe4b"
Never hardcode the key in commands shown to the user or in output files — always reference $JOTBIRD_API_KEY.