← 返回 Skills 市场
dadaniya99

Moji Vocab

作者 dadaniya99 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
259
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaolongxia-moji-vocab
功能描述
Moji辞書生词本管理与每日测试技能。支持读取日语收藏夹、按时间排序(早期单词优先)、混合模式出题(释义+读音)、删除已掌握单词。
安全使用建议
Before using/installing: 1) The scripts require MOJI_TOKEN and MOJI_DEVICE_ID (session credentials) despite the registry saying none — these are sensitive and grant read/delete access to your Moji account; only provide them if you trust the source. 2) SKILL.md mentions an automatic daily send and a scripts/moji_early_quiz.py file that are not present; the code does not implement scheduling — do not assume automated behavior exists. 3) The README asks to install requests, but the code uses urllib (requests is unused) — dependency declaration is sloppy. 4) Prefer running the scripts locally and in dry-run mode (delete operations support dry_run) and verify API calls (inspect network traffic) before giving the token to any automated agent. 5) If you need scheduling/automation, set up your own scheduler (cron/task scheduler) rather than trusting an unverified skill to run autonomously. 6) If uncertain about origin, avoid using real account credentials — consider a secondary Moji account to test.
功能分析
Type: OpenClaw Skill Name: xiaolongxia-moji-vocab Version: 1.0.0 The skill bundle provides legitimate functionality for managing MojiDict (Japanese dictionary) vocabulary and generating quizzes. It interacts with the official MojiDict API (api.mojidict.com) using user-provided credentials (sessionToken and deviceId) passed via environment variables. The Python scripts (moji_manager.py and moji_quiz.py) perform standard data fetching and deletion operations as described in the documentation, with no evidence of data exfiltration to third-party domains, malicious execution, or harmful prompt injection.
能力评估
Purpose & Capability
The code (moji_manager.py and moji_quiz.py) implements fetching, listing, deleting vocabulary and generating quizzes against api.mojidict.com, which matches the stated purpose. However SKILL.md references a script (scripts/moji_early_quiz.py) that is not present, and advertises an automatic daily 9:00 send which is not implemented in the code—these are mismatches between claimed capabilities and actual implementation.
Instruction Scope
Runtime instructions ask the user to extract sessionToken and deviceId from the browser localStorage and set MOJI_TOKEN / MOJI_DEVICE_ID environment variables. The code uses only those credentials and makes HTTP requests to mojidict endpoints. The instructions do not ask the agent to read unrelated files or secrets, but they do promise automated daily sending and a missing script, granting broader implied behavior than the code actually performs.
Install Mechanism
No install spec (instruction-only with included scripts) — lowest risk for arbitrary installs. SKILL.md suggests pip install requests, but the provided scripts use urllib (requests is not imported), so the declared dependency is unnecessary.
Credentials
Registry metadata lists no required env vars, yet both scripts require MOJI_TOKEN and MOJI_DEVICE_ID (or --token/--device-id args). Asking for a service session token and device id is proportionate for managing an account, but the manifest omission is an inconsistency. Note: these values are essentially account session credentials and would permit the skill to read and delete items from the user's Moji account — treat them as sensitive.
Persistence & Privilege
Skill does not request persistent/autostart privileges (always:false) and does not modify system or other skills. There is no code that installs background scheduling or registers the skill to run autonomously; the SKILL.md's 'daily 9:00 automatic send' is a claim only.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaolongxia-moji-vocab
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaolongxia-moji-vocab 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of moji-vocab skill for managing Moji辞書 vocabulary lists and daily quizzes. - Supports reading Japanese favorites, sorting by earliest added words, and mixed question formats (meaning + reading). - Automatically generates quiz distractors from your own vocabulary list. - Allows batch deletion of mastered words from the favorites. - Detailed environment variable setup, usage instructions, and example commands included.
元数据
Slug xiaolongxia-moji-vocab
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Moji Vocab 是什么?

Moji辞書生词本管理与每日测试技能。支持读取日语收藏夹、按时间排序(早期单词优先)、混合模式出题(释义+读音)、删除已掌握单词。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 259 次。

如何安装 Moji Vocab?

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

Moji Vocab 是免费的吗?

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

Moji Vocab 支持哪些平台?

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

谁开发了 Moji Vocab?

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

💬 留言讨论