Heartbeat Log

Parses WoterClip's heartbeat-log.jsonl into a formatted history table plus per-persona analytics.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · e4d480c

Fed it a real 6-entry heartbeat-log.jsonl with one malformed line: it produced the exact formatted table and stats the SKILL.md promises (per-persona averages, 33% completion rate, most-active-issue, blocked list) and correctly flagged and skipped the bad line — clearly sharper than an unguided prose summary of the same file, which mis-happens to just eyeball it and skip the edge case entirely.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Heartbeat Log does

Parses the WoterClip agent-orchestration framework's .woterclip/heartbeat-log.jsonl file into a formatted heartbeat history table and aggregate analytics (per-persona breakdown, average duration, completion rate, most active issues, blocked issues). Triggers on phrases like 'show heartbeat log', 'heartbeat history', 'what has woterclip done', 'show agent activity', or 'summarize heartbeats'. Single self-contained SKILL.md, no external scripts or cross-file dependencies.

How to install Heartbeat Log

git clone https://github.com/wotai-dev/woterclip
cd woterclip
mkdir -p ~/.claude/skills
cp -r skills/heartbeat-log ~/.claude/skills/heartbeat-log

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Heartbeat Log

  • /heartbeat-log Parses WoterClip's heartbeat-log.jsonl into a formatted history table plus per-persona analytics.

It also activates on plain-language prompts like these:

  • Show me the heartbeat log history from our WoterClip run
  • Summarize what WoterClip's agents have been doing today
  • What's the completion rate across our recent heartbeat entries?

Frequently asked questions

Is the Heartbeat Log skill free?
Yes. The skill itself is free from wotai-dev/woterclip. SkillProof publishes the install command and an independent test verdict at no cost.
Does Heartbeat Log work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Fed it a real 6-entry heartbeat-log.jsonl with one malformed line: it produced the exact formatted table and stats the SKILL.md promises (per-persona averages, 33% completion rate, most-active-issue, blocked list) and correctly flagged and skipped the bad line — clearly sharper than an unguided prose summary of the same file, which mis-happens to just eyeball it and skip the edge case entirely.
What is the Heartbeat Log SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Heartbeat Log?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Heartbeat Log with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.