heartbeat
Proactive ambient check โ surface anything worth attention
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Proactive ambient check โ surface anything worth attention
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Launch a Liquid Protocol token with a LiquidPresaleVault presale. STAKE MODE ONLY (policy 2026-06-12) โ depositors lock DIEM and always get it back; allocation is lock-to-earn. One vault per launch, 10% of supply, 60d default lock.
Weekly audit of memory/goals.json โ recompute milestone ETAs, self-funding ratio, mode consistency; report deltas and one recommendation to the creator
Analyze AUTONO's own performance and implement one high-impact improvement today
Safety net for Venice inference credits โ if sDIEM is below stake_min_diem, queue a stake-diem intent for the gated executor
Run one AUTONOMOPOLY agent tick โ claim fees, LP DIEM, LP range check + reposition, maintenance inference
Post queued tweets and replies from .pending-x/ via X API v2 (tweepy)
| name | Heartbeat |
| description | Proactive ambient check โ surface anything worth attention |
| var | |
| tags | ["meta"] |
${var} โ Area to focus on. If empty, runs all checks.
If ${var} is set, focus checks on that specific area.
Read memory/MEMORY.md and the last 2 days of memory/logs/ for context.
Read memory/cron-state/*.json (one file per skill, keyed by skill name; legacy memory/cron-state.json is frozen as of 2026-06-10). These files track every scheduled skill's state and quality metrics:
{
"skill-name": {
"last_dispatch": "2026-04-06T12:00:00Z",
"last_status": "dispatched|success|failed",
"last_success": "2026-04-06T12:05:00Z",
"last_failed": "2026-04-05T12:03:00Z",
"total_runs": 10,
"total_successes": 8,
"total_failures": 2,
"consecutive_failures": 0,
"success_rate": 0.80,
"last_quality_score": 4,
"last_error": "error signature text"
}
}
Flag these conditions:
last_status: "failed". Report the skill name and when it failed.last_status: "dispatched" where last_dispatch is >45 minutes ago. The skill was dispatched but never reported back โ likely hung or crashed before the state update step ran.consecutive_failures >= 3. This likely indicates an external API is down or rate-limiting. Report the skill, failure count, and last_error. If multiple skills share similar error signatures, flag the shared dependency.success_rate < 0.5 (and total_runs >= 5). The skill is failing more than it succeeds.last_success is >36 hours ago (or missing), note that heartbeat itself may be unreliable.gh pr list)gh issue list)Read aeon.yml for enabled skills with schedules. Cross-reference with memory/cron-state/*.json:
last_success is >2x its schedule interval old (e.g., a daily skill hasn't succeeded in >48h), flag it.Do NOT use gh run list for this โ the state file is authoritative.
Before sending any notification, grep memory/logs/ for the same item. If it appears in the last 48h of logs, skip it. Never notify about the same item twice.
Batch all findings into a single notification, grouped by priority tier:
๐ด FAILED: skill-a (failed 2h ago), skill-b (stuck 1h ago)
๐ก STALLED: PR #42 open 3 days
๐ต MEMORY: follow-up on X flagged 2 days ago
After the priority checks (even when everything is green โ this step always runs), regenerate docs/status.md so the public GitHub Pages site reflects current fleet health.
memory/cron-state/*.json โ per-skill run state (authoritative; legacy cron-state.json frozen)memory/issues/INDEX.md โ open issue tableaeon.yml โ enabled skill list with schedulesarticles/token-report-*.md (most recent by filename date) โ optional; powers the Token Pulse section. Skipped silently when no file exists.Compute one of three overall states from the same signals used above:
๐ด DEGRADED โ any P0 flag fired (failed skill, stuck skill, consecutive_failures โฅ 3, chronic failures with success_rate < 0.5, heartbeat self-check >36h stale)๐ก WATCH โ any P1/P2/P3 flag fired (stalled PRs, urgent issues, flagged memory items, skills >2x their schedule interval old) or any open issue with severity critical or high๐ข OK โ no flags at allWrite docs/status.md with Jekyll frontmatter so it renders as a gallery page:
---
layout: default
title: "Status"
permalink: /status/
---
# Agent Status
**Overall:** ๐ข OK
**Updated:** 2026-04-24 19:06 UTC
**Open issues:** 0
**Next scheduled run:** heartbeat at 20:00 UTC
Auto-generated by the `heartbeat` skill on every run (3ร daily at 08:00 / 14:00 / 20:00 UTC). If the Updated timestamp is more than ~8h stale, the agent is not running.
## Token pulse
| Token | Price | 24h | Liquidity | Volume (24h) | FDV |
|-------|-------|-----|-----------|--------------|-----|
| AEON | $0.0000032626 | -11.16% | $223.4K | $41.3K | $326.3K |
_Source: `articles/token-report-2026-04-28.md` ยท verdict: SLIDING_
## Skill health (last 7 days)
| Skill | Last run | Status | Success rate | Consecutive failures |
|-------|----------|--------|-------------:|---------------------:|
| token-report | 2026-04-24 12:30 UTC | โ
success | 100% | 0 |
| fetch-tweets | 2026-04-24 06:53 UTC | โ
success | 95% | 0 |
| โฆ | โฆ | โฆ | โฆ | โฆ |
## Open issues
_(if INDEX.md has any open rows, render them here; otherwise: "No open issues.")_
| ID | Title | Severity | Category | Detected |
|----|-------|----------|----------|----------|
| ISS-001 | โฆ | medium | rate-limit | 2026-04-22 |
---
*Fork this repo and your copy inherits this page automatically โ [how it works](/memory/).*
aeon.yml (not only those with recent runs). For skills with no per-skill state file, show โ for timestamp and not yet run in status.YYYY-MM-DD HH:MM UTC (strip seconds and the Z).total_successes / total_runs ร 100 rounded to whole percent; display โ when total_runs == 0.โ
success, โ failed, โณ dispatched (if last_dispatch within 45min), ๐ธ stuck (if last_dispatch > 45min and last_status still dispatched), โ (never run).Next scheduled run: line, pick the enabled skill with the soonest upcoming cron time relative to now.docs/status.md wholesale each time โ do not append..env, secrets, or anything outside memory/cron-state/ + issues/INDEX.md + aeon.yml + articles/token-report-*.md. This file is public.articles/token-report-*.md by filename date (sort descending, take the first match)._No recent token data (latest report YYYY-MM-DD)._ in place of the table โ do not lift stale figures into the table.## Token pulse section entirely. The status page must still render cleanly with no token row.memory/MEMORY.md "Tracked Token" table (first row, Token column). If the table is missing, render the heading as ## Token pulse with the symbol column blank.Value | 24h Change and new Now | 24h ฮ table layouts):
| Price | row โ first $ value in the row โ strip whitespace.ยฑ?\d+(\.\d+)?% token in the row (typically the second cell). Render as written, preserving sign. If absent, render โ.| Liquidity | row โ first $ value.Volume\b.*24h or 24h Volume โ first $ value.| FDV | row โ first $ value.$ value cannot be located, render โ for that cell only โ do not skip the section.**Verdict:** LABEL line, append ยท verdict: LABEL to the source line. If no Verdict line is present (older format), omit the suffix._Source: ..._ line names the exact article file used so a reader can verify the numbers.The file lands on main through the workflow's auto-commit step โ no explicit git commands needed in this skill.
If nothing needs attention, log "HEARTBEAT_OK" (plus the overall status page verdict, e.g. HEARTBEAT_OK ยท STATUS_PAGE=OK) and end your response.
If something needs attention:
./notify (grouped by priority as above)STATUS_PAGE=DEGRADED โ wrote docs/status.md