π AI Skill Navigator is currently the 6th most-starred Moodle plugin repository on GitHub.
AI-powered Moodle learning tools: course-aware tutoring, quizzes, mind maps, assessment, adaptive review, RAG, analytics and course-building helpers.
New to open source? Start with a browser-only micro-contribution.
Pick an issue β Fork β Create one tiny file β Pull Request β Contributor
β If the project is useful to you, a star helps other Moodle developers discover it. Stars are appreciated, never required.
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:
prototype, which performs no external AI calls.Administrators can enable optional external services from the plugin settings.
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: keep prototype for 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.
What Moodle versions are supported? Moodle 4.4 or later.
Is external AI mandatory?
No. The default AI provider is prototype, which performs no external AI calls. External AI is disabled by default and requires an administrator to explicitly enable it.
Where can course data be sent? Course data is never sent to external AI providers unless an administrator explicitly approves it. Per-material approval is required before any teacher materials can be forwarded to external providers.
Where should I start as a first-time contributor? Start with our good first issues or read BEGINNER_CONTRIBUTING.md for a step-by-step walkthrough.
The repository includes automated checks for PHP 8.1-8.3, XMLDB parsing, JavaScript syntax, UTF-8 BOM regressions, RAG API compatibility, and safe embedding defaults. See CONTRIBUTING.md for the local commands and docs/manual-test-checklist.md for Moodle runtime scenarios.
For a Moodle installation package, place plugins/aiskillnavigator at local/aiskillnavigator and plugins/block_aiskillnavigator at blocks/aiskillnavigator. Do not package the repository root as a single Moodle plugin directory.
GPL v3 or later.