ワンクリックで
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)