← Back to Skills Marketplace
Moodle Student Sync
by
yerassyl-sailaubay
· GitHub ↗
· v2.0.0
· MIT-0
117
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moodle-student-sync
Description
Sync and summarize student Moodle data including courses, upcoming deadlines, grades, files, and announcements. Use this skill whenever a user asks for Moodl...
Usage Guidance
This package appears coherent and implements a Moodle REST client plus CLI utilities that use MOODLE_URL and MOODLE_TOKEN to pull your student data. Before installing, ensure: (1) MOODLE_TOKEN is a user-scoped token (not an admin token) and use HTTPS for MOODLE_URL; (2) you trust the skill source (the package lists 'source: unknown'); if you don't fully trust it, review the scripts (they're included) or run them in an isolated environment; (3) revoke the token after use if it's long-lived or shared. The skill sleeps between requests (default 15s) and does not contact any external endpoints other than the Moodle instance you provide.
Capability Analysis
Type: OpenClaw Skill
Name: moodle-student-sync
Version: 2.0.0
The moodle-student-sync skill is a legitimate tool designed to aggregate student data from the Moodle LMS API. The codebase, including scripts like moodle_client.py and moodle_sync.py, implements standard Moodle Web Service calls to fetch courses, grades, and deadlines using user-provided credentials (MOODLE_TOKEN). The logic is well-structured, includes appropriate error handling and rate limiting, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (Moodle syncing, deadlines, grades, digests) match the required artifacts: Python CLI scripts that call Moodle Web Services and templates/tests. The only required env vars are MOODLE_URL and MOODLE_TOKEN (plus optional MOODLE_USER_ID), which are exactly what a Moodle API client needs.
Instruction Scope
SKILL.md instructs the agent to use Moodle API endpoints, set MOODLE_URL/MOODLE_TOKEN, and run local Python scripts. The instructions and the code only reference Moodle endpoints derived from MOODLE_URL and local files; they do not instruct reading unrelated system files or exfiltrating data to unknown endpoints.
Install Mechanism
There is no remote download/install step; the package is instruction-plus-source and requires only Python and the requests package. No third-party URLs, extract steps, or unusual installers are present.
Credentials
Only MOODLE_URL (instance URL) and MOODLE_TOKEN (primary secret) are required, plus an optional MOODLE_USER_ID. These are proportional and necessary for the declared functionality; no unrelated credentials or system config paths are requested.
Persistence & Privilege
The skill does not request always:true and is user-invocable. It does not modify other skills or system settings. Autonomous model invocation is allowed by default but not combined with any elevated privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moodle-student-sync - After installation, invoke the skill by name or use
/moodle-student-sync - Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
Initial release
Metadata
Frequently Asked Questions
What is Moodle Student Sync?
Sync and summarize student Moodle data including courses, upcoming deadlines, grades, files, and announcements. Use this skill whenever a user asks for Moodl... It is an AI Agent Skill for Claude Code / OpenClaw, with 117 downloads so far.
How do I install Moodle Student Sync?
Run "/install moodle-student-sync" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moodle Student Sync free?
Yes, Moodle Student Sync is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moodle Student Sync support?
Moodle Student Sync is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moodle Student Sync?
It is built and maintained by yerassyl-sailaubay (@yerassyl-sailaubay); the current version is v2.0.0.
More Skills