← 返回 Skills 市场
923
总下载
2
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install webuntis
功能描述
Read-only access to Untis/WebUntis student timetables. Use when you need to fetch or summarize a student's current schedule (today/this week/date range), upcoming lessons, rooms, teachers, or substitutions from a WebUntis instance.
安全使用建议
This skill appears to do exactly what it claims: a local read-only client for a WebUntis instance. Before installing, ensure you: (1) only provide credentials for a dedicated read-only/student account you trust (do not paste passwords into chat), (2) supply the correct WEBUNTIS_BASE_URL so credentials go to the intended school server, and (3) review or run the included script in an isolated environment if you want extra assurance. If you lose trust in the WebUntis endpoint later, rotate the account password. If you need the agent to avoid calling this skill autonomously, restrict agent permissions or only invoke it manually.
功能分析
Type: OpenClaw Skill
Name: webuntis
Version: 1.0.1
The skill bundle is benign. The `SKILL.md` clearly outlines the purpose of read-only access to WebUntis timetables and provides secure guidance for credential handling via environment variables. The `scripts/webuntis.py` script implements this functionality by reading credentials from environment variables and making JSON-RPC calls to the configured WebUntis instance. There is no evidence of data exfiltration to unauthorized third parties, malicious command execution, persistence mechanisms, or prompt injection attempts against the agent. All actions are consistent with the stated purpose.
能力评估
Purpose & Capability
Name/description match the implementation: the bundled Python script contacts a WebUntis instance via JSON-RPC to fetch timetables. There are no unrelated environment variables, binaries, or service credentials requested.
Instruction Scope
SKILL.md directs the agent/user to run the included script and supply WebUntis credentials via environment variables. Instructions explicitly avoid asking for passwords in chat and limit behavior to fetching timetable-related RPC methods; they do not instruct reading unrelated files or exfiltrating data to other endpoints.
Install Mechanism
No install spec is provided (instruction-only with an included script). The script runs locally and uses the requests library; nothing is downloaded from third-party URLs or written to disk by an installer.
Credentials
Required secrets are only the WebUntis connection values (BASE_URL, SCHOOL, USER, PASS, optional ELEMENT_TYPE/ID). The skill does not request unrelated tokens, cloud credentials, or other system secrets.
Persistence & Privilege
Skill is not always-enabled and uses normal agent invocation. It does not request persistent system privileges or modify other skills or system-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install webuntis - 安装完成后,直接呼叫该 Skill 的名称或使用
/webuntis触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Add multi-profile support via WEBUNTIS_PROFILE/--profile with WEBUNTIS_<PROFILE>_* env vars. Improve docs.
v1.0.0
Initial release: read-only timetable fetch (today/range) via WebUntis JSON-RPC.
元数据
常见问题
WebUntis 是什么?
Read-only access to Untis/WebUntis student timetables. Use when you need to fetch or summarize a student's current schedule (today/this week/date range), upcoming lessons, rooms, teachers, or substitutions from a WebUntis instance. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 923 次。
如何安装 WebUntis?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install webuntis」即可一键安装,无需额外配置。
WebUntis 是免费的吗?
是的,WebUntis 完全免费(开源免费),可自由下载、安装和使用。
WebUntis 支持哪些平台?
WebUntis 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 WebUntis?
由 finnbusse(@finnbusse)开发并维护,当前版本 v1.0.1。
推荐 Skills