sag skill: add chat voice response guidance

When Peter asks for voice replies, generate audio with sag and send via MEDIA:
This commit is contained in:
Peter Steinberger
2026-01-03 03:34:26 +00:00
parent f7eabcb2d9
commit a72da30c9a
3 changed files with 24 additions and 5 deletions

View File

@@ -41,3 +41,22 @@ Voice defaults
- `ELEVENLABS_VOICE_ID` or `SAG_VOICE_ID`
Confirm voice + speaker before long output.
## Chat voice responses
When Peter asks for a "voice" reply (e.g., "crazy scientist voice", "explain in voice"), generate audio and send it:
```bash
# Generate audio file
sag -v Clawd -o /tmp/voice-reply.mp3 "Your message here"
# Then include in reply:
# MEDIA:/tmp/voice-reply.mp3
```
Voice character tips:
- Crazy scientist: Use `[excited]` tags, dramatic pauses `[short pause]`, vary intensity
- Calm: Use `[whispers]` or slower pacing
- Dramatic: Use `[sings]` or `[shouts]` sparingly
Default voice for Clawd: `lj2rcrvANS3gaWWnczSX` (or just `-v Clawd`)