📦 Commitment Engine — 承诺追踪提醒

v1.0.0

把口头任务变成带提醒的定时承诺,自动追踪到点执行,零遗漏、零催促。

0· 74·1 当前·1 累计
by @dottythehomeless (DottytheHomeless)
下载技能包
最后更新
2026/3/31
0
安全扫描
VirusTotal
无害
查看报告
OpenClaw
可疑
medium confidence
The skill's instructions match a commitment-tracking purpose, but they require the agent to persist and prioritize state (write to 'memory' and make commitments.md the heartbeat's first action) without declaring those accesses—this mismatch and the enforced preemption of normal processing are concerning.
评估建议
This skill appears to implement a legitimate commitment tracker, but it makes operational demands that affect agent core behavior: it writes a commitments.md file and instructs the agent to write into 'today's memory' on every change, and it requires its check to run before other heartbeat actions. Before installing, ask: (1) Where is '当日 memory' stored, who can read it, and how long is it retained? (2) Will commitments.md live only inside the skill's workspace, or could its content be exported/...
详细分析 ▾
用途与能力
Name and description (convert spoken tasks into scheduled, trackable commitments) align with the instructions: creating workspace/commitments.md, treating tasks as one-time/recurring, and registering cron jobs for hard triggers are coherent with the stated purpose.
指令范围
SKILL.md mandates reading and writing a commitments.md file and writing to '当日 memory' on every state change, and requires the heartbeat to run commitments checks as its first action (preempting other checks). Those are broad runtime obligations that touch persistent agent state and core event flow; the skill does not limit what it may write into memory or commitments.md, nor does it declare safeguards for sensitive content.
安装机制
Instruction-only skill with no install steps or downloads — lowest risk from code-install perspective.
凭证需求
No environment variables or external credentials are requested, which is appropriate. However, the instructions rely on persistent agent storage (workspace/commitments.md and '当日 memory') and the platform cron mechanism; those storage and scheduling accesses are not declared in the skill metadata and may expose or persist user content unexpectedly.
持久化与权限
The skill does not request always:true, but it requires that its check run as the very first heartbeat action and that state changes be immediately persisted to memory and file. This effectively elevates its runtime priority and can alter agent behavior platform-wide; users should be aware this preemption can interfere with other skills or workflows.
安全有层次,运行前请审查代码。

运行时依赖

无特殊依赖

版本

latestv1.0.02026/3/31

Commitment Engine v2.0.0 introduces a robust, file-based system to reliably track and execute time-bound commitments. - All verbal commitments with timepoints are now recorded in a structured "commitments.md" ledger. - Commitment states and transitions are managed by a defined state machine, ensuring tasks move from creation to completion or appropriate closure. - Automated heartbeat and cron processes provide dual assurance for timely execution, reducing reliance on short-term memory. - State changes and critical events are systematically logged to enhance traceability and accountability. - Supports recurring and one-time tasks, explicit cancellation, and automatic reminders and escalations for overdue commitments.

无害

安装命令

点击复制
官方npx clawhub@latest install commitment-engine
镜像加速npx clawhub@latest install commitment-engine --registry https://cn.longxiaskill.com
数据来源ClawHub ↗ · 中文优化:龙虾技能库