← Back to Skills Marketplace
200
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install habit-tracker-companion
Description
习惯养成打卡助手,连续激励、数据统计、陪你养成好习惯。
README (SKILL.md)
习惯养成打卡 (Habit Tracker Companion)
陪你养成好习惯的打卡助手。
功能
- 添加新习惯
- 打卡记录
- 连续打卡天数统计
- 完成率数据分析
- 连续激励(里程碑鼓励)
使用示例
# 添加习惯
python habit-tracker-companion.py add_habit "每天喝水" "每天喝8杯水"
# 打卡
python habit-tracker-companion.py check_in 1
# 查看连续天数
python habit-tracker-companion.py get_streak 1
# 查看统计
python habit-tracker-companion.py get_stats 1
数据存储
- 习惯数据:
~/.memory/habits/habits.json
By Miya - 2026
Usage Guidance
This skill's instructions expect you to run a local Python script (habit-tracker-companion.py) that is not included. Before installing or invoking: 1) Do not run the commands until you can review the script source—ask the publisher for the code or a link to the exact file. 2) If you obtain the script, inspect it for network calls, secrets access, or destructive operations. 3) Consider running it in a sandbox or container and back up your home data; the skill will read/write ~/.memory/habits/habits.json. 4) If you can't get the script source from a trusted repository, treat this skill as unsafe to run because executing an unknown Python script can execute arbitrary code.
Capability Analysis
Type: OpenClaw Skill
Name: habit-tracker-companion
Version: 1.0.0
The skill bundle contains metadata and documentation for a habit-tracking utility. The SKILL.md file provides standard usage examples for a CLI tool and specifies local data storage in ~/.memory/habits/habits.json, with no evidence of malicious instructions, prompt injection, or suspicious behavior.
Capability Assessment
Purpose & Capability
Name and features (add habit, check-in, stats, streaks) align with a habit-tracker. Requesting python3 as a binary is proportional. However, the SKILL.md expects a local script (habit-tracker-companion.py) to exist and be executed; no such code is bundled or installed by the skill, which is an incoherence between claimed capability and provided artifacts.
Instruction Scope
Instructions explicitly tell the agent to run 'python habit-tracker-companion.py' with various commands and to read/write ~/.memory/habits/habits.json. That file-path access is reasonable for a tracker, but directing execution of a local script that the skill does not supply is risky: the agent (or user) might run an unknown script already present on disk or must obtain it from an unspecified source. The SKILL.md does not explain how the script is provided, fetched, or verified.
Install Mechanism
No install spec is present (instruction-only). This is low-risk from an automatic-install perspective since nothing will be downloaded or written by an installer. The only requirement is python3 being available on PATH.
Credentials
The skill requests no environment variables or credentials. It uses a per-user path (~/.memory/habits/habits.json) for storage, which is consistent with a local habit tracker and is proportionate to the described functionality.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It can be invoked by the agent (normal). There is no indication of elevated persistence or cross-skill configuration access.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install habit-tracker-companion - After installation, invoke the skill by name or use
/habit-tracker-companion - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of habit-tracker-companion:
- Add, track, and manage new habits.
- Record daily check-ins for each habit.
- Monitor streaks and view statistics, including completion rates.
- Receive milestone-based motivational feedback.
- Local data storage in `~/.memory/habits/habits.json`.
Metadata
Frequently Asked Questions
What is 习惯养成打卡?
习惯养成打卡助手,连续激励、数据统计、陪你养成好习惯。 It is an AI Agent Skill for Claude Code / OpenClaw, with 200 downloads so far.
How do I install 习惯养成打卡?
Run "/install habit-tracker-companion" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 习惯养成打卡 free?
Yes, 习惯养成打卡 is completely free, licensed under MIT-0. 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 (linux, darwin, win32).
Who created 习惯养成打卡?
It is built and maintained by 786793119 (@786793119); the current version is v1.0.0.
More Skills