← 返回 Skills 市场
204
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install memo-api
功能描述
墨墨背单词 MaiMemo Open API skill for vocabulary learning. Handles: 单词 vocabulary lookup (voc_id), 释义 interpretations (CRUD), 助记 mnemonics/notes, 云词本 notepads/wor...
安全使用建议
This skill simply documents how to call the MaiMemo Open API and needs your MAIMEMO_TOKEN to act on your account. Before installing: (1) Confirm you trust open.maimemo.com and the source of the skill; (2) Understand that any agent action will make API calls using your token (it can read and modify your MaiMemo data according to the API scopes); (3) Do not paste the token into public chat or logs; store it securely and revoke/regenerate it if you suspect misuse; (4) Note the SKILL.md uses curl examples — ensure your environment has curl or the agent can perform equivalent HTTP requests; (5) Check rate limits and what data you allow the skill to access/export (exporting study records is documented). Overall this skill appears coherent and focused, but treat the MAIMEMO_TOKEN as a sensitive credential.
功能分析
Type: OpenClaw Skill
Name: memo-api
Version: 1.1.0
The memo-api skill is a legitimate integration for the MaiMemo Open API, providing comprehensive functionality for vocabulary management, mnemonics, and study progress tracking. It correctly identifies the need for the MAIMEMO_TOKEN environment variable and uses curl to interact with the official endpoint (https://open.maimemo.com). The instructions and reference files (e.g., SKILL.md, study-api.md, vocabulary-api.md) are well-structured and strictly aligned with the stated purpose without any signs of malicious intent or data exfiltration.
能力评估
Purpose & Capability
The skill's name/description (MaiMemo vocabulary features) aligns with the requested environment variable MAIMEMO_TOKEN and the documented API endpoints. Minor inconsistency: SKILL.md metadata declares a bind on curl (it expects curl to be used), while the registry metadata listed no required binaries — functionally this is expected (the docs use curl examples) but the registry record is slightly incomplete.
Instruction Scope
SKILL.md is instruction-only and confines behavior to calling https://open.maimemo.com/open/api/v1 endpoints using the MAIMEMO_TOKEN. It does not instruct reading arbitrary files, other environment variables, or sending data to external endpoints beyond the documented API.
Install Mechanism
No install spec or external downloads; the skill is instruction-only (no code written to disk). This is low-risk and appropriate for the documented curl-based API usage.
Credentials
Only a single env var (MAIMEMO_TOKEN) is required, which is proportional to an API client for a user-scoped service. The token is the only credential requested and matches the documented API auth header.
Persistence & Privilege
always is false and the skill does not request persistent/system-wide privileges or modify other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning factors here.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memo-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/memo-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Version 1.1.0 – No functional or documentation changes from the previous version.
- No file changes were detected in this release.
- All APIs, usage guides, and domain workflows remain exactly as in the previous version.
vv1.1.0
- Added new study endpoints: `add_words` for adding words to the study plan and `advance_study` for advancing review.
- Expanded documentation under "Study Usage Scenes" to describe use cases and key parameters for adding words and advancing study.
- Clarified maximum batch size (1000) and requirements for using advance review.
- No breaking changes to existing endpoints or workflows.
v1.0.1
- Added metadata section specifying required environment variable (MAIMEMO_TOKEN) and dependency on curl.
- No changes to API functionality or usage; only documentation metadata updated for setup and execution requirements.
v1.0.0
memo-api 1.0.0
- Initial release of the MaiMemo Open API skill for vocabulary learning.
- Supports word lookup, custom definitions, mnemonics, notepads/word lists, example sentences, and study progress tracking.
- Includes domain-specific routing and usage guidance for each API area.
- Provides detailed instructions on study tracking, querying word lists, and managing study records.
元数据
常见问题
Memo Api 是什么?
墨墨背单词 MaiMemo Open API skill for vocabulary learning. Handles: 单词 vocabulary lookup (voc_id), 释义 interpretations (CRUD), 助记 mnemonics/notes, 云词本 notepads/wor... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 204 次。
如何安装 Memo Api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memo-api」即可一键安装,无需额外配置。
Memo Api 是免费的吗?
是的,Memo Api 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Memo Api 支持哪些平台?
Memo Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memo Api?
由 TJT(@celend)开发并维护,当前版本 v1.1.0。
推荐 Skills