Add intent-guardian skill: real-time task stack with forgetting detection#116
Closed
HuilingP wants to merge 1 commit intoopenclaw:mainfrom
Closed
Add intent-guardian skill: real-time task stack with forgetting detection#116HuilingP wants to merge 1 commit intoopenclaw:mainfrom
HuilingP wants to merge 1 commit intoopenclaw:mainfrom
Conversation
…tion Intent Guardian monitors desktop activity, maintains a real-time task stack, detects when users forget what they were doing after interruptions, and sends gentle reminders to get them back on track. Key features: - Three-tier sensing: native macOS osascript, ActivityWatch, or screenshot+vision - LLM-powered intent inference from window activity stream - Forgetting detection with personalized thresholds - Long-term focus pattern learning (focus_profile.json) - Privacy-first: all data stays local, screenshots never persisted - Integrates with existing skills (screen-monitor, daily-review, personal-analytics) Made-with: Cursor
|
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.
Summary
Intent Guardian is a new skill that monitors desktop activity, maintains a real-time task stack, detects when users forget what they were doing after interruptions, and sends gentle reminders to get them back on track.
Knowledge workers are interrupted every 3 minutes on average. After each interruption, there's a high chance of forgetting the original task entirely. This skill acts as an always-on focus companion that remembers your intentions when you can't.
Key Features
osascriptpolling, ActivityWatch integration, or optional screenshot + vision model analysisfocus_profile.jsonover time that learns which apps/transitions cause the most forgetting for each userIntegration with Existing Skills
Designed to complement the ecosystem:
screen-monitorfor richer visual contextdaily-review/personal-analyticsfor long-term pattern analysisdeepwork-trackerfor auto-starting focus timersrememberallfor fallback time-based remindersget-focus-modefor suppressing reminders during Focus modeFiles
Test Plan
chmod +x)sense_activitywatch.shanddaily_focus_report.shalso support LinuxMotivation
This skill fills a gap in the current ecosystem: existing skills can see the screen (
screen-monitor), track time (daily-review,deepwork-tracker), and learn patterns (personal-analytics) -- but none of them connect these capabilities into real-time intent tracking and proactive forgetting detection. Intent Guardian is the "glue skill" that orchestrates these pieces into an always-on focus companion.Made with Cursor