Tianshu Review Calendar

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

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 72 · 0 current installs · 0 all-time installs
bytianshu@wangshengli0421
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv1.0.0
Download zip
latestvk9736sbe9rnnf2xsask57bhcp183a81e

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

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

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

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…