AI Skill Navigator is a Moodle plugin suite that adds course-aware AI learning tools for students and teachers.
The package contains:
local_aiskillnavigator: the main local plugin with AI tutor, quiz generation, mind maps, assessments, material/RAG tools, learning-gap analysis, simulator suggestions and course-building helpers.block_aiskillnavigator: an optional course block that links users to the tools available for their role.
The plugin is designed to install safely with conservative defaults:
- The default AI provider is
prototype, which performs no external AI calls. - External AI use for course materials is disabled until an administrator enables it.
- Per-material approval is required before teacher materials can be sent to external providers.
- Destructive AI Course Builder actions are disabled by default.
- Automatic course-resource synchronisation on Moodle events is disabled by default.
- Automatic block insertion into courses is disabled by default.
- External MathJax CDN loading is disabled by default.
Administrators can enable optional external services from the plugin settings.
- Course-aware AI Tutor.
- AI Quiz Generator.
- AI Mind Map Generator.
- Initial and final assessments.
- Adaptive review for weak skills.
- Teacher dashboard and tutor analytics.
- Course Materials / RAG management.
- Learning-gap analysis.
- AI Course Builder with production safety gates.
- Simulator Finder and saved simulation activities.
Install the local plugin in:
local/aiskillnavigator
Install the optional block in:
blocks/aiskillnavigator
Then visit:
Site administration > Notifications
Open:
Site administration > Plugins > Local plugins > AI Skill Navigator
Important production settings:
Provider: keepprototypefor first installation checks.Approve external AI for teacher materials: disabled by default.Allow destructive AI Course Builder actions: disabled by default.Automatically sync course resources on Moodle events: disabled by default.Automatically add the AI Skill Navigator block to courses: disabled by default.Enable external MathJax CDN: disabled by default.
The plugin stores course materials, quiz attempts, assessment attempts, saved simulations and tutor interaction signals. It implements Moodle's Privacy API for metadata, export and deletion of user data. External AI providers are optional and disabled for course materials unless explicitly approved.
- Moodle 4.4 or later.
- PHP version supported by the target Moodle version.
- Optional cURL support for external AI/search providers.
GPL v3 or later.