بنقرة واحدة
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.