← Back to Skills Marketplace
Track
by
ProjectSnowWork
· GitHub ↗
· v1.0.0
· MIT-0
322
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install track
Description
Habit, goal, and progress tracking system with visual progress and accountability. Use when user mentions tracking habits, goals, progress, streaks, or accou...
Usage Guidance
This package appears to implement only a basic local habit-logging script while advertising a much larger tracking system. Before installing: (1) ask the publisher for the missing scripts and reference files (view_trends.py, update_goal.py, check_streaks.py, etc.) and review them for network calls or credential use; (2) confirm you are comfortable with data being stored under ~/.openclaw/workspace/memory/track (hidden folder in your home) or change the path to a location you control; (3) inspect any future versions for added install steps or downloads — adding external dependencies is where risk usually appears; (4) if you only need simple local logging, this single script looks harmless, but do not install or enable it expecting full goal/visualization features until the other components are provided and reviewed.
Capability Analysis
Type: OpenClaw Skill
Name: track
Version: 1.0.0
The 'track' skill bundle is a standard habit and goal tracking utility that operates entirely locally. The analyzed script, `track_habit.py`, implements basic JSON logging to a local workspace directory (~/.openclaw/workspace/memory/track) without any network requests, external dependencies, or suspicious execution logic. The SKILL.md instructions are well-aligned with the stated purpose and explicitly emphasize local data storage and privacy.
Capability Assessment
Purpose & Capability
The name/description (habit/goal tracking, visualization, reminders) matches the included track_habit.py which logs habit entries locally. However the SKILL.md promises multiple other scripts (update_goal.py, view_trends.py, check_streaks.py, create_habit.py, set_goal.py, export_data.py) and reference files (references/*.md) that are not present. The single script can legitimately support basic logging, but the larger advertised feature set is not implemented here.
Instruction Scope
Runtime instructions reference multiple scripts and a storage location 'memory/track/' while the included script writes to ~/.openclaw/workspace/memory/track. The instructions do not direct reading of unrelated files or network calls, but they assume many scripts and reference docs that are missing — this is scope creep and makes the runtime behavior unclear.
Install Mechanism
No install spec — instruction-only with one bundled script. Nothing is downloaded or written to system locations beyond creating a directory in the user's home; this is low-risk from an install perspective.
Credentials
No environment variables, no credentials, and the script operates on local files only. Requested permissions are proportional to a local habit-logging tool. The script writes to a path under the user's home (~/.openclaw/workspace/memory/track).
Persistence & Privilege
Skill is not marked always:true, does not modify other skills, and contains no autonomous persistence mechanisms. It simply creates and writes JSON files to a local directory.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install track - After installation, invoke the skill by name or use
/track - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Habit tracking, goal progress monitoring, streak maintenance, and accountability systems
Metadata
Frequently Asked Questions
What is Track?
Habit, goal, and progress tracking system with visual progress and accountability. Use when user mentions tracking habits, goals, progress, streaks, or accou... It is an AI Agent Skill for Claude Code / OpenClaw, with 322 downloads so far.
How do I install Track?
Run "/install track" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Track free?
Yes, Track is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Track support?
Track is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Track?
It is built and maintained by ProjectSnowWork (@projectsnowwork); the current version is v1.0.0.
More Skills