moodle-api-user

Community

Automate Moodle tasks via REST API.

Authortlambert03
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill enables Claude to interact with the MicroTutor Moodle LMS (microtutorcourses.org) via its REST API, providing access to 416+ web service functions for comprehensive course management and content operations.

Core Features & Use Cases

  • Course & Content Discovery: List, search, or retrieve detailed course data.
  • Enrollment & User Management: Get enrolled users, manage enrollments, and view user profiles.
  • Assessments & Grades: Retrieve grades, submissions, quizzes, and activity data.

Quick Start

Use a curl call to fetch courses: curl -X POST "${MOODLE_API_URL}/webservice/rest/server.php"
-d "wstoken=${MOODLE_API_TOKEN}"
-d "wsfunction=core_course_get_courses"
-d "moodlewsrestformat=json"

Dependency Matrix

Required Modules

curl

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: moodle-api-user
Download link: https://github.com/tlambert03/microtutor-agent/archive/main.zip#moodle-api-user

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.