← 返回 Skills 市场
harrylabsj

Habit Tracker

作者 haidong · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
249
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pearl-habit-tracker
功能描述
Track habits, log completions, and analyze progress with CLI commands. Use when user wants to build habits, track daily/weekly/monthly routines, log habit co...
安全使用建议
This package appears to be a straightforward, local CLI habit tracker that stores data in ~/.config/habit-tracker and does not request credentials or perform network activity. Before installing or scheduling it in cron: (1) review the full scripts/habit-cli.js file (the manifest listing was truncated) to confirm there are no unexpected network calls or child_process.exec uses; (2) run it as your regular user (not root) and use absolute paths in cron entries (node and the script); (3) consider file permissions on the data directory if you store sensitive notes (data is stored unencrypted); and (4) if extra isolation is desired, run in a dedicated user account or container. If you want further checks, paste the remainder of the script here and I can re-scan for network, shell exec, or credential access.
功能分析
Type: OpenClaw Skill Name: pearl-habit-tracker Version: 1.0.0 The habit-tracker skill is a standard CLI tool for managing personal habits and logs. The core logic in scripts/habit-cli.js performs local file operations within a dedicated configuration directory (~/.config/habit-tracker) and lacks any network activity, credential access, or dangerous execution patterns like eval or exec. The documentation in SKILL.md accurately reflects the code's functionality without any malicious prompt injection attempts.
能力评估
Purpose & Capability
Name/description match the bundled files: package.json exposes a 'habit' bin pointing to scripts/habit-cli.js and SKILL.md documents CLI usage. Required binaries/env/config are nil, which is proportional to a local CLI tool.
Instruction Scope
SKILL.md instructs only local CLI invocation, optional cron scheduling, and storing data in ~/.config/habit-tracker. The instructions don't ask the agent to read unrelated system files, exfiltrate data, or contact external endpoints.
Install Mechanism
There is no install spec — the skill is instruction-only with included source. package.json lists no dependencies and the tool is run via node scripts/habit-cli.js, which is a low-risk install model (no remote downloads or extract steps).
Credentials
The skill declares no required environment variables, credentials, or config paths beyond the local data directory (~/.config/habit-tracker). That is proportional for a local habit tracker.
Persistence & Privilege
always:false and no code that modifies other skills or system-wide agent settings. Persisted state is limited to the skill's own data files in the user's home directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pearl-habit-tracker
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pearl-habit-tracker 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: habit tracking with CLI commands for add, log, stats, and report
元数据
Slug pearl-habit-tracker
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Habit Tracker 是什么?

Track habits, log completions, and analyze progress with CLI commands. Use when user wants to build habits, track daily/weekly/monthly routines, log habit co... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 249 次。

如何安装 Habit Tracker?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pearl-habit-tracker」即可一键安装,无需额外配置。

Habit Tracker 是免费的吗?

是的,Habit Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Habit Tracker 支持哪些平台?

Habit Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Habit Tracker?

由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。

💬 留言讨论