Install
openclaw skills install @utopiabenben/workspace-heartbeat-integrationAutomates synchronized logging of work sessions, heartbeat state updates, and daily summaries by integrating HEARTBEAT.md, heartbeat-state.json, and workspac...
openclaw skills install @utopiabenben/workspace-heartbeat-integrationUse this skill when you want to:
Triggers:
This skill integrates three systems:
~/.openclaw/workspace/
├── HEARTBEAT.md # Workspace heartbeat rules
├── MEMORY.md # Long-term memory (curated)
├── memory/
│ ├── 2026-03-20.md # Daily logs (raw)
│ └── heartbeat-state.json # Workspace heartbeat state
└── skills/
└── workspace-heartbeat-integration/
├── SKILL.md
├── skill.json
└── source/
└── integration.py # Core logic
workspace-heartbeat-integration --sync
Performs a full synchronization:
workspace-heartbeat-integration --log "Completed skill X development"
Adds a work entry to today's memory file:
workspace-heartbeat-integration --report [--format text|markdown|json]
Generates a comprehensive heartbeat report:
The skill reads configuration from:
~/.config/workspace-heartbeat-integration/config.json (optional)Example config:
{
"auto_sync": true,
"log_retention_days": 30,
"memory_update_threshold": 3,
"excluded_dirs": [".git", "node_modules", "__pycache__"]
}
When installed alongside the self-improving skill:
clawhub install workspace-heartbeat-integration
### 每 30 分钟检查:
1. 📊 回顾当前进度,更新学习日志
2. 📋 查看任务看板,找下一个任务
3. 💡 同步心跳状态:workspace-heartbeat-integration --sync
workspace-heartbeat-integration --sync
Typical heartbeat check (30min interval):
1. 查看是否有紧急消息/邮件
2. 检查任务看板,选择下一个任务
3. 开始执行(例如:开发 skill-validator)
4. 完成后记录:workspace-heartbeat-integration --log "Finished parsing SKILL.md frontmatter"
5. Sync state: workspace-heartbeat-integration --sync
Daily summary (end of day):
workspace-heartbeat-integration --report --format markdown > daily_summary.md
Version: 1.0.0 Last Updated: 2026-03-20 Author: 小叮当 (智脑)