# TOOLS.md - Local Notes

Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.

## What Goes Here

Things like:

- Camera names and locations
- SSH hosts and aliases
- Preferred voices for TTS
- Speaker/room names
- Device nicknames
- Anything environment-specific

## Examples

```markdown
### 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 HomePod
```

## Why Separate?

Skills 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.

---
## Model Config

- 可用模型别名已添加：deepseek-v4-pro → alias "DeepSeek"
- 全局默认 primary：deepseek-v4-pro（由老大后台手动切换）
- 微信会话 session override：deepseek-v4-flash（省钱模式）
- 切模型：session_status(model="xxx")
- HTML转图片：google-chrome --headless --no-sandbox --disable-gpu --screenshot=/path/output.png --window-size=W,H file:///path/file.html
