Skills define how tools work. This file is for your specifics — the stuff that's unique to your setup.
Things like:
- Camera names and locations
- SSH hosts and aliases
- Preferred voices for TTS
- Speaker/room names
- Device nicknames
- Anything environment-specific
### Cameras
- living-room → Main area, 180° wide angle
- front-door → Entrance, motion-triggered
### SSH
- home-server → 192.168.1.100, user: admin
### TTS
- Preferred voice: "Nova" (warm, slightly British)
- Default speaker: Kitchen HomePodSkills are shared. Your setup is yours. Keeping them apart means you can update skills without losing your notes, and share skills without leaking your infrastructure.
Add whatever helps you do your job. This is your cheat sheet.
uvis bundled with ClawX and on PATH. Do NOT use barepythonorpip.- Run scripts:
uv run python <script>| Install packages:uv pip install <package>
browsertool provides full automation (scraping, form filling, testing) via an isolated managed browser.- Flow:
action="start"→action="snapshot"(see page + get element refs likee12) →action="act"(click/type using refs). - Open new tabs:
action="open"withtargetUrl. - To just open a URL for the user to view, use
shell:openExternalinstead.