What problem does it solve?
This Skill enables guardians to monitor Windows Edge browsing history, flag potentially concerning content, and generate weekly activity reports to support safer online choices for minors.
Core Features & Use Cases
- Automated retrieval and analysis of Edge history from Windows machines via SSH.
- Keyword-based content flagging combined with a safe-domain whitelist to reduce false positives.
- Weekly report generation for guardians to review browsing activity and trends.
- Configurable keywords and SAFE_DOMAINS to tailor monitoring to family needs.
Use Case: Families with one or more supervised devices can receive a concise weekly summary highlighting risky visits and notable patterns.
Quick Start
Use the windows-parental-monitor skill to fetch history, analyze it, and generate a weekly report:
scp -i ~/.ssh/parental_monitor '<username>@<windows-ip>:/C:/Users/<username>/AppData/Local/Microsoft/Edge/User Data/Default/History' /tmp/history
python3 scripts/analyze_history.py /tmp/history
scripts/weekly_report.sh <username> <windows-ip> <ssh-key-path>