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

  1. Configure Watchlist: Edit resources/watchlist.json to select which courses to monitor. Set "active": true for courses you care about.
    [
      { "id": 52862, "name": "Signals and Systems", "active": true },
      { "id": 48736, "name": "Electronics (1)", "active": true }
    ]
    
Installs
3
First Seen
Feb 12, 2026
monitor-moodle — pekka1398/browser