Files
magnus919_agent-skills/transistor/README.md
T
Magnus Hedemark 738ec715e7 Add human-focused README.md to every skill and bundle directory
Each README is written for a human audience, explaining:
- What the skill does (not what format it follows)
- What benefit the user gets from installing it
- Quick setup and usage patterns
- When to load/trigger the skill
- What scripts, references, and templates it ships

data-scientist already had a README — left unchanged.

48 READMEs added across all skill and bundle directories.
2026-07-09 22:30:12 -04:00

38 lines
1.1 KiB
Markdown

# Transistor.fm — Podcast Hosting from the Terminal
Manage your Transistor.fm podcast shows, episodes, subscribers, and analytics — all from the terminal.
## Why Install This Skill
When your agent loads this skill, it can **manage your podcast hosting** without the web dashboard. That means:
- **List shows** — all your podcasts with episode and subscriber counts
- **Browse episodes** — recent episodes with publish dates
- **Check analytics** — subscriber counts and trends
- **Filter by show** — drill into a specific podcast's episodes
## What You Get
| Directory | Purpose |
|-----------|---------|
| `SKILL.md` | Complete command reference with examples |
| `scripts/transistor-cli` | CLI tool for Transistor.fm v1 REST API |
## Quick Start
```bash
export TRANSISTOR_API_KEY="your-transistor-api-key"
transistor-cli shows
transistor-cli episodes
```
API key from Settings → API Keys in the Transistor.fm dashboard.
## Triggers
Load this for Transistor.fm, podcast hosting, podcast analytics, show management, or episode tracking.
## Requirements
Python 3.8+ with `requests` library.