agent-speak
Installation
SKILL.md
Agent Speak
Use rawgenai <provider> tts to speak, rawgenai <provider> dialogue for multi-speaker audio, and rawgenai <provider> voice to manage voices. Always read the chosen provider's reference file before running commands.
Prerequisites
brew install WHQ25/tap/rawgenai
Before using a provider, read its setup guide at references/setup/ to configure credentials.
Input Sources
- Positional argument:
rawgenai <provider> tts "text" [flags] - File:
rawgenai <provider> tts --file input.txt [flags] - Stdin:
echo "text" | rawgenai <provider> tts [flags]