Install
openclaw skills install announcerAnnounce text throughout the house via AirPlay speakers using Airfoil + ElevenLabs TTS.
openclaw skills install announcerPlay TTS announcements through AirPlay speakers via Airfoil and ElevenLabs.
See SETUP.md for prerequisites and setup instructions.
# Announce to all configured speakers
python3 skills/announcer/scripts/announce.py "Dinner is ready!"
# Announce to specific speakers only
python3 skills/announcer/scripts/announce.py "Wake up!" --speakers "Kids Room"
# Skip the chime
python3 skills/announcer/scripts/announce.py "Quick note" --no-gong
announcer/
├── SKILL.md
├── assets/
│ └── gong_stereo.mp3 # Announcement chime
└── scripts/
└── announce.py # Main announcement script
User config (not part of skill):
~/clawd/announcer/
└── config.json # Speaker list, voice, audio settings