← 返回 Skills 市场
yerassyl-sailaubay

Moodle Student Sync

作者 yerassyl-sailaubay · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
117
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install moodle-student-sync
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /moodle-student-sync 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
Initial release
元数据
Slug moodle-student-sync
版本 2.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 117 次。

如何安装 Moodle Student Sync?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install moodle-student-sync」即可一键安装,无需额外配置。

Moodle Student Sync 是免费的吗?

是的,Moodle Student Sync 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Moodle Student Sync 支持哪些平台?

Moodle Student Sync 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Moodle Student Sync?

由 yerassyl-sailaubay(@yerassyl-sailaubay)开发并维护,当前版本 v2.0.0。

💬 留言讨论