Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计通过

moodle-student-syncMoodle 学生同步

Agent Skill

moodle-student-sync 用于补充效率相关能力,适合在 OpenClaw 中需要让 Agent 承接效率相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,363

周安装

143

GitHub Stars

公开资料未说明

下载量

1,178
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:moodle-student-sync(Moodle 学生同步)
来源仓库:https://github.com/yerassyl-sailaubay/moodle-student-sync
安装命令:
openclaw skills install moodle-student-sync
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install moodle-student-sync

简介

用于同步和总结学生 Moodle 平台数据。

  • 包括课程、截止日期、成绩和公告信息整合。
  • 通过 clawhub 安装,需结合原始 README 核验具体用法。
  • 涉及教育数据时应确认权限和访问范围。moodle-student-sync 属于效率类 Skill,可作为该场景下的辅助能力补充。
  • 建议在使用前评估是否支持多账户切换。

SKILL.md

name
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 Moodle course sync, assignment tracking, grade overviews, study planning, or daily academic digests, even if they do not explicitly say "Moodle API.
license
MIT
compatibility
Requires Python 3.10+, requests, and environment variables MOODLE_URL and MOODLE_TOKEN.
metadata
{"openclaw":{"requires":{"bins":["python3"],"env":["MOODLE_URL","MOODLE_TOKEN"]},"primaryEnv":"MOODLE_TOKEN"}}

Moodle Student Sync

Use this skill to pull student-facing data from Moodle Web Services and turn it into useful outputs such as deadline lists, grade summaries, and study plans.

Required environment

Set these values before running commands:

export MOODLE_URL="https://moodle.example.edu"
export MOODLE_TOKEN="your_mobile_web_service_token"
export MOODLE_USER_ID="14042"  # optional

Workflow

  1. Verify API connectivity with core_webservice_get_site_info.
  2. Resolve user ID from MOODLE_USER_ID or site info response.
  3. Pull enrolled courses via core_enrol_get_users_courses.
  4. Pull high-value overview data:

- core_calendar_get_calendar_upcoming_view - gradereport_overview_get_course_grades - message_popup_get_popup_notifications

  1. Optionally fetch per-course content (core_course_get_contents) for active courses.
  2. Format one of these outputs:

- JSON sync snapshot - deadlines report - grades report - daily digest markdown - study plan markdown

Commands

python scripts/moodle_sync.py sync --include-contents --max-courses 5
python scripts/moodle_sync.py deadlines --limit 20
python scripts/moodle_sync.py grades
python scripts/moodle_sync.py digest --limit 10
python scripts/moodle_sync.py plan --days 7 --grade-threshold 70

Quality guardrails

  • Always check Moodle responses for exception and fail with a clear error.
  • Respect rate limiting between calls (default 15 seconds).
  • Prefer rawgrade values for calculations; treat formatted grade strings as display-only.
  • Handle nulls for progress, rawgrade, and missing dates.
  • Filter to active/current courses when computing plans and deadline alerts.

File map

  • scripts/moodle_client.py: API client, auth, error handling, parameter flattening.
  • scripts/moodle_sync.py: command entrypoint for sync/deadlines/grades/digest/plan.
  • scripts/digest.py: markdown digest generation.
  • scripts/study_planner.py: priority-based study plan generation.
  • templates/*.md: reusable output templates.
  • tests/: basic client tests and sample fixtures.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

89.58%
按下载量换算1,055

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills