← 返回 Skills 市场
wangshengli0421

Tianshu Vocab Plan

作者 tianshu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
158
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install tianshu-vocab-plan
功能描述
根据词表(每行一词或短语)生成本地课表式的复习计划:第几天学新词、第几天回顾(简化艾宾浩斯:+1,+2,+4,+7,+15 天)。 Use when: 背单词、考前词汇突击;用户说「复习计划」「词表排期」「间隔复习」。 NOT for: 内置背单词 App 联动;精细到分钟的提醒。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install tianshu-vocab-plan
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /tianshu-vocab-plan 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial: 词表间隔复习
元数据
Slug tianshu-vocab-plan
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Tianshu Vocab Plan 是什么?

根据词表(每行一词或短语)生成本地课表式的复习计划:第几天学新词、第几天回顾(简化艾宾浩斯:+1,+2,+4,+7,+15 天)。 Use when: 背单词、考前词汇突击;用户说「复习计划」「词表排期」「间隔复习」。 NOT for: 内置背单词 App 联动;精细到分钟的提醒。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 158 次。

如何安装 Tianshu Vocab Plan?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install tianshu-vocab-plan」即可一键安装,无需额外配置。

Tianshu Vocab Plan 是免费的吗?

是的,Tianshu Vocab Plan 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Tianshu Vocab Plan 支持哪些平台?

Tianshu Vocab Plan 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Tianshu Vocab Plan?

由 tianshu(@wangshengli0421)开发并维护,当前版本 v1.0.0。

💬 留言讨论