← Back to Skills Marketplace
习惯追踪器
by
huangjingzhi07
· GitHub ↗
· v1.0.0
259
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install habit-tracker-oc
Description
习惯养成追踪和进度统计工具
README (SKILL.md)
habit-tracker - 习惯追踪技能
习惯养成追踪和进度统计工具。
功能列表
- 习惯设置 - 添加新习惯,设置目标频率
- 每日打卡 - 快速记录每日习惯完成情况
- 进度统计 - 查看连续打卡天数和完成率
- 提醒设置 - 设置习惯养成提醒
触发关键词
- 设置习惯、添加习惯
- 打卡、完成习惯
- 习惯统计、连续天数
数据存储
- habits.json - 习惯列表
- checkins.json - 打卡记录
使用示例
- "添加每天运动30分钟的习惯"
- "今天已经晨跑了,打卡"
- "查看我的习惯完成率"
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install habit-tracker-oc - After installation, invoke the skill by name or use
/habit-tracker-oc - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本
Metadata
Frequently Asked Questions
What is 习惯追踪器?
习惯养成追踪和进度统计工具. It is an AI Agent Skill for Claude Code / OpenClaw, with 259 downloads so far.
How do I install 习惯追踪器?
Run "/install habit-tracker-oc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 习惯追踪器 free?
Yes, 习惯追踪器 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does 习惯追踪器 support?
习惯追踪器 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 习惯追踪器?
It is built and maintained by huangjingzhi07 (@huangjingzhi07); the current version is v1.0.0.
More Skills