By rudini
Manage Moodle courses via CLI — activities, sections, quizzes, AI grading
Claude Code plugins for education tools — Moodle course management and Kahoot quiz creation.
# Add marketplace
/plugin marketplace add rudini/claude-edu-plugins
# Install Moodle skill
/plugin install moodle-skill@claude-edu-plugins
# Install Kahoot skill (optional)
/plugin install kahoot-skill@claude-edu-plugins
Manage any Moodle course: create/update/delete activities, sections, quizzes, import GIFT questions, and AI-assisted essay grading.
Create a .env file in your project root:
MOODLE_URL=https://your-moodle-instance.example.com
MOODLE_SESSION=
COURSE_ID=1234
Then authenticate (browser opens and closes automatically after login):
/moodle-skill:moodle login
Use --browser msedge or --browser chrome if your org requires a specific browser for SSO.
/moodle-skill:moodle structure # Show course structure
/moodle-skill:moodle list-activities 123 # List activities in section 123
/moodle-skill:moodle create-url 5 "Docs" "https://example.com" # Create URL
/moodle-skill:moodle grade-essay scrape 456 --gift quiz.gift --output grading.json
| Group | Command | Description |
|---|---|---|
| Setup | login [--browser msedge|chrome] | Browser login, save cookie (auto-closes) |
| Read | structure, list-activities, show-label, show-page | Inspect course |
| Update | update-label, update-page, update-summary | Modify content |
| CRUD | create-url, create-page, create-resource, create-assign, create-forum, create-quiz | Create activities |
| Manage | delete-activity, hide-activity, indent-activity, move-activity | Manage activities |
| Sections | delete-section, duplicate-section, move-section, rename-section | Manage sections |
| Quiz | import-gift, add-questions-to-quiz, delete-quiz-questions | Quiz management |
| Grading | grade-essay scrape, grade-essay submit | AI essay grading |
| Diagnostic | dump-form, dump-grading | Debug tools |
Create and manage Kahoot quizzes from JSON definitions.
/kahoot-skill:kahoot login
Use --browser msedge or --browser chrome for SSO. Or create .env manually with KAHOOT_TOKEN=...
/kahoot-skill:kahoot preview quiz.json # Validate quiz
/kahoot-skill:kahoot create quiz.json # Dry-run
/kahoot-skill:kahoot list # List all quizzes
{
"title": "My Quiz",
"questions": [
{
"question": "What is 2 + 2?",
"choices": [
{ "answer": "4", "correct": true },
{ "answer": "5", "correct": false }
]
}
]
}
| Variable | Required | Description |
|---|---|---|
MOODLE_URL | Yes | Your Moodle instance URL |
MOODLE_SESSION | Yes | Session cookie (set via login command) |
COURSE_ID | Yes | Course ID from course URL (?id=XXXX) |
MOODLE_TZ | No | Timezone (default: Europe/Zurich) |
| Variable | Required | Description |
|---|---|---|
KAHOOT_TOKEN | Yes | Bearer token (set via login command) |
Not using Claude Code? The underlying CLI scripts work with any AI coding tool that can execute shell commands — GitHub Copilot, OpenAI Codex, Cursor, Windsurf, and more.
See USAGE_OTHER_TOOLS.md for setup instructions, per-tool configuration, and an MCP server wrapper example.
If these plugins save you time, consider sponsoring to support ongoing development:
Even a small contribution helps keep this project maintained and improved. Thank you!
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub rudini/claude-edu-plugins --plugin moodle-skillCreate, manage, and host Kahoot quizzes from JSON definitions
Containerized repo-map MCP server (tree-sitter based) for efficient code context.
The most complete Moodle development toolkit: 13 skills, 8 slash commands, 2 subagents — covering scaffolding, XMLDB, capabilities, web services, Hooks API, AMD JS, PHPUnit, Behat, security, privacy/GDPR, performance, accessibility, themes, mobile, and cross-version upgrades. Ships with adapters for Cursor, Copilot, Aider, Continue, plus a companion MCP server (moodle-mcp) for live moodledev.io documentation lookups.
Interactive learning companion — creates personalized learning plans, quizzes with adaptive difficulty, and tracks progress across sessions
Evidence-based instructional design pipeline. 11 skills backed by peer-reviewed research across 11 domains. Analyze, design, build, review, and export courses with every recommendation citing its evidence tier.
Comprehensive teaching lifecycle suite for university professors: design → build → assess → deliver → reflect → improve. 15 skills, 89 modes, 76-agent ensemble, Course Passport state, alignment + quality gates, spec-driven submission auditing, AI-era assessment integrity, plus extensions: slide-deck rendering, executable labs, video scripting, course publishing, TA coordination, accreditation mapping, bilingual courseware, learner analysis (学情分析), course dashboard.
Ensina habilidades ou conceitos em workspace stateful. Estrutura: MISSION.md, lessons/*.html (unidades de ensino), reference/*.html (cheat sheets, glossários), learning-records/*.md (ADRs de aprendizado), assets/ (componentes reutilizáveis). Filosofia: knowledge → skills → wisdom, zone of proximal development. Baseado em teach de Matt Pocock.
Ultra-compressed communication mode. Cuts 65% of output tokens (measured) while keeping full technical accuracy by speaking like a caveman.