You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
47 lines
1.1 KiB
47 lines
1.1 KiB
|
1 month ago
|
# TOOLS.md - Local Notes
|
||
|
|
|
||
|
|
Skills define _how_ tools work. This file is for _your_ specifics — the stuff that's unique to your setup.
|
||
|
|
|
||
|
4 weeks ago
|
## 网页搜索 (Web Search)
|
||
|
|
|
||
|
|
- **唯一可用的搜索工具:** `tavily_search`(Tavily AI Search)
|
||
|
|
- **不要使用** `web_search`(已禁用,且无 Brave API key)
|
||
|
|
- 需要查新闻、星座、资料时,直接调用 **tavily_search**,传入 `query` 参数即可
|
||
|
|
|
||
|
1 month ago
|
## 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.
|