cast, and return playable audio assets.
Skill instruction template
Minimal command set
Agent prompt pattern
Capability routing
Teach the agent to choose the smallest CLI feature that satisfies the request:Recommended safeguards
Keep secrets out of prompts
Keep secrets out of prompts
Store the API key with
cast login or TYPECAST_API_KEY. Do not paste the key into a shared prompt or generated document.Use files for long scripts
Use files for long scripts
Prefer
cast "$(cat script.txt)" for scripts that are too long to safely quote in a single command.Preserve approved takes
Preserve approved takes
Tell the agent to create new filenames for revisions instead of overwriting audio that has already been reviewed.
Claude Skills integration
Use Typecast with Claude Skills and agent workflows.
CLI configuration
Set default voice, model, format, and environment variables.