원클릭으로
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 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
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
| 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.