← 返回 Skills 市场
effeceee

Vocabulary Lookup

作者 effeceee · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
164
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install vocabulary-lookup
功能描述
从GPT4词典库查询单词详情,支持词义、例句、词根、记忆技巧等功能
安全使用建议
This skill is internally consistent and appears to only read a local JSON-lines dictionary file and print entries. Before installing or running: (1) verify the source of dictionary-by-gpt4.json — treat it like any data file (scan for sensitive data, malware, or unexpected content); (2) if you plan to install the optional edge-tts package, review that package and its dependencies; (3) run the script in a restricted environment if you have concerns about unknown data files. The script does not perform network activity or request credentials.
功能分析
Type: OpenClaw Skill Name: vocabulary-lookup Version: 2.0.0 The skill is a standard vocabulary lookup tool that operates locally by reading a JSON-line dictionary file. The Python script `vocabulary_lookup.py` implements basic search, filtering, and randomization logic without any network requests, shell execution, or data exfiltration. While `SKILL.md` suggests installing `edge-tts` for optional audio support, the provided code does not utilize it, and no malicious instructions or prompt-injection attempts were found.
能力评估
Purpose & Capability
Name/description (local GPT4-based vocabulary lookup) align with the code and declared requirements. The script is a simple Python CLI that searches a local JSON-lines dictionary; requiring python3 is appropriate. The SKILL.md lists an optional pip package (edge-tts) for audio which is not required for core functionality.
Instruction Scope
SKILL.md and the script keep scope to reading a local dictionary file (command-line, VOCABULARY_DICT_PATH, current dir, or skill dir). The code reads the file line-by-line, builds an in-memory index, and prints results. There are no network calls, no external API usage, and no access to other system files or credentials.
Install Mechanism
Registry-level metadata lists no install spec (instruction-only), but SKILL.md metadata contains an optional pip install entry for edge-tts. This is a minor inconsistency: the package is optional for audio and not used by the provided script. Risk is low; if you install edge-tts, review that package's dependencies.
Credentials
No credentials or sensitive environment variables are requested. The only environment variable used is VOCABULARY_DICT_PATH to point to the local dictionary file, which is appropriate and proportionate.
Persistence & Privilege
The skill does not request persistent/always-on inclusion and does not modify system or other skill configurations. Autonomous invocation is allowed by platform default but the skill itself has no elevated privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install vocabulary-lookup
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /vocabulary-lookup 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.0: 安全版本
v1.2.0
支持可配置词典路径,不再硬编码绝对路径
v1.1.0
Added Apache 2.0 license
v1.0.0
Initial release
元数据
Slug vocabulary-lookup
版本 2.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 4
常见问题

Vocabulary Lookup 是什么?

从GPT4词典库查询单词详情,支持词义、例句、词根、记忆技巧等功能. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 164 次。

如何安装 Vocabulary Lookup?

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

Vocabulary Lookup 是免费的吗?

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

Vocabulary Lookup 支持哪些平台?

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

谁开发了 Vocabulary Lookup?

由 effeceee(@effeceee)开发并维护,当前版本 v2.0.0。

💬 留言讨论