← Back to Skills Marketplace
158
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install tianshu-vocab-plan
Description
根据词表(每行一词或短语)生成本地课表式的复习计划:第几天学新词、第几天回顾(简化艾宾浩斯:+1,+2,+4,+7,+15 天)。 Use when: 背单词、考前词汇突击;用户说「复习计划」「词表排期」「间隔复习」。 NOT for: 内置背单词 App 联动;精细到分钟的提醒。
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: tianshu-vocab-plan
Version: 1.0.0
The skill is a straightforward utility for generating a spaced-repetition vocabulary study schedule. The core logic in `scripts/vocab_plan.js` reads a user-provided text file and calculates review dates based on a simplified Ebbinghaus curve, outputting a Markdown table. There are no indicators of data exfiltration, network activity, or malicious execution.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tianshu-vocab-plan - After installation, invoke the skill by name or use
/tianshu-vocab-plan - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial: 词表间隔复习
Metadata
Frequently Asked Questions
What is Tianshu Vocab Plan?
根据词表(每行一词或短语)生成本地课表式的复习计划:第几天学新词、第几天回顾(简化艾宾浩斯:+1,+2,+4,+7,+15 天)。 Use when: 背单词、考前词汇突击;用户说「复习计划」「词表排期」「间隔复习」。 NOT for: 内置背单词 App 联动;精细到分钟的提醒。 It is an AI Agent Skill for Claude Code / OpenClaw, with 158 downloads so far.
How do I install Tianshu Vocab Plan?
Run "/install tianshu-vocab-plan" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tianshu Vocab Plan free?
Yes, Tianshu Vocab Plan is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tianshu Vocab Plan support?
Tianshu Vocab Plan is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tianshu Vocab Plan?
It is built and maintained by tianshu (@wangshengli0421); the current version is v1.0.0.
More Skills