← Back to Skills Marketplace
114
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install moodle-ws
Description
Integrar con Moodle 4.x usando Web Services REST. Usar esta skill cuando el usuario pida crear cursos, inscribir o desinscribir usuarios, crear o actualizar...
Usage Guidance
This skill contains working code that will call your Moodle instance using a token stored at ~/.openclaw/workspace/secrets/moodle-ws.json. Before installing or running it: (1) Inspect the code yourself — note the maintenance scripts (borrar_vacios.py, limpiar_categorias.py) can delete courses and categories; they are not clearly documented in the manifest. (2) Only provide a token with the minimum necessary permissions (avoid giving it site-admin rights if possible). (3) Put the token in the documented path and confirm the registry metadata is updated to declare that config path (the current metadata omits it). (4) Do not paste the token into chat; regenerate it if exposed. (5) Consider running destructive scripts first in a staging/test Moodle and require explicit human confirmation before executing any delete operations. If you want a safer verdict, provide an updated manifest that declares the secret path and either remove or make deletion actions explicitly require confirmation in SKILL.md.
Capability Analysis
Type: OpenClaw Skill
Name: moodle-ws
Version: 1.3.1
The moodle-ws skill bundle provides legitimate Moodle 4.x administration capabilities via REST API, including course management, user enrollment, and messaging. While it contains scripts for destructive actions like deleting empty courses and categories (e.g., scripts/mantenimiento/borrar_vacios.py), these are clearly labeled as maintenance tools and align with the stated purpose. The code follows standard OpenClaw security practices by utilizing a local secrets file (~/.openclaw/workspace/secrets/moodle-ws.json) and includes explicit instructions in SKILL.md to prevent token exposure in chat.
Capability Assessment
Purpose & Capability
The skill's name and description describe creating courses, enrolling users, messaging, and grading which matches the main module (scripts/moodle_ws.py). However, additional maintenance scripts (borrar_vacios.py, limpiar_categorias.py) perform destructive actions (delete courses and categories) that are not clearly advertised in the top-level description or the 'Funciones habilitadas necesarias' list. The presence of deletion APIs (core_course_delete_courses, core_course_delete_categories) is significant and not documented in the manifest.
Instruction Scope
SKILL.md instructs storing a token file at ~/.openclaw/workspace/secrets/moodle-ws.json (and code reads that path), which is reasonable. But the code also reads/writes /tmp/vacios.json and /tmp/con_alumnos.json and includes scripts that will delete courses/categories based on those files. The maintenance scripts perform bulk destructive actions without documentation of required confirmation or safeguards, increasing risk of accidental mass-deletion.
Install Mechanism
No install spec and no external downloads — lowest-risk install mechanism. The skill includes Python scripts that will run if invoked, but nothing is being pulled from external URLs or installed automatically.
Credentials
The skill requires a Moodle baseUrl and webservice token stored in ~/.openclaw/workspace/secrets/moodle-ws.json (SKILL.md and code). However, the registry metadata declares no required config paths or primary credential — an inconsistency. The requested credential (Moodle token) is appropriate for the functionality, but its access enables destructive actions; the manifest should declare the secret path and the user should ensure the token has minimal privileges.
Persistence & Privilege
always is false and the skill does not request system-wide persistence. It does not modify other skills or system settings. The main privilege is the Moodle token stored in the local secrets file, which grants power inside the Moodle instance but is not a platform-level privilege.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install moodle-ws - After installation, invoke the skill by name or use
/moodle-ws - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.3.1
Agrega función duplicar_curso para crear comisiones desde plantilla, README mejorado, LICENSE MIT
Metadata
Frequently Asked Questions
What is Moodle Web Services Skill?
Integrar con Moodle 4.x usando Web Services REST. Usar esta skill cuando el usuario pida crear cursos, inscribir o desinscribir usuarios, crear o actualizar... It is an AI Agent Skill for Claude Code / OpenClaw, with 114 downloads so far.
How do I install Moodle Web Services Skill?
Run "/install moodle-ws" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Moodle Web Services Skill free?
Yes, Moodle Web Services Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Moodle Web Services Skill support?
Moodle Web Services Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Moodle Web Services Skill?
It is built and maintained by exeandino (@exeandino); the current version is v1.3.1.
More Skills