← 返回 Skills 市场
dadaniya99

Eudic Vocab

作者 dadaniya99 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
261
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaolongxia-eudic-vocab
功能描述
欧路词典生词本管理与每日测试技能。支持自动从欧路词典收藏夹出题、管理单词、删除已掌握词汇。适合每日背单词使用。
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaolongxia-eudic-vocab
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaolongxia-eudic-vocab 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
Slug xiaolongxia-eudic-vocab
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Eudic Vocab 是什么?

欧路词典生词本管理与每日测试技能。支持自动从欧路词典收藏夹出题、管理单词、删除已掌握词汇。适合每日背单词使用。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 261 次。

如何安装 Eudic Vocab?

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

Eudic Vocab 是免费的吗?

是的,Eudic Vocab 完全免费(开源免费),可自由下载、安装和使用。

Eudic Vocab 支持哪些平台?

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

谁开发了 Eudic Vocab?

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

💬 留言讨论