一键导入
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.