What problem does it solve?
This Skill eliminates the effort of manually figuring out which specific Moodle CLI subcommand and options to use by turning a natural-language request into the narrowest, agent-friendly moodle invocation.
Core Features & Use Cases
- Command routing for common Moodle intents: select the best
moodle ... command (e.g., user, courses, todo, alerts, activities, grades).
- Forum-first agent workflows: prefer
moodle forum find for discovery, then expand with --body or list shortlists only when needed.
- Agent-ready structured output guidance: instruct using
--json for machine consumption and returning concise summaries rather than raw dumps.
Quick Start
Use the skill when you want Moodle data via the local moodle CLI, for example: "Find the nearest unread deadline questions and summarize the best match from the parsed result."