Host multiple podcasts with Transistor - manage shows, episodes, analytics, and private podcast feeds
Enables Claude to use Transistor for podcast hosting including managing multiple shows, viewing analytics, configuring private podcasts, and tracking subscriber data.
curl -sSL https://canifi.com/skills/transistor/install.sh | bash
Or manually:
cp -r skills/transistor ~/.canifi/skills/
Configure via canifi-env:
# First, ensure canifi-env is installed:
# curl -sSL https://canifi.com/install.sh | bash
canifi-env set TRANSISTOR_EMAIL "[email protected]"
canifi-env set TRANSISTOR_PASSWORD "your-password"
Your credentials, your choice. Canifi LifeOS respects your privacy.
If you prefer not to share credentials with Claude Code:
If you're comfortable sharing credentials, you can store them locally:
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"
Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
User: "How are my different podcasts performing compared to each other?"
Claude: I'll compare your show analytics.
1. Opening Transistor via Playwright MCP
2. Accessing analytics dashboard
3. Pulling data for each show
4. Comparing downloads and trends
5. Summarizing performance differences
User: "How many subscribers does my private podcast have?"
Claude: I'll check subscriber data.
1. Opening your private podcast
2. Navigating to subscribers section
3. Counting active subscribers
4. Reporting subscriber statistics
User: "Which episode had the most downloads last month?"
Claude: I'll find your top episode.
1. Accessing analytics section
2. Filtering to last month
3. Sorting by downloads
4. Identifying top performer
When Transistor updates: