Skip to content

v1.0.0 - Initial Release

Choose a tag to compare

@sgasser sgasser released this 23 Nov 14:55
· 2 commits to main since this release

Claude Podcast Generator - Initial Release

Generate audio podcasts from text using browser text-to-speech. Zero cost, no API keys required.

Features

  • πŸŽ™οΈ Multi-language support (English, German, French, Spanish, Italian)
  • πŸ“± Platform-aware voice selection (iOS, Android, Desktop)
  • βœ… Factual accuracy with zero hallucinations
  • πŸ”€ TTS-optimized formatting (numbers in words, abbreviations spelled out)
  • 🎡 Interactive player with progress tracking
  • πŸ’° Zero cost - uses browser Web Speech API

Installation

Download podcast.skill below and install via Claude:
Settings β†’ Skills β†’ "Install from file"

Tip: Use Microsoft Edge browser for best voice quality (250+ voices vs Chrome's 19)

Documentation

See README for complete usage guide.

Architecture

Follows Anthropic skill best practices:

  • Progressive disclosure pattern
  • Decision tree routing
  • Under 500 lines per file
  • Quality requirements explicitly defined