feat: add HabitForge skill - intelligent habit tracking system#169
Closed
trertert wants to merge 4 commits intoopenclaw:mainfrom
Closed
feat: add HabitForge skill - intelligent habit tracking system#169trertert wants to merge 4 commits intoopenclaw:mainfrom
trertert wants to merge 4 commits intoopenclaw:mainfrom
Conversation
|
Thanks for the pull request! This repository is read-only and is automatically synced from https://clawhub.ai, so we can’t accept changes here. Please make updates on the website instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HabitForge - Intelligent Habit Tracking System\n\n### ?? What it does\nA natural language habit tracker for Clawdbot that:\n- Understands natural language (I did my meditation today)\n- Tracks streaks and progress\n- Generates weekly progress reports\n- Provides habit insights and patterns\n- Integrates with Clawdbot heartbeat and cron\n\n### ?? Key Features\n- ? Natural language tracking\n- ?? Streak system\n- ?? Weekly reports with insights\n- ?? Pattern recognition\n- ?? Smart reminders\n- ?? Local data storage (privacy first)\n\n### ?? Use Cases\n- Personal habit development (exercise, reading, meditation)\n- Team progress tracking\n- Health and wellness monitoring\n- Learning progress tracking\n\n### ?? Technical Details\n- Pure Python implementation, no external dependencies\n- Deep integration with Clawdbot's heartbeat/cron systems\n- Local JSON storage for data privacy\n- Customizable habit frequencies\n\n### ?? Files Added\n- skills/trertert/habitforge/SKILL.md - Full skill documentation\n- skills/trertert/habitforge/_meta.json - Metadata\n- skills/trertert/habitforge/README.md - Quick start guide\n- skills/trertert/habitforge/scripts/habitforge.py - Core script\n\n### ?? Why This Skill?\nThis addresses a common pain point: users want an AI-powered habit coach that integrates seamlessly with their assistant. Existing habit trackers are standalone apps; HabitForge makes habit tracking a conversational experience.