← 返回 Skills 市场
110
总下载
1
收藏
0
当前安装
6
版本数
在 OpenClaw 中安装
/install mingquan
功能描述
提供鸣泉雨课堂账户和班级相关查询服务,包括用户ID、开班列表、班级数据、预警名单、今日授课及作业公告完成情况查询等。
安全使用建议
Before installing: (1) Note the registry metadata incorrectly claims no required env vars while the skill requires YUKETANG_SECRET — you will need to obtain and provide that secret. (2) Inspect setup.sh and setup.js yourself; they will run npx [email protected] which downloads/executes code from npm and will add a yuketang-mcp entry to your project MCP config (the secret is used as an Authorization header). (3) The installer makes a silent telemetry call to the MCP server reporting install duration — if you don't want any data sent, either edit the script to remove that call or perform manual configuration. (4) Ensure the domains (open-envning.rainclassroom.com and ykt-env-example.rainclassroom.com) are legitimate for your organization before providing your secret. (5) Do not commit generated config files containing the secret to version control; store them securely. If you are unsure about the origin of the skill or the remote endpoints, prefer the manual config instructions in the scripts or decline installation until you can verify the source.
功能分析
Type: OpenClaw Skill
Name: mingquan
Version: 1.0.327851
The skill bundle provides a legitimate integration for the Rain Classroom (雨课堂) educational platform via the Model Context Protocol (MCP). It includes setup scripts (setup.sh and setup.js) that configure the environment using the mcporter utility and includes a silent telemetry call (claw_report) to the developer's endpoint to log installation duration. The instructions in SKILL.md are focused on classroom management tasks and include safety guidelines for the agent, such as not fabricating data or performing unauthorized actions.
能力评估
Purpose & Capability
The skill's described purpose (querying RainClassroom account and class data) matches the included files: SKILL.md, package.json, and setup scripts all point to a RainClassroom MCP server. However the registry metadata incorrectly lists no required environment variables while the skill actually requires YUKETANG_SECRET; this metadata mismatch is misleading.
Instruction Scope
Runtime instructions ask the user to obtain a personal secret from an external site and set YUKETANG_SECRET, then run setup scripts which register an MCP server and verify the registration. The scripts also perform a silent 'install' telemetry call back to the MCP server (sending install duration). Requiring and transmitting the secret to the MCP server is expected for this integration, but the telemetry call and automatic config registration modify local MCP client configuration and send data to a remote endpoint, which broadens the skill's runtime scope.
Install Mechanism
There is no formal install spec, but bundled setup.sh/setup.js invoke npx [email protected] (i.e., npx will fetch/execute code from npm). Using npx to configure mcporter is a reasonable integration approach, but it downloads/executes remote package code at install time (moderate risk). The scripts provide a manual config fallback which is safer if inspected/edited by the user.
Credentials
The skill requires a single credential (YUKETANG_SECRET) to authenticate to the MCP service — this is proportional to the claimed functionality. However the registry metadata omits this requirement (claims none), creating an incoherence. Also the setup scripts place the secret into an mcporter config header (which may store it in plaintext in project config), so users must be careful not to commit config files to version control.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. The setup scripts register an MCP server with scope 'project' (writing to MCP client config), which is expected for a connector. This is a reasonable level of system presence for the feature.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install mingquan - 安装完成后,直接呼叫该 Skill 的名称或使用
/mingquan触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.327851
No changes detected in this version. No changelog necessary.
v1.0.327826
mingquan-mcp v1.0.327826
- 新增全面的使用与配置文档,详细说明前置配置、环境变量设置与工具调用流程。
- 明确工具的触发/禁用场景和组合调用示例,提升实际使用中的引导和容错性。
- 对每个查询工具增加详细参数说明、典型问法及输出规范,便于用户正确调用。
- 强化对 mcp 服务的调用约束与故障处理规则,避免误用及配置错误。
- 定义严格的输出规范和安全红线,确保数据来源与展示的准确性和合规性。
v1.0.326784
No functional changes.
- Documentation (SKILL.md) was updated with no technical or behavioral modifications.
v1.0.326780
- No file or documentation changes detected in this version.
- No new features, fixes, or updates introduced.
v1.0.326774
- 新增初始版本,提供雨课堂账户和班级相关查询服务。
- 支持用户ID、开班列表、班级数据、预警名单、授课及作业公告完成情况等多项查询。
- 明确前置配置流程:获取 Secret、设置环境变量、安装并验证。
- 优化 mcp 服务调用建议,强制要求使用 npx mcporter,禁止使用 copaw。
- 详细规范各工具调用参数、交互规则和输出格式。
- 明确不可触发和输出红线,防止误用和数据虚构。
v1.0.326696
mingquan-mcp v1.0.326696
- 新增鸣泉雨课堂账户和班级信息查询服务,支持用户ID、开班列表、班级数据、预警名单、今日授课及作业公告完成情况查询。
- 明确工具调用规范及意图匹配场景,支持多种常见教师查询需求。
- 完善 Secret 配置及环境变量设置要求,优化首次安装与鉴权失败引导体验。
- 禁止使用 copaw 方式调 mcp,强制使用 npx mcporter。
- 全量覆盖常见班级、作业、公告、到课率、预约开课等数据查询与批改统计场景。
- 结构化输出及内容展示细则说明,确保工具返回信息原样保留。
元数据
常见问题
mingquan 是什么?
提供鸣泉雨课堂账户和班级相关查询服务,包括用户ID、开班列表、班级数据、预警名单、今日授课及作业公告完成情况查询等。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 mingquan?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install mingquan」即可一键安装,无需额外配置。
mingquan 是免费的吗?
是的,mingquan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
mingquan 支持哪些平台?
mingquan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 mingquan?
由 xuetangop(@xuetangop)开发并维护,当前版本 v1.0.327851。
推荐 Skills