← Back to Skills Marketplace
dadaniya99

Eudic Vocab

by dadaniya99 · GitHub ↗ · v1.0.0
cross-platform ✓ Security Clean
261
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install xiaolongxia-eudic-vocab
Description
欧路词典生词本管理与每日测试技能。支持自动从欧路词典收藏夹出题、管理单词、删除已掌握词汇。适合每日背单词使用。
Usage Guidance
This skill appears to do what it says: manage your 欧路生词本 and generate quizzes using your Eudic API token. Before installing or scheduling it: 1) Keep your Eudic token private (store it in a secured environment variable, not in world-readable files or committed code). 2) Note the registry metadata omits the required EUDIC_TOKEN declaration — expect to supply that token when running scripts. 3) The scripts save quiz_output.json and an answers file in the working directory — review permissions or change paths if you don't want those files accessible. 4) There are minor implementation issues (missing imports like os/sys in some scripts and an unnecessary 'requests' dependency note) — review or test the scripts in a safe environment before adding to a production cron. 5) If you want extra assurance, inspect network traffic or run the code in an isolated environment to confirm it only talks to api.frdic.com and doesn't send data elsewhere.
Capability Analysis
Type: OpenClaw Skill Name: xiaolongxia-eudic-vocab Version: 1.0.0 The skill bundle provides legitimate functionality for managing Eudic (EuroDict) vocabulary and generating quizzes via the official Eudic API (api.frdic.com). The code logic in scripts/vocab_manager.py and scripts/quiz_generator.py is transparent, lacks obfuscation, and contains no evidence of data exfiltration or unauthorized execution. A minor bug exists in scripts/daily_quiz.py where 'os' and 'sys' are used without being imported, but this is an unintentional coding error rather than a security threat.
Capability Assessment
Purpose & Capability
The name/description, SKILL.md, and code consistently implement Eudic/欧路生词本 management and quiz generation against the documented API (https://api.frdic.com). However, the registry metadata declares no required environment variables or primary credential while the SKILL.md and scripts expect an EUDIC token (EUDIC_TOKEN) — a metadata omission/inconsistency but not malicious.
Instruction Scope
Runtime instructions and scripts only call the Eudic API, generate quizzes, print results, and save JSON files (quiz_output.json and answers). They do not read unrelated system files, attempt to access other credentials, or transmit data to third-party endpoints outside api.frdic.com.
Install Mechanism
No install spec or remote downloads are used; the skill is instruction + local Python scripts. SKILL.md suggests 'pip install requests' but the included code uses urllib.request (requests is unnecessary). No high-risk installers or external archives are present.
Credentials
The only secret needed is the Eudic API token (EUDIC_TOKEN), which is proportionate to the stated functionality. The registry metadata failing to declare this required env var / primary credential is inconsistent and should be corrected so users know what secrets are required before installing.
Persistence & Privilege
always is false and the skill does not request persistent platform privileges or modify other skills or system-wide settings. It runs as user-invoked scripts and can be scheduled via cron per instructions.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install xiaolongxia-eudic-vocab
  3. After installation, invoke the skill by name or use /xiaolongxia-eudic-vocab
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of 欧路词典生词本管理与每日测试技能 (eudic-vocab): - Automatically generates daily vocabulary quizzes from your 欧路词典 word list - Intelligent distractor options and answer checking with explanations - Manage vocabulary: list or delete mastered words - Easy setup with API Token and daily cron scheduling - Command line tools for quiz generation and vocabulary management
Metadata
Slug xiaolongxia-eudic-vocab
Version 1.0.0
License
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Eudic Vocab?

欧路词典生词本管理与每日测试技能。支持自动从欧路词典收藏夹出题、管理单词、删除已掌握词汇。适合每日背单词使用。 It is an AI Agent Skill for Claude Code / OpenClaw, with 261 downloads so far.

How do I install Eudic Vocab?

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

Is Eudic Vocab free?

Yes, Eudic Vocab is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Eudic Vocab support?

Eudic Vocab is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Eudic Vocab?

It is built and maintained by dadaniya99 (@dadaniya99); the current version is v1.0.0.

💬 Comments