← Back to Skills Marketplace
204
Downloads
0
Stars
0
Active Installs
4
Versions
Install in OpenClaw
/install memo-api
Description
墨墨背单词 MaiMemo Open API skill for vocabulary learning. Handles: 单词 vocabulary lookup (voc_id), 释义 interpretations (CRUD), 助记 mnemonics/notes, 云词本 notepads/wor...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install memo-api - After installation, invoke the skill by name or use
/memo-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Memo Api?
墨墨背单词 MaiMemo Open API skill for vocabulary learning. Handles: 单词 vocabulary lookup (voc_id), 释义 interpretations (CRUD), 助记 mnemonics/notes, 云词本 notepads/wor... It is an AI Agent Skill for Claude Code / OpenClaw, with 204 downloads so far.
How do I install Memo Api?
Run "/install memo-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Memo Api free?
Yes, Memo Api is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Memo Api support?
Memo Api is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Memo Api?
It is built and maintained by TJT (@celend); the current version is v1.1.0.
More Skills