Self Improving Habit

v1.0.0

Science-based habit formation, maintenance, and optimization using behavioral psychology principles. Use when building new habits, breaking bad ones, or opti...

0· 169·1 current·1 all-time
byhaidong@harrylabsj
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 = habit formation. Included assets (templates, SKILL.md logging format) and a local shell script that creates/appends .learnings/habits/*.md are consistent with that purpose. No unrelated credentials, binaries, or external services requested.
Instruction Scope
SKILL.md instructs the agent to append to .learnings/habits/* markdown files and to follow templates — this is appropriate for a habit-tracking skill but does require write access to the working directory. No instructions perform network transmission or read unrelated system config. Users should be aware the skill will create/modify files under .learnings/habits.
Install Mechanism
No install spec (instruction-only plus one script). No downloads or package installs. The included shell script is small and runs locally.
Credentials
The skill declares no environment variables, no secrets, and no config paths beyond the local .learnings/habits directory. That is proportional to the stated functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request permanent system-wide privileges or modify other skills. Its persistence is limited to creating/ updating local files.
Assessment
This skill appears coherent and local-only: it will create and append markdown files under .learnings/habits and includes a shell script (scripts/habit-tracker.sh) to record/check habits. There are no network calls or credential requests. Before installing/using: 1) inspect the script if you want to confirm exact behavior; 2) run it in a directory where creating a .learnings/habits folder is acceptable (or back up existing files with that path); 3) be aware the script has minor portability/logic quirks (some grep/date usages) but nothing indicating malicious intent. If you want extra caution, run the script in a sandbox or review/modify it to suit your environment.

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

latestvk9746ym7qsxdtt6m1h0bc42s5n82s4c6

License

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

Comments