Tianshu Vocab Plan

根据词表(每行一词或短语)生成本地课表式的复习计划:第几天学新词、第几天回顾(简化艾宾浩斯:+1,+2,+4,+7,+15 天)。 Use when: 背单词、考前词汇突击;用户说「复习计划」「词表排期」「间隔复习」。 NOT for: 内置背单词 App 联动;精细到分钟的提醒。

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 6 · 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 (generate a spaced-repetition study plan) align with the included JS script and SKILL.md. The script reads a word list and emits a Markdown schedule using the stated offsets.
Instruction Scope
SKILL.md instructs running the included Node script and only references the user-supplied words file. The script reads any file path you pass (so do not point it at sensitive system files). It does not access other system config or environment variables.
Install Mechanism
No install spec (instruction-only) and the skill includes a local JS script. The SKILL.md command uses 'node' but the skill metadata does not declare Node as a required binary — this is a small mismatch (Node must be present to run the script). No downloads or external installers are used.
Credentials
No environment variables, credentials, or config paths are requested. The skill does not attempt to exfiltrate data or call external services in its source.
Persistence & Privilege
always is false, it doesn't request persistent presence, and it doesn't modify other skills or system-wide settings.
Assessment
This skill appears to do what it says: it reads a local word list and prints a Markdown spaced-repetition schedule. Before installing/using it: 1) Ensure Node.js is available on the system (the README invokes `node` but the skill didn't list Node as a required binary). 2) Only pass benign word-list file paths — the script will read any file path you give it, so do not point it at sensitive files. 3) You can review the included script (scripts/vocab_plan.js) yourself — it performs only local file I/O and formatting and makes no network requests or credential accesses. If you need stricter guarantees, run the script manually in a controlled environment rather than granting the agent autonomous execution rights.

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

Current versionv1.0.0
Download zip
latestvk977shyssgkn342m88s7ym4bvn83aq0r

License

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

SKILL.md

词表间隔复习计划

Workflow

准备 words.txt,每行一条(单词或短语,可加 # 注释 行忽略)。

node ~/.openclaw/skills/tianshu-vocab-plan/scripts/vocab_plan.js --file words.txt --start 2026-03-21 --per-day 20

参数

参数默认说明
--file / -f必填词表路径
--start今天开始日期 YYYY-MM-DD
--per-day20每天新词数量

Output

Markdown 表格:日期 | 新学 | 当日复习(第几次回顾),并附使用说明。

Files

4 total
Select a file
Select a file to preview.

Comments

Loading comments…