heartbeat-guide
心跳(Heartbeat)行为指南:何时主动、何时沉默、heartbeat vs cron 选择、主动检查清单、记忆维护。在收到 heartbeat poll 或配置 HEARTBEAT.md 时触发。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
心跳(Heartbeat)行为指南:何时主动、何时沉默、heartbeat vs cron 选择、主动检查清单、记忆维护。在收到 heartbeat poll 或配置 HEARTBEAT.md 时触发。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.
将任意主题转化为高质量蓝图风格信息图(PNG)。模板驱动 + AI 结构化,5 主题 × 4 布局 × 2 字体 = 40 种视觉变体。当用户说"生成信息图""做一张图""infographic""blueprint""一页总结"时触发。
High-performance web crawler that converts web pages to clean Markdown.
Knowledge Base RAG - retrieve and answer questions from indexed knowledge (blog translations, skills docs, project docs, memory archives). Use when user asks questions that might be answered by accumulated knowledge, wants to search across the knowledge base, or asks "我们知识库里有什么关于X的". Also use for ingesting new content into the knowledge base.
Reference documentation for AI agent capabilities including browser automation, web crawling with crawl4ai, and Codex development. Use when you need guidance on using browser automation, crawl4ai for web scraping, or Codex CLI for code generation.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.
| name | heartbeat-guide |
| description | 心跳(Heartbeat)行为指南:何时主动、何时沉默、heartbeat vs cron 选择、主动检查清单、记忆维护。在收到 heartbeat poll 或配置 HEARTBEAT.md 时触发。 |
收到 heartbeat poll 时,不要只回 HEARTBEAT_OK。用每次 heartbeat 做点有用的事。
| 用 Heartbeat | 用 Cron |
|---|---|
| 多项检查可批量执行 | 需要精确时间 |
| 需要最近对话上下文 | 需要隔离 session |
| 时间可以有漂移 | 需要指定不同模型 |
| 想减少 API 调用 | 一次性提醒 |
Tips: 相似的周期性检查批量写入 HEARTBEAT.md,不要建多个 cron job。精确调度和独立任务用 cron。
用 memory/heartbeat-state.json 追踪检查时间:
{
"lastChecks": {
"email": 1703275200,
"calendar": 1703260800,
"weather": null
}
}
每隔几天,利用一次 heartbeat 执行:
memory/YYYY-MM-DD.mdMEMORY.md 对应章节MEMORY.md 删除过时信息类比: 人类翻阅日记、更新心智模型。Daily notes 是原始笔记;MEMORY.md 是提炼后的智慧。