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:
- Obtain Credentials:
MEMOS_API_KEY(MemOS Cloud Service API Key) andMEMOS_USER_ID(Unique identifier for the current user) must be configured.
- Auto Configuration:
- If not present, prompt the user to save these variables to their global environment configuration (e.g., in
~/.zshrcor~/.bashrc).
- If not present, prompt the user to save these variables to their global environment configuration (e.g., in
🛠 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.