📦 HabitTracker Conversational Habit Tracking — 对话式习惯追踪
v1.0.0通过智能体对话轻松记录每日习惯,自动统计连续天数、发送提醒并生成周报,让坚持变得简单有趣。
0· 268·0 当前·0 累计
下载技能包
最后更新
2026/3/11
安全扫描
OpenClaw
安全
high confidenceNULL
评估建议
This skill appears coherent and self-contained, but review the following before installing: 1) It writes habit data to a local JSON file by default at ./habits-data.json — confirm the agent's working directory and move or rename the dataFile option if you don't want data stored there. 2) The module swallows file read/write errors (no reporting) so ensure you have backups if the data is important. 3) If you run the agent in a multi-tenant, shared, or cloud environment, be cautious about storing p...详细分析 ▾
✓ 用途与能力
Name/description (conversational habit tracking) align with included code and SKILL.md. The code implements logging, streaks, check-ins, and weekly reports and reads/writes a local JSON data file as expected.
✓ 指令范围
SKILL.md describes only local conversational logging, reminders, and reports. It does not direct the agent to read unrelated files, access credentials, or transmit data to external endpoints.
✓ 安装机制
No install spec and no network downloads. The only code file is a small Node.js module using the built-in fs module — no third-party packages or external installers are pulled in.
✓ 凭证需求
The skill requests no environment variables, credentials, or config paths. Its behavior (storing local habit data) does not require secrets or cloud access.
✓ 持久化与权限
The skill is not forced-always, does not modify other skills or system-wide configs, and only writes its own data file (default ./habits-data.json). Autonomous invocation is allowed but is the platform default.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/11
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install habit-tracker-sr
镜像加速npx clawhub@latest install habit-tracker-sr --registry https://cn.longxiaskill.com