← Back to Skills Marketplace
effeceee

Vocabulary Lookup

by effeceee · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ Security Clean
164
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install vocabulary-lookup
Description
从GPT4词典库查询单词详情,支持词义、例句、词根、记忆技巧等功能
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install vocabulary-lookup
  3. After installation, invoke the skill by name or use /vocabulary-lookup
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.0
v2.0: 安全版本
v1.2.0
支持可配置词典路径,不再硬编码绝对路径
v1.1.0
Added Apache 2.0 license
v1.0.0
Initial release
Metadata
Slug vocabulary-lookup
Version 2.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is Vocabulary Lookup?

从GPT4词典库查询单词详情,支持词义、例句、词根、记忆技巧等功能. It is an AI Agent Skill for Claude Code / OpenClaw, with 164 downloads so far.

How do I install Vocabulary Lookup?

Run "/install vocabulary-lookup" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Vocabulary Lookup free?

Yes, Vocabulary Lookup is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Vocabulary Lookup support?

Vocabulary Lookup is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Vocabulary Lookup?

It is built and maintained by effeceee (@effeceee); the current version is v2.0.0.

💬 Comments