heartbeat-monitor

heartbeat-monitor is a skill for Claude Code, Codex from regen-coordination/org-os-template. It costs 31 tokens per session (1,163 once invoked), scanned A, original, MIT.

An organizational check-in that reviews task files, deadlines, workload, and system health, including projects and tasks in Notion, a workspace for shared notes and project tracking.

In plain words
What is it for?
Use it at the start of a work session, on a schedule, or before a coordination call to identify critical, urgent, upcoming, and ongoing work.
Why use it?
It helps prevent overdue work, upcoming deadlines, and operational problems from being missed.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md; built for openclaw.

Good fit Use it at the start of a work session, on a schedule, or before a coordination call to identify critical, urgent, upcoming, and ongoing work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/regen-coordination/org-os-template/heartbeat-monitor
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add regen-coordination/org-os-template --skill heartbeat-monitor
Clone the repo
git clone --depth 1 https://github.com/regen-coordination/org-os-template

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for heartbeat-monitor

README.md
[![agentmods](https://agentmods.dev/badge/skills/regen-coordination/org-os-template/heartbeat-monitor/github.svg)](https://agentmods.dev/skills/regen-coordination/org-os-template/heartbeat-monitor)
Your own site
<a href="https://agentmods.dev/skills/regen-coordination/org-os-template/heartbeat-monitor"><img src="https://agentmods.dev/badge/skills/regen-coordination/org-os-template/heartbeat-monitor/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for heartbeat-monitor

Your own site · 80×15
<a href="https://agentmods.dev/skills/regen-coordination/org-os-template/heartbeat-monitor"><img src="https://agentmods.dev/badge/skills/regen-coordination/org-os-template/heartbeat-monitor.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,163 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.01163
Opus 5 $0.00015 $0.00581
Sonnet 5 $0.00006 $0.00233
Haiku 4.5 $0.00003 $0.00116

Measured 12d ago against content hash 740e40356a8a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

heartbeat-monitor scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/heartbeat-monitor/SKILL.md · 167 lines

How it starts

The opening of the file, as written. The whole thing — 167 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Heartbeat Monitor

What This Is

Proactively monitors HEARTBEAT.md and organizational data for tasks requiring attention, system health checks, and upcoming deadlines. The heartbeat keeps the organization from dropping important balls.

For ReFi BCN operations, include Notion workload signals from:

  • Projects (1386ed08-45cb-8185-a48b-000bc4a72d53)
  • Tasks (1386ed08-45cb-8142-801b-000b2cb5c615)
  • Notes & Documents (1386ed08-45cb-81ed-b055-000ba5b70a6b)

When to Use

  • On a schedule (proactive — check federation.yaml heartbeat_interval)
  • At the start of every session (part of startup sequence in AGENTS.md)
  • When explicitly asked "what's pending?" or "any alerts?"
  • Before a coordination call: "what should we discuss today?"

Core Functions

1. Task Review

Read HEARTBEAT.md and categorize pending tasks by urgency:

  • Critical: Due today or overdue
  • Urgent: Due within 7 days
  • Upcoming: Due within 30 days
  • Ongoing: No deadline, but active

Report format:

## Heartbeat Report — YYYY-MM-DD

### Critical (action needed today)

- [x/y] Task description (due: DATE)

### Urgent (this week)

- [ ] Task description (due: DATE)

### Upcoming (next 30 days)

- [ ] Task description (due: DATE)

### System Health

- Agent status: OK
- Last schema generation: [date]
- Last hub sync: [date]

2. Notion Workload Snapshot (ReFi BCN)

Query Notion project/task status counts and include them in heartbeat reports.

Current known status taxonomies:

  • Projects: Backlog, Planning, In Progress, On-going, Paused, Done, Canceled
  • Tasks: Backlog, Not Started, Icebox, In Progress, Done, Archived
  • Notes: Not Started, In Progress, Done, Archived

Flag conditions:

  • Task load risk if In Progress is high for team capacity (default watch threshold: 25+)
  • Planning debt if Backlog + Icebox + Not Started grows above 15
  • Meeting processing lag if Notes Not Started + In Progress remains high without local sync updates

Read the full file on GitHub · 167 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 167 lines · 31 tokens per session scan A 740e40356a8a

Subscribe to this mod's changes

heartbeat-monitor is a skill published in the GitHub repository regen-coordination/org-os-template (5 stars, last pushed 6d ago), licensed MIT. It adds 31 tokens to every session and 1,163 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.