← 返回 Skills 市场
Habit Tracker
作者
New Age Investments
· GitHub ↗
· v1.0.0
· MIT-0
128
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install nai-habit-tracker
功能描述
Track daily habits, streaks, and completions locally. Triggers on: habit, streak, track habit, log exercise, log habit, weekly review, habit status, did I ex...
安全使用建议
This skill appears safe and does what it says: local habit tracking using JSON and optional Markdown exports. Before installing, be aware it will create and modify files in ~/.openclaw/workspace/habits (you can change this with HABIT_DATA_DIR) and may write weekly notes to a vault path (DEFAULT_VAULT_DIR). If you keep sensitive material in those folders, consider choosing a different data-dir or encrypting backups. If you want extra assurance, open the included Python scripts (they are short and readable) to verify behavior; there are no network calls or secret access in the code.
功能分析
Type: OpenClaw Skill
Name: nai-habit-tracker
Version: 1.0.0
The habit-tracker skill is a local utility for managing daily routines and streaks using JSON files stored in the user's home directory. The Python scripts (log_habit.py, setup_habits.py, status.py, and weekly_review.py) use standard libraries for file I/O and CLI parsing without any network activity, obfuscation, or attempts to access sensitive system data. The SKILL.md instructions are clearly aligned with the stated purpose and do not contain any prompt-injection or malicious redirection attempts.
能力评估
Purpose & Capability
Name/description match the implementation: scripts manage habits, logs, status, and weekly reviews stored in local JSON/Markdown files. No unrelated capabilities or credentials are requested.
Instruction Scope
SKILL.md and the scripts limit actions to local files under ~/.openclaw/workspace/habits (configurable via HABIT_DATA_DIR) and an optional vault path for Obsidian. There are no instructions to read unrelated system files, contact external endpoints, or exfiltrate data.
Install Mechanism
Instruction-only skill with bundled Python scripts; no install spec, no downloads, and no package installation. Scripts are plain Python and operate locally.
Credentials
The only environment variable referenced is HABIT_DATA_DIR (to override the data directory). No secrets, API keys, or unrelated environment variables are required.
Persistence & Privilege
The skill writes persistent files to the user's home under ~/.openclaw/workspace/habits and (optionally) the vault path for weekly reviews. It does not request elevated privileges or force inclusion (always:false). Review and accept that it will create/modify files in those directories.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install nai-habit-tracker - 安装完成后,直接呼叫该 Skill 的名称或使用
/nai-habit-tracker触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of local habit tracker—track daily habits, streaks, and completions with no external services required.
- Add, remove (archive), and list habits with flexible frequency and optional emoji.
- Log completions safely (preventing duplicates/repeats), including undo and date override.
- Check habit status (current/longest streak, today's completion, 7/30-day rates) and generate weekly review reports (with Markdown/Obsidian support).
- All data stored locally in JSON, no API keys needed.
- Provides simple Python CLI scripts for all actions; triggers on natural habit-tracking commands.
元数据
常见问题
Habit Tracker 是什么?
Track daily habits, streaks, and completions locally. Triggers on: habit, streak, track habit, log exercise, log habit, weekly review, habit status, did I ex... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 Habit Tracker?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install nai-habit-tracker」即可一键安装,无需额外配置。
Habit Tracker 是免费的吗?
是的,Habit Tracker 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Habit Tracker 支持哪些平台?
Habit Tracker 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Habit Tracker?
由 New Age Investments(@newageinvestments25-byte)开发并维护,当前版本 v1.0.0。
推荐 Skills