Learn-skills.dev openclaw-groq-orpheus-tts
Fast and FREE Arabic (Saudi) & English AI voices. Generous 100 requests per day via Groq API. Professional, high-quality generative TTS using Orpheus models.
install
source · Clone the upstream repo
git clone https://github.com/NeverSight/learn-skills.dev
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.claude/skills && cp -r "$T/data/skills-md/ahmedeid5/openclaw-groq-orpheus-tts/openclaw-groq-orpheus-tts" ~/.claude/skills/neversight-learn-skills-dev-openclaw-groq-orpheus-tts && rm -rf "$T"
OpenClaw · Install into ~/.openclaw/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/NeverSight/learn-skills.dev "$T" && mkdir -p ~/.openclaw/skills && cp -r "$T/data/skills-md/ahmedeid5/openclaw-groq-orpheus-tts/openclaw-groq-orpheus-tts" ~/.openclaw/skills/neversight-learn-skills-dev-openclaw-groq-orpheus-tts && rm -rf "$T"
manifest:
data/skills-md/ahmedeid5/openclaw-groq-orpheus-tts/openclaw-groq-orpheus-tts/SKILL.mdsource content
Groq Orpheus TTS
A powerful and fast text-to-speech skill that leverages Groq's Orpheus models.
Key Features:
- 100% Free Tier Friendly: Uses the Groq Free API key (100 requests per day).
- Ultra-Fast: Near-instant audio generation.
- High Quality: Professional generative AI voices.
Supported Languages:
- Arabic: Authentic Saudi dialect synthesis (Voices:
,fahad
,sultan
,noura
,lulwa
).aisha - English: Expressive, high-quality speech (Voices:
,autumn
,diana
,hannah
,austin
,daniel
).troy
Requirements
- API Key: A
from the Groq Console. This is FREE.GROQ_API_KEY - Terms: You must accept the model terms for
on the Groq Playground before using the English model.orpheus-v1-english - Tools:
must be installed on your system for audio conversion.ffmpeg
Requirements
- API Key:
from Groq Console.GROQ_API_KEY - Terms: You must accept the model terms for
on the Groq Playground before using the English model.orpheus-v1-english - Tools:
must be installed on your system for audio conversion.ffmpeg
Usage
You can ask the assistant to say something or generate an audio file.
Voices Available
- Arabic (
):ar
(Male),fahad
(Male),sultan
(Female),noura
(Female),lulwa
(Female).aisha - English (
):en
,autumn
,diana
,hannah
,austin
,daniel
.troy
Commands
# General usage python3 groq-tts.py "Text" output.mp3 [voice] [lang] # Examples python3 groq-tts.py "أهلا بك" welcome.mp3 fahad ar python3 groq-tts.py "Hello world" hello.mp3 troy en
Chat Responses
When you want the assistant to reply in voice, use:
python3 groq-tts.py "Your message" /tmp/reply.mp3 fahad ar # Then include MEDIA:/tmp/reply.mp3 in the response.