memos-cloud-server

Installation
SKILL.md

MemOS Cloud Server Skill

This skill allows the Agent to interact with MemOS Cloud APIs for memory search, addition, deletion, and feedback.

⚠️ Setup & Safety Rules (MUST READ)

Before executing any API operations, you (the Agent) must ensure the following environment variables are configured:

  1. Obtain Credentials:
    • MEMOS_API_KEY (MemOS Cloud Service API Key) and MEMOS_USER_ID (Unique identifier for the current user) must be configured.
  2. Auto Configuration:
    • If not present, prompt the user to save these variables to their global environment configuration (e.g., in ~/.zshrc or ~/.bashrc).

🛠 Core Commands

You can execute operations directly via the memos_cloud.py script. The script automatically reads the MEMOS_API_KEY environment variable. All operation requests and responses are output in JSON format.

1. Search Memory (/v1/search/memory)

Installs
253
GitHub Stars
1
First Seen
Mar 4, 2026