← 返回 Skills 市场
zfeng1982

Core Vocabulary for CET-4

作者 AIphaZhu · GitHub ↗ · v1.0.7 · MIT-0
cross-platform ⚠ suspicious
258
总下载
1
收藏
0
当前安装
7
版本数
在 OpenClaw 中安装
/install cet4word300
功能描述
Randomly generates one or more words from a curated database of 300 must-know College English Test Band 4 (CET-4) vocabulary.
使用说明 (SKILL.md)

\r \r

Core Vocabulary for CET-4(300)\r

从本地词库word.txt中读取单词返回给用户,本地词库的获取不消费token,请放心使用\r

Usage\r

根据用户对话提取单词个数N,从word.txt文件中随机读取N条,返回给用户。\r

Examples\r

读取一条数据为[curriculum#/kəˈrɪkjələm/#n. 课程#The school curriculum includes math and science.#学校课程包括数学和科学。]\r 使用#进行切分返回级用户下面信息:\r word: "curriculum",\r phonetic: "/kəˈrɪkjələm/",\r meaning": "n. 课程",\r sentence_en: "The school curriculum includes math and science.",\r sentence_cn: "学校课程包括数学和科学。"\r

Current Status\r

\r Fully functional.\r

安全使用建议
This skill appears coherent and low-risk: it simply reads the packaged word.txt and returns randomly selected entries. Before installing, you may want to: 1) quickly inspect word.txt (already provided) to confirm it contains only expected vocabulary and no sensitive data; 2) note the metadata's unnecessary 'shell' requirement — harmless but ask the publisher to remove it for clarity; 3) if you restrict agent network/output, remember the skill will still output the selected words (normal behavior). Overall safe to install from a content-consistency perspective.
功能分析
Type: OpenClaw Skill Name: cet4word300 Version: 1.0.7 The skill bundle provides a CET-4 vocabulary tool that reads from a local text file (`word.txt`). It requests `shell` access, which is a high-risk capability, although it is plausibly needed to read and randomize the file content as described in `SKILL.md`. While the instructions and vocabulary data appear benign and aligned with the stated educational purpose, the requirement for broad shell permissions for a simple file-reading task is a significant risk indicator. No evidence of malicious intent, data exfiltration, or prompt injection was found.
能力评估
Purpose & Capability
Name/description state: produce random CET‑4 words. The skill includes a local word.txt and SKILL.md that instructs reading that file and returning N random entries — this is coherent. Minor note: the registry metadata requires the 'shell' binary even though SKILL.md does not show any shell commands; that requirement appears unnecessary but not malicious.
Instruction Scope
SKILL.md explicitly instructs reading the local word.txt, selecting N random lines, parsing fields separated by '#' and returning structured fields. It does not instruct reading other files, accessing environment variables, or sending data to external endpoints.
Install Mechanism
No install spec and no code files beyond SKILL.md and the bundled word.txt. Instruction-only skills that read a local resource are low risk because nothing is downloaded or written during install.
Credentials
No environment variables, credentials, or config paths are requested. The skill only relies on a local word.txt resource — the access requested matches the stated purpose.
Persistence & Privilege
always is false and the skill does not request persistent or elevated privileges. It does not modify other skills or system-wide settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cet4word300
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cet4word300 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.7
- Switch from Python to shell-based implementation; Python scripts removed. - Skill now reads vocabulary directly from local word.txt instead of dynamic script generation. - Updated usage: extracts words from word.txt and returns details using "#" as field separator. - SKILL.md revised with new usage instructions and format example.
v1.0.6
No changes detected in this version. - No file or documentation updates. - Functionality and usage remain the same.
v1.0.5
- No changes in functionality; documentation remains unchanged. - Skill continues to provide random CET-4 vocabulary selection as before.
v1.0.4
- Updated documentation to reference the correct script path as scripts/word.py. - No changes to functionality or code.
v1.0.2
- Updated example commands in documentation to use the correct script path: python3 scripts/word.py instead of python3 skills/cet4word300/scripts/word.py. - No functional or code changes; documentation improvement only.
v1.0.1
- Clarified the script path in instructions to specify skills/cet4word300/scripts/word.py. - Improved example descriptions for returning random words. - No functional changes; usage and capabilities remain the same.
v1.0.0
- Initial release of "Core Vocabulary for CET-4" skill. - Provides a command-line Python script to randomly generate 1–10 CET-4 vocabulary words (or all 300). - Words are retrieved from local files, with no token consumption. - Usage instructions and parameter details included in documentation.
元数据
Slug cet4word300
版本 1.0.7
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 7
常见问题

Core Vocabulary for CET-4 是什么?

Randomly generates one or more words from a curated database of 300 must-know College English Test Band 4 (CET-4) vocabulary. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 258 次。

如何安装 Core Vocabulary for CET-4?

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

Core Vocabulary for CET-4 是免费的吗?

是的,Core Vocabulary for CET-4 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Core Vocabulary for CET-4 支持哪些平台?

Core Vocabulary for CET-4 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Core Vocabulary for CET-4?

由 AIphaZhu(@zfeng1982)开发并维护,当前版本 v1.0.7。

💬 留言讨论