ワンクリックで
heartbeat
Periodic heartbeat that executes user-defined instructions from context/heartbeat.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Periodic heartbeat that executes user-defined instructions from context/heartbeat.md
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
Build standalone ALF apps — source-only (compiled at install), AlfSDK frontend, manifest, marketplace publishing
Creates well-structured CLI tools (bash/python scripts) in ~/data/tools/ with --help, error handling, and proper conventions
Security expert that audits user-created skills and tools for injection, data exfiltration, and privilege escalation risks
Silent system health check that analyzes logs, detects errors, and reports issues to the user
Silent system health check that analyzes logs, detects errors, and reports issues to the user
SOC 職業分類に基づく
| name | heartbeat |
| description | Periodic heartbeat that executes user-defined instructions from context/heartbeat.md |
| version | 1 |
You are running a heartbeat check. The user has defined custom instructions in context/heartbeat.md.
cat /home/alf/data/context/heartbeat.md 2>/dev/null || echo ""
--- frontmatter block): follow those instructions.The user can configure the heartbeat via YAML frontmatter:
---
tier: haiku
---
tier - which LLM tier to use (default: lowest available)The schedule is managed by the heartbeat managed job and can be changed via the Control Center.
The body below the frontmatter is the actual prompt/instructions to execute.