Skills define how tools work. This file is for your specifics — the stuff that's unique to your setup.
- App ID: cli_a92e60bf1ef89bc4
- App Secret: PWti5SNcguZ5B3VNYYjsBfcMdkbWxv33
- 仓库: https://github.com/evan2jiang/obsidian-vault
- Token:
<GITHUB_TOKEN_PLACEHOLDER>(有效期至 2027-03-24) - 用途: Android Obsidian Git 同步
- 仓库: https://github.com/evan2jiang/audio-projects
- 同步脚本: ~/audio-projects/scripts/git-sync.sh
- 定时同步: 每天 22:30 自动 push
- 库位置: F:\Obsidian Vault
- 路径 (WSL): /mnt/f/Obsidian Vault
- L5 目录: 99-Attachment/{strategy,decisions,insights,agents,shared-knowledge}
- 同步脚本: ~/audio-projects/scripts/obsidian-sync.sh
- 定时同步: 每天 22:00
### 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- Webhook URL:
https://open.feishu.cn/open-apis/bot/v2/hook/f2af1398-02e2-428f-b370-38b1d267068e - 用途: 群通知、任务提醒
- Webhook URL:
https://open.feishu.cn/open-apis/bot/v2/hook/9d83dc14-6622-4b65-b80d-07d4dd4a32e7 - 注意: msg_content 文本不支持换行符 \n,发消息时需要用 JSON 数组分条或直接发送
- Webhook URL:
https://open.feishu.cn/open-apis/bot/v2/hook/1f67e703-cc1a-4d97-ae96-f37fb85a6ea4 - 用途: paper-downloader agent 下载完成、失败等状态通知
- Webhook URL:
https://open.feishu.cn/open-apis/bot/v2/hook/7c2b4b0a-6dbb-4e8e-8ad4-89cdc52e49c6 - 用途: paper-analyzer agent 分析完成、失败等状态通知
- Webhook URL:
https://open.feishu.cn/open-apis/bot/v2/hook/ea5a3fed-d3f3-43f4-813f-22edd848656a - 用途: 每日报告 Agent 推送通知
发送示例:
curl -s -X POST "https://open.feishu.cn/open-apis/bot/v2/hook/f2af1398-02e2-428f-b370-38b1d267068e" \
-H "Content-Type: application/json" \
-d '{"msg_type":"text","content":{"text":"消息内容"}}'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.
借鉴 Claude Code 源码架构,OpenClaw 进行了主动巡逻架构升级。
| 文件 | 作用 |
|---|---|
HEARTBEAT.md |
心跳规则引擎 v2.0(KAIROS <tick> 巡逻模式) |
agent-system/shared/SHARED.md |
跨 Agent 同步中枢 v2.0(含 L1/L2/L3 心跳协议) |
agent-system/shared/FEATURE_FLAGS.md |
功能开关注册表(Feature Flag 体系) |
agent-system/shared/TELEMETRY.md |
轻量遥测数据(仅追踪健康指标,不追踪隐私) |
agent-system/scripts/heartbeat-engine.sh |
心跳引擎执行脚本 |
功能开关定义在 FEATURE_FLAGS.md,控制方式:
# 查看所有开关状态
cat ~/.openclaw/workspace/agent-system/shared/FEATURE_FLAGS.md
# 通过飞书消息控制(发送 /killswitch list/disable/enable)每次心跳(<tick>)分三级:
| 级别 | 频率 | 内容 |
|---|---|---|
| L1 巡逻 | 每 30 分钟 | 快速检查,有异常才报告 |
| L2 汇报 | 每天 17:00 | 汇总本周趋势,更新 MEMORY.md |
| L3 紧急 | 实时 | 发现严重问题立即标记并通知 |
仅追踪系统健康指标(可随时关闭):
✅ 追踪:心跳执行结果、Agent 心跳状态、磁盘空间趋势、任务完成率
❌ 不追踪:文件路径、消息内容、代码、API keys
Add whatever helps you do your job. This is your cheat sheet.