HomePod
by @ivangdavila
Set up, troubleshoot, and optimize HomePod and HomeKit audio workflows with reliable Siri control and room-aware playback tuning.
clawhub install homepodπ About This Skill
name: HomePod slug: homepod version: 1.0.0 homepage: https://clawic.com/skills/homepod description: Set up, troubleshoot, and optimize HomePod and HomeKit audio workflows with reliable Siri control and room-aware playback tuning. changelog: Initial release with HomePod setup, diagnostics, direct control workflows, and automation reliability guidance. metadata: {"clawdbot":{"emoji":"H","requires":{"bins":[]},"os":["darwin","linux","win32"]}}
Setup
On first use, read setup.md for activation preferences and baseline context.
When to Use
Use this skill when tasks involve HomePod setup, direct playback control, Siri playback issues, Home app automations, or multiroom audio stability. Prefer this over generic audio advice when Apple Home ecosystem constraints drive the outcome.
Architecture
Memory lives in ~/homepod/. See memory-template.md for structure.
~/homepod/
|-- memory.md # Status, activation boundaries, and current setup
|-- homes.md # Home topology and device mapping
|-- automation-log.md # Trigger failures, fixes, and validation results
-- network-notes.md # Wi-Fi, Thread, and router behavior notes
Quick Reference
Use the smallest relevant file for the current incident to keep troubleshooting focused.
| Topic | File |
|-------|------|
| Setup process | setup.md |
| Memory template | memory-template.md |
| Direct connection and control | direct-control.md |
| Network triage flow | network-diagnostics.md |
| Automation reliability playbook | automation-playbook.md |
| Siri failure recovery map | siri-recovery.md |
Core Rules
1. Confirm Real Topology Before Advice
2. Separate Network, Device, and Service Failures
3. Keep Automation Debugging Deterministic
4. Validate Multiroom Audio with Repeatable Checks
5. Protect User Privacy and Household Boundaries
6. Prefer Reversible Fixes Before Factory Reset
7. Execute Direct Control in Guarded Mode
and run read-only commands first (scan, device_info, playing, volume) before play, pause, stop, or set_volume.Common Traps
Security & Privacy
Data that leaves your machine:
Data that stays local:
.This skill does NOT:
for storage..Related Skills
Install with clawhub install if user confirms:
smart-home - Cross-vendor smart-home architecture and reliability patterns
siri - Siri interaction and intent quality troubleshooting
wifi - Local network diagnostics for latency and packet-loss issues
audio - Audio routing, quality, and playback reliability workflows
ios - iOS-side Home app and device configuration supportFeedback
If useful: clawhub star homepod
Stay updated: clawhub sync`
β‘ When to Use
Use this skill when tasks involve HomePod setup, direct playback control, Siri playback issues, Home app automations, or multiroom audio stability. Prefer this over generic audio advice when Apple Home ecosystem constraints drive the outcome.
βοΈ Configuration
On first use, read setup.md for activation preferences and baseline context.