english-dict

v1.0.2

English dictionary lookup tool. Query English words to get Chinese definitions and generate two example sentences. Use when user needs to look up English wor...

0· 342·2 current·2 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description match the included script: a small built-in word dictionary, phonetics, part-of-speech, and template-based example sentences. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
SKILL.md tells the agent to run the provided Python script and how to extend it. It suggests optional integration with external dictionary APIs (Youdao, Oxford) which is reasonable for expanded data; the default behavior is local and does not read unrelated files or credentials.
Install Mechanism
No install spec is provided (instruction-only with a bundled script). Nothing is downloaded or extracted by default, so there is no installation risk.
Credentials
The skill declares no required environment variables or credentials. SKILL.md shows an optional requests-based lookup example for external APIs — any API keys would be expected only if the user configures those integrations.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or modify other skills. It runs only when invoked.
Assessment
This skill is a small, self-contained dictionary tool that runs locally and is coherent with its description. By default it uses an internal word list and template-generated example sentences (no network calls). If you or the skill author add external API integrations (Youdao, Oxford), those will require adding network access and API keys — review where keys will be stored and prefer environment-based or secure secret storage. As with any third-party script, inspect the code before running and run it in a sandboxed environment if you have concerns.

Like a lobster shell, security has layers — review code before you run it.

latestvk97946pt4vtpykes4wkmwwtjss825fsp

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments