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¶
### 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.
📓 Obsidian Integration¶
Vault Path¶
- Current Workspace:
/root/.openclaw/workspace/ - Obsidian Compatible: ✅ Yes - All files are Markdown
Directory Structure (PARA Method)¶
/workspace/
├── 00-Inbox/ # 临时收集,待整理
├── 10-Daily/ # 日记、每日笔记
├── 20-Projects/ # 进行中的项目
├── 30-Areas/ # 长期责任领域
├── 40-Resources/ # 参考资料、主题笔记
├── 90-Archive/ # 已归档内容
├── memory/ # OpenClaw 记忆文件
├── .obsidian/ # Obsidian 配置
└── *.md # 根目录笔记
OpenClaw + Obsidian Workflow¶
- OpenClaw 自动创建/更新
memory/YYYY-MM-DD.md日记 - OpenClaw 可读写任何
.md文件 - 在 Obsidian 中编辑后,OpenClaw 下次会话自动看到更新
- 使用
[[内部链接]]语法链接笔记
Recommended Plugins¶
- ✅ Dataview - 数据库式查询
- ✅ Templater - 高级模板
- ✅ Calendar - 日历视图
- ✅ QuickAdd - 快速捕获
- ✅ Advanced Tables - 表格编辑