HabitTracker Conversational Habit Tracking

v1.0.0

Track daily habits through agent conversation. Streaks, reminders, weekly reports. Did you exercise today? With accountability.

0· 241·0 current·0 all-time
byShadow Rose@theshadowrose
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description (conversational habit tracking) align with included code and SKILL.md. The code implements logging, streaks, check-ins, and weekly reports and reads/writes a local JSON data file as expected.
Instruction Scope
SKILL.md describes only local conversational logging, reminders, and reports. It does not direct the agent to read unrelated files, access credentials, or transmit data to external endpoints.
Install Mechanism
No install spec and no network downloads. The only code file is a small Node.js module using the built-in fs module — no third-party packages or external installers are pulled in.
Credentials
The skill requests no environment variables, credentials, or config paths. Its behavior (storing local habit data) does not require secrets or cloud access.
Persistence & Privilege
The skill is not forced-always, does not modify other skills or system-wide configs, and only writes its own data file (default ./habits-data.json). Autonomous invocation is allowed but is the platform default.
Assessment
This skill appears coherent and self-contained, but review the following before installing: 1) It writes habit data to a local JSON file by default at ./habits-data.json — confirm the agent's working directory and move or rename the dataFile option if you don't want data stored there. 2) The module swallows file read/write errors (no reporting) so ensure you have backups if the data is important. 3) If you run the agent in a multi-tenant, shared, or cloud environment, be cautious about storing personal data there. 4) The source is small and readable; inspect the code yourself if you have concerns. No credentials or network downloads are required, which reduces risk.

Like a lobster shell, security has layers — review code before you run it.

dailyvk972pdyqd6dyxxrbdx16dy3gzh82p2wagoalsvk972pdyqd6dyxxrbdx16dy3gzh82p2wahabit-trackervk972pdyqd6dyxxrbdx16dy3gzh82p2wahabitsvk972pdyqd6dyxxrbdx16dy3gzh82p2walatestvk972pdyqd6dyxxrbdx16dy3gzh82p2waproductivityvk972pdyqd6dyxxrbdx16dy3gzh82p2watrackingvk972pdyqd6dyxxrbdx16dy3gzh82p2wa

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments