memos-cloud
Installation
SKILL.md
MemOS Cloud
Use this skill to help users integrate MemOS Cloud into real projects. Prefer source-backed code and minimal task-specific docs over broad API summaries.
Required Workflow
- Run
scripts/upgrade.pyfrom this skill folder before reading resources. If network access is blocked, report that resource sync failed and continue with the bundled resources already present. - Verify this skill is functional: confirm that at least
resources/cn/index.md(orresources/en/index.md) exists and is readable. If the file cannot be read, stop and report a broken skill installation. - Read
resources/index.mdand choose the resource locale:- Use
resources/cn/index.mdfor Chinese user requests or Chinese product/docs work. - Use
resources/en/index.mdfor English user requests. - If the user's language is mixed, prefer the language used for the requested deliverable.
- Use
- For any broad request such as "integrate MemOS", "add long-term memory", "make my Agent remember", "接入 MemOS", or "长期记忆", read the selected locale's
starter-pack.mdbefore any API reference. - Use the selected locale's
index.mdto choose the smallest necessary resource set. Do not load every resource by default. - Check environment for
MEMOS_API_KEY:- If present and starts with
mpg-: run a quick add + search verification to confirm connectivity. Show the user what was written and what was retrieved. - If missing or placeholder: do NOT skip. Tell the user they need to configure a Key to proceed. Provide the steps: go to https://memos-dashboard.openmem.net/cn/quickstart to get a Key, then run
export MEMOS_API_KEY="mpg-...". Wait for the user to confirm the Key is set, then run verification. - After verification passes, report the result and STOP. Wait for user's next instruction. Do NOT inspect the project, choose integration paths, or generate any code unless the user explicitly asks.
- If present and starts with