Vocabulary Lookup
v2.0.0从GPT4词典库查询单词详情,支持词义、例句、词根、记忆技巧等功能
⭐ 0· 93·1 current·1 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97cwtqm0kvfq6nwd4sggcwj7x83k42f
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
📚 Clawdis
Binspython3
