airloom
Installation
SKILL.md
Upload audio and get a live URL. Create podcasts with RSS feeds. No account required for standalone uploads.
Requirements
curl, jq, file
Upload audio
./scripts/upload.sh <audio-file>
Outputs the live URL (e.g. https://airloom.fm/wild-river-9x2k).
Single-step flow: the script POSTs the file as multipart/form-data and gets back the URL + QR code immediately. One call, done.
On first upload (no API key), the server creates a provisional account and returns an API key. The script auto-saves it to ~/.airloom/credentials. Episodes expire after 24 hours until the user verifies their email. Subsequent uploads use the saved key automatically.