← Back to Skills Marketplace
wangshengli0421

Tianshu Review Calendar

by tianshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
165
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tianshu-review-calendar
Description
根据考试日期与科目列表,把复习主题均摊到考前每一天,生成 Markdown 日程表(可打印勾选)。 Use when: 期末周、多门课冲刺;用户说「复习排期」「考前两周计划」。 NOT for: 精确到小时的闹钟;代替个人学习习惯诊断。
README (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

从「第一天」到「考前一天」的表格:日期、建议复习主题、轻量任务提示。

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install tianshu-review-calendar
  3. After installation, invoke the skill by name or use /tianshu-review-calendar
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial: 考前复习排期
Metadata
Slug tianshu-review-calendar
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Tianshu Review Calendar?

根据考试日期与科目列表,把复习主题均摊到考前每一天,生成 Markdown 日程表(可打印勾选)。 Use when: 期末周、多门课冲刺;用户说「复习排期」「考前两周计划」。 NOT for: 精确到小时的闹钟;代替个人学习习惯诊断。 It is an AI Agent Skill for Claude Code / OpenClaw, with 165 downloads so far.

How do I install Tianshu Review Calendar?

Run "/install tianshu-review-calendar" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Tianshu Review Calendar free?

Yes, Tianshu Review Calendar is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Tianshu Review Calendar support?

Tianshu Review Calendar is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Tianshu Review Calendar?

It is built and maintained by tianshu (@wangshengli0421); the current version is v1.0.0.

💬 Comments