monitor-moodle
Installation
SKILL.md
Moodle Monitor
This toolset allows you to automatically backup, clean, and monitor changes in your Moodle courses and notifications. It fetches data via the Moodle API, simplifies the JSON structure for readability, and performs diffs to detect new assignments, grades, announcements, or files.
🚀 Quick Start
- Configure Watchlist:
Edit
resources/watchlist.jsonto select which courses to monitor. Set"active": truefor courses you care about.[ { "id": 52862, "name": "Signals and Systems", "active": true }, { "id": 48736, "name": "Electronics (1)", "active": true } ]