← 返回 Skills 市场
Student Timetable
作者
extraterrest
· GitHub ↗
· v0.1.0-alpha.4
825
总下载
2
收藏
3
当前安装
3
版本数
在 OpenClaw 中安装
/install student-timetable
功能描述
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/.
安全使用建议
This skill appears to be what it says: a local timetable manager that reads and writes JSON under schedules/profiles/. Before installing or running it, consider:
- Review skill_runtime.js and tool.js (they were present but not shown here) to confirm when web_fetch/web_search are used and what endpoints they contact. academic_calendar_import.js contains code to fetch remote pages — if you will allow network access, verify its behavior and allowed domains.
- The init flow is interactive (readline) and will create files in schedules/profiles/ and schedules/backups/. Back up any existing schedules directory before running migrations or init.
- Because the source/homepage are unknown, exercise caution: run in an isolated workspace or sandbox rather than a production/user-data directory until you've audited the entire code (especially skill_runtime.js and tool.js).
- If you plan to let an autonomous agent invoke this skill, be aware it can read and write schedule files and potentially perform network fetches (see above). If you want to avoid interactive prompts or unintended network activity, run CLI commands manually after review.
If you want, provide the contents of skill_runtime.js and tool.js and I can inspect them specifically for network calls, obfuscated code, or other risks—that would raise confidence from 'medium' to 'high'.
功能分析
Type: OpenClaw Skill
Name: student-timetable
Version: 0.1.0-alpha.4
The skill is classified as suspicious due to its use of network capabilities (`web_search`, `web_fetch`) in `academic_calendar_import.js`. While these functions are plausibly needed for the stated purpose of importing academic calendars and include some safeguards (e.g., `isOfficialSource` URL filtering, `maxChars` limit on fetch), network access inherently carries risks such as potential SSRF or data exfiltration if the safeguards were to be bypassed or if the skill's intent were to change. There is no clear evidence of intentional malicious behavior like credential theft, unauthorized command execution, or persistence mechanisms. All file system operations are confined to the skill's designated data directories (`schedules/profiles/`, `schedules/backups/`).
能力评估
Purpose & Capability
The name/description (student timetable manager) matches the code and runtime instructions: CLI commands for init, day/week queries, profile registry, and migration utilities. Files implement profile registry, schedule resolution, migrations, and a CLI. No unrelated capabilities (cloud credentials, system config access, or package installs) are requested.
Instruction Scope
SKILL.md instructs only to run the local CLI (init, today, tomorrow, this_week, next_week). The code does file I/O under schedules/profiles/ and schedules/backups/, which is coherent. One caveat: academic_calendar_import.js calls web_search/web_fetch (via skill_runtime.js) to fetch calendar pages — that functionality is not surfaced in SKILL.md/README CLI usage, so there exists code that can fetch external URLs. Also interactiveInit uses readline and will prompt for input and write files; running non-interactively may hang. Review skill_runtime.js and tool.js to confirm how/when web_fetch and any network calls are invoked.
Install Mechanism
No install spec is provided (instruction-only). There are no downloads or package installs declared. The skill is simply a set of Node.js files that operate on the workspace when executed — lower install risk. Running the scripts requires Node.js on the host, which is expected for this project.
Credentials
The skill requests no environment variables, no credentials, and no config paths beyond its own workspace files. All required access is limited to writing/reading files under the 'schedules' workspace area, which is proportionate to the stated purpose.
Persistence & Privilege
The skill does not request permanent/invisible presence (always is false). Its operations create and modify files under schedules/profiles/ and schedules/backups/ within the workspace. It does not modify other skills' configs or system-wide settings based on the provided sources.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install student-timetable - 安装完成后,直接呼叫该 Skill 的名称或使用
/student-timetable触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0-alpha.4
Init: country/city/school/grade/timezone + safe timezone inference; academic calendar import MVP (official sources only)
v0.1.0-alpha.3
Schema v2: weekly_rules/weekly_exceptions/dated_items + resolver + migration
v0.1.0-alpha.2
alpha.2: add SKILL.md + document design + init flow
元数据
常见问题
Student Timetable 是什么?
Student timetable manager for self or parent-managed child profiles. Includes init flow + profile registry under schedules/profiles/. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 825 次。
如何安装 Student Timetable?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install student-timetable」即可一键安装,无需额外配置。
Student Timetable 是免费的吗?
是的,Student Timetable 完全免费(开源免费),可自由下载、安装和使用。
Student Timetable 支持哪些平台?
Student Timetable 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Student Timetable?
由 extraterrest(@extraterrest)开发并维护,当前版本 v0.1.0-alpha.4。
推荐 Skills