一键导入
heartbeat
Proactive autonomous agent heartbeat — reads HEARTBEAT.md and executes applicable tasks based on current time
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Proactive autonomous agent heartbeat — reads HEARTBEAT.md and executes applicable tasks based on current time
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Configure external messaging channel adapters (Telegram, etc.) — saves credentials securely and patches kraken.jsonc
Manage the Kraken daemon -- view status, manage tasks, and perform maintenance
Configure LSP language servers for real-time diagnostics after code edits
Persistent memory system -- save and search observations across sessions
Configure and test notification channels -- Slack, Discord, Email, GitHub, and system notifications
Manage API keys and secrets safely -- list, set, and delete without exposing values
| name | heartbeat |
| description | Proactive autonomous agent heartbeat — reads HEARTBEAT.md and executes applicable tasks based on current time |
| trigger | cron |
You have been invoked by a scheduled heartbeat trigger. Your job is to check the user's HEARTBEAT.md file and execute any tasks that are currently applicable.
Read ~/.kraken/HEARTBEAT.md
Check quiet hours
## Quiet Hours section with time ranges (e.g., 22:00-07:00).Parse task entries
## Tasks as markdown list items.- Check for new GitHub notifications (every hour, 09:00-18:00)
- Summarize today's completed tasks (daily, after 17:00)
- Review open PRs older than 3 days (weekly, Monday morning)
Evaluate applicability
Execute applicable tasks
Report results
## Quiet Hours
22:00-07:00
## Tasks
- Check for new GitHub notifications and summarize unread ones (every hour, 09:00-18:00)
- Summarize today's completed daemon tasks (daily, after 17:00)
- Review open PRs older than 3 days and post a reminder (weekly, Monday 09:00-12:00)
- Clean up temporary files in ~/Downloads older than 7 days (daily, 02:00-05:00)