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

  1. Run scripts/upgrade.py from this skill folder before reading resources. If network access is blocked, report that resource sync failed and continue with the bundled resources already present.
  2. Verify this skill is functional: confirm that at least resources/cn/index.md (or resources/en/index.md) exists and is readable. If the file cannot be read, stop and report a broken skill installation.
  3. Read resources/index.md and choose the resource locale:
    • Use resources/cn/index.md for Chinese user requests or Chinese product/docs work.
    • Use resources/en/index.md for English user requests.
    • If the user's language is mixed, prefer the language used for the requested deliverable.
  4. 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.md before any API reference.
  5. Use the selected locale's index.md to choose the smallest necessary resource set. Do not load every resource by default.
  6. 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.
Installs
26
GitHub Stars
1
First Seen
9 days ago
memos-cloud — memtensor/memos-cloud-skill