speak
/speak — Text-to-Speech
Speak text using edge-tts (high-quality neural voices) with fallback to macOS say.
Usage
/speak "Hello world" # Default English voice
/speak --thai "สวัสดีครับ" # Thai voice
/speak --voice "en-GB-RyanNeural" "Hi" # Specific voice
/speak --mac "Hello" # Force macOS say
/speak --list # List available voices
Options
| Option | Description |
|---|---|
--thai |
Use Thai voice (th-TH-NiwatNeural) |
--female |
Use female voice |
--voice NAME |
Specific edge-tts voice |
--mac |
Force macOS say command |
--rate RATE |
Speech rate (edge-tts: +/-50%, mac: 100-300) |
--list |
List available voices |
Default Voices
| Language | Voice |
|---|---|
| English | en-US-GuyNeural (male) / en-US-JennyNeural (female) |
| Thai | th-TH-NiwatNeural (male) / th-TH-PremwadeeNeural (female) |
Requirements
- edge-tts:
pip install edge-tts(optional, for high-quality voices) - macOS say: Built-in (fallback)
ARGUMENTS: $ARGUMENTS
More from soul-brews-studio/oracle-skills-cli
philosophy
Display Oracle philosophy — the 5 Principles + Rule 6. Use when user asks about principles, "nothing deleted", "patterns over intentions", Oracle philosophy, or needs alignment check. Do NOT trigger for "who are you" (use /who-are-you), "what is oracle" (use /about-oracle), or session status questions.
50feel
Capture how the system feels — energy, momentum, burnout, breakthrough. Emotional intelligence for Oracle-human collaboration. Use when user says 'feel', 'how are we', 'energy check', 'burnout', 'momentum', or wants emotional awareness of the work.
36worktree
Work in an isolated git worktree — safe parallel editing, experimental branches, throwaway spikes. Use when user says "worktree", "isolate", "safe branch", "spike", "experiment", or wants to work without touching main.
29template
Skill template with Bun Shell pattern. Copy this folder to create new skills.
29schedule
Query schedule via Oracle API (Drizzle DB). Use when user says "schedule", "upcoming events", "what's on today", "calendar".
29forward
Create handoff + enter plan mode for next session. Use when user says "forward", "handoff", "wrap up", or before ending session.
29