← 返回 Skills 市场
165
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tianshu-review-calendar
功能描述
根据考试日期与科目列表,把复习主题均摊到考前每一天,生成 Markdown 日程表(可打印勾选)。 Use when: 期末周、多门课冲刺;用户说「复习排期」「考前两周计划」。 NOT for: 精确到小时的闹钟;代替个人学习习惯诊断。
使用说明 (SKILL.md)
考前复习排期
Workflow
node ~/.openclaw/skills/tianshu-review-calendar/scripts/review_cal.js \
--exam 2026-07-01 \
--topics "高数第三章,线代特征值,英语作文,数据结构树"
--topics 可用逗号或中文逗号分隔;也可用 --file topics.txt(每行一课/一章)。
参数
--exam/-e:考试日期YYYY-MM-DD(必填)--days/-d:从考试日往前推多少天开始排,默认14--topics/-t:逗号分隔--file/-f:每行一个主题
Output
从「第一天」到「考前一天」的表格:日期、建议复习主题、轻量任务提示。
安全使用建议
This skill appears to do what it says: run the included Node script to produce a printable Markdown study schedule. Before installing/use: ensure a Node runtime is available (the SKILL.md invokes node but the metadata didn't declare it), and only pass topic files you trust (the script will read any path you give it). The script contains no network calls or credential usage, so it won't exfiltrate data, but if you have strict policies verify Node is from a trusted source and inspect the script (scripts/review_cal.js) — which is short and readable — before running.
功能分析
Type: OpenClaw Skill
Name: tianshu-review-calendar
Version: 1.0.0
The skill is a legitimate utility for generating exam study schedules. The Node.js script (review_cal.js) processes user-provided topics or files locally and outputs a Markdown table to stdout without any network activity, obfuscation, or malicious execution patterns. The file-reading capability is aligned with the stated purpose of importing study topics from a text file.
能力评估
Purpose & Capability
Name/description match the included Node script which generates a Markdown schedule. Small mismatch: SKILL.md and the script assume a Node runtime (node CLI) is available, but the skill metadata lists no required binaries. Aside from that, requested resources are proportional to the stated purpose.
Instruction Scope
Runtime instructions tell the agent to run the included local script and optionally read a user-provided topics file; the script only reads that file and writes Markdown to stdout. It does not read other system files, environment variables, or contact external endpoints.
Install Mechanism
No install spec — instruction-only with an included script. No downloads or extracted archives; nothing is written to disk by the skill beyond reading an optional user-specified file.
Credentials
The skill requests no environment variables or credentials. The script only accesses local filesystem paths the user provides (topics file). No secret or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide changes. It does not modify other skills or agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tianshu-review-calendar - 安装完成后,直接呼叫该 Skill 的名称或使用
/tianshu-review-calendar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial: 考前复习排期
元数据
常见问题
Tianshu Review Calendar 是什么?
根据考试日期与科目列表,把复习主题均摊到考前每一天,生成 Markdown 日程表(可打印勾选)。 Use when: 期末周、多门课冲刺;用户说「复习排期」「考前两周计划」。 NOT for: 精确到小时的闹钟;代替个人学习习惯诊断。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 165 次。
如何安装 Tianshu Review Calendar?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tianshu-review-calendar」即可一键安装,无需额外配置。
Tianshu Review Calendar 是免费的吗?
是的,Tianshu Review Calendar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tianshu Review Calendar 支持哪些平台?
Tianshu Review Calendar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tianshu Review Calendar?
由 tianshu(@wangshengli0421)开发并维护,当前版本 v1.0.0。
推荐 Skills