← 返回 Skills 市场
习惯追踪器
作者
huangjingzhi07
· GitHub ↗
· v1.0.0
259
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install habit-tracker-oc
功能描述
习惯养成追踪和进度统计工具
使用说明 (SKILL.md)
habit-tracker - 习惯追踪技能
习惯养成追踪和进度统计工具。
功能列表
- 习惯设置 - 添加新习惯,设置目标频率
- 每日打卡 - 快速记录每日习惯完成情况
- 进度统计 - 查看连续打卡天数和完成率
- 提醒设置 - 设置习惯养成提醒
触发关键词
- 设置习惯、添加习惯
- 打卡、完成习惯
- 习惯统计、连续天数
数据存储
- habits.json - 习惯列表
- checkins.json - 打卡记录
使用示例
- "添加每天运动30分钟的习惯"
- "今天已经晨跑了,打卡"
- "查看我的习惯完成率"
安全使用建议
This skill is small and coherent: it appears to keep habit data in two local JSON files and does not request credentials or installs. Before installing, confirm where the agent will store habits.json and checkins.json (directory and access controls), whether those files are backed up or exported, and how long data is retained. If you care about privacy, ask whether the agent ever transmits these files off-host or logs their contents. If you want stronger guarantees, request the exact implementation or a code-backed skill so you can verify file handling.
功能分析
Type: OpenClaw Skill
Name: habit-tracker-oc
Version: 1.0.0
The habit-tracker skill bundle is a standard utility for managing daily habits and tracking progress. The SKILL.md file contains benign instructions for habit creation and check-ins using local JSON storage (habits.json, checkins.json), with no evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
Name/description (habit tracker) match the contents of SKILL.md (habit setup, check-ins, stats, reminders). No unrelated dependencies, binaries, or credentials are requested.
Instruction Scope
SKILL.md is minimal and stays within scope. It references two local storage files (habits.json, checkins.json) but does not specify file paths, commands, or any instructions to read other system files or send data externally. The only minor ambiguity is where those JSON files live and how they are managed.
Install Mechanism
No install spec and no code files — the skill is instruction-only, so nothing will be written to disk or downloaded during install.
Credentials
The skill requests no environment variables, credentials, or config paths. That is proportionate for a simple local habit tracker.
Persistence & Privilege
always is false, the skill does not request persistent system-wide changes or access to other skills' configs. It does reference local data files but does not request elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install habit-tracker-oc - 安装完成后,直接呼叫该 Skill 的名称或使用
/habit-tracker-oc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本
元数据
常见问题
习惯追踪器 是什么?
习惯养成追踪和进度统计工具. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。
如何安装 习惯追踪器?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install habit-tracker-oc」即可一键安装,无需额外配置。
习惯追踪器 是免费的吗?
是的,习惯追踪器 完全免费(开源免费),可自由下载、安装和使用。
习惯追踪器 支持哪些平台?
习惯追踪器 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 习惯追踪器?
由 huangjingzhi07(@huangjingzhi07)开发并维护,当前版本 v1.0.0。
推荐 Skills