用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/espennilsen/pi --skill pi-heartbeat命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | pi-heartbeat |
| description | Configure periodic health checks via HEARTBEAT.md and the /heartbeat command. |
Runs a periodic health-check prompt as an isolated subprocess.
Enable via --heartbeat flag, /heartbeat on, or settings.json:
{ "pi-heartbeat": { "enabled": true, "intervalMinutes": 15 } }
Create a HEARTBEAT.md in your project root with check items:
# Heartbeat Checklist
- [ ] Check git status — any uncommitted changes?
- [ ] Check disk space — anything over 90%?
- [ ] Review td list for blocked tasks
If the agent responds with HEARTBEAT_OK, the result is suppressed. Any other response is treated as an alert and sent via pi-channels.
{
"pi-heartbeat": {
"enabled": false,
"intervalMinutes": 15,
"activeHours": { "start": "08:00", "end": "22:00" },
"route": "ops",
"showOk": false,
"prompt": null
}
}
/heartbeat on — Start periodic checks/heartbeat off — Stop checks/heartbeat status — Show run stats/heartbeat run — Run a check immediatelyheartbeat:check — Emitted when a check startsheartbeat:result — Emitted with { ok, response, durationMs }基于 SOC 职业分类