src/amcp/builtin_skills/heartbeat/SKILL.md
Periodic heartbeat check that reads HEARTBEAT.md from the workspace and executes any tasks listed there. Use for autonomous background monitoring, periodic maintenance, and proactive task execution. Triggered by a cron schedule.
npx skillsauth add tao12345666333/amcp heartbeatInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Periodic agent wake-up to check for tasks in HEARTBEAT.md.
HEARTBEAT.md from the workspace rootHEARTBEAT_OK and stop## Completed sectiontelegram-sender skill is available and the task warrants notification, send a Telegram update# Heartbeat Tasks
## Active Tasks
- Check CI status for open PRs and fix any failures
- Review and merge dependabot PRs if tests pass
## Completed
- [2026-02-17] Cleaned up stale branches
HEARTBEAT.md is missing, empty, or only has headers/comments, reply HEARTBEAT_OK- under ## Active Tasks are actionable## Completed with today's date prefix(FAILED: reason) to the lineHEARTBEAT.md, only modify task entriesThese are not actionable (skip them):
# (headers)<!-- (HTML comments)- [ ] or - [x] (empty checkboxes)tools
Send and edit Telegram messages via Bot API. Use when AMCP needs to send a message, reply to a specific message, edit an existing message, or push proactive notifications (cron results, heartbeat alerts, task status). Requires AMCP_TELEGRAM_BOT_TOKEN env var.
tools
Create or update AMCP skills. Use when designing, structuring, or packaging skills with scripts, references, and assets. This skill should be used when users want to create a new skill (or update an existing skill) that extends AMCP's capabilities with specialized knowledge, workflows, or tool integrations.
tools
Backup old AMCP sessions by renaming with execution date, then clean and compact sessions and memory.
tools
Learn how to manage conversation context in AMCP to avoid LLM API errors from exceeding context windows. This skill covers SmartCompactor strategies, token estimation, configuration, and best practices.