← Back to Skills Marketplace
huamu668

MemOS Cloud Integration

by huamu668 · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
411
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install huamu668-memos-cloud
Description
Recall memories from MemOS Cloud before responding. Use this skill when you need context about user's previous conversations, preferences, or decisions.
README (SKILL.md)

MemOS 记忆召回

在回答前从 MemOS Cloud 召回相关记忆。

使用方式

当需要上下文时,执行以下命令:

node ~/.claude/plugins/memos-cloud/memos-api.js search "{user_query}"

参数

  • user_query - 用户的输入或提炼的搜索关键词

处理结果

成功返回记忆

将记忆整合到回复中:

根据之前的记录,{memory_content}

无相关记忆

正常回复,不提及记忆功能。

API 错误

静默失败,正常回复。

示例场景

用户: "我之前说的那个项目怎么样了?" 动作:

node ~/.claude/plugins/memos-cloud/memos-api.js search "之前说的那个项目"

回复: "根据之前的记录,你提到的项目是 X,当时..."


用户: "我还是喜欢之前那个方案" 动作:

node ~/.claude/plugins/memos-cloud/memos-api.js search "方案偏好"

回复: "根据记录,你之前倾向于..."

Usage Guidance
The skill appears to intend contacting MemOS Cloud via a local Node script and an API key, but the registry metadata does not declare Node or any environment variables — that's an inconsistency. Before installing or allowing the agent to invoke this skill: (1) ask the publisher to clarify and publish the required env vars (MEMOS_API_KEY, MEMOS_BASE_URL, etc.) and why they are needed; (2) verify the presence and content of ~/.claude/plugins/memos-cloud/memos-api.js and inspect it for what it sends/receives; (3) only provide an API key with minimal scope and consider using a throwaway/test key first; (4) if you cannot inspect the script, run the skill in a constrained sandbox or deny it access to secrets; (5) prefer a version that declares its requirements in the registry metadata so you can make an informed decision.
Capability Analysis
Type: OpenClaw Skill Name: huamu668-memos-cloud Version: 1.0.0 The skill bundle provides a legitimate memory-recall and storage mechanism for the agent, interfacing with the MemOS Cloud service. It uses a local Node.js script (memos-api.js) to query an external API (memos.memtensor.cn) based on user context. The instructions in SKILL.md and README.md are transparent, follow standard plugin patterns for Claude Code/OpenClaw, and show no signs of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill says it will recall memories from MemOS Cloud and instructs calling a Node script at ~/.claude/plugins/memos-cloud/memos-api.js. However the registry lists no required binaries (Node) and no required environment variables, while the README documents MEMOS_API_KEY, MEMOS_USER_ID, and MEMOS_BASE_URL. The declared requirements do not align with what the README and SKILL.md imply is needed.
Instruction Scope
SKILL.md tells the agent to run a local script (node ~/.claude/plugins/memos-cloud/memos-api.js search "{user_query}"). The package actually contains only SKILL.md and README; the referenced memos-api.js is not present in the published files. The instructions are silent about what data is sent to the remote service and do not declare the API key usage they imply. Running a local script by path can execute arbitrary code if that file exists, and the skill gives no explicit constraints on what is transmitted to MemOS endpoints.
Install Mechanism
This is instruction-only (no install spec), which minimizes installer risk. However the README documents an installation/configuration flow that writes ~/.claude/.env and expects memos-api.js to be placed under ~/.claude/plugins/memos-cloud/. That manual install behavior is not reflected in the registry metadata — a mismatch to be aware of.
Credentials
Registry metadata declares no required env vars or primary credential, but README explicitly instructs creating MEMOS_API_KEY, MEMOS_USER_ID, and MEMOS_BASE_URL in ~/.claude/.env. This is a substantive inconsistency: the skill will likely need secrets (an API key) to contact MemOS Cloud, but the published requirements do not declare them.
Persistence & Privilege
The skill is not marked always:true and is user-invocable only; it does not request persistent platform privileges in the registry metadata. There is no evidence it modifies other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install huamu668-memos-cloud
  3. After installation, invoke the skill by name or use /huamu668-memos-cloud
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: MemOS Cloud memory plugin for Claude Code
Metadata
Slug huamu668-memos-cloud
Version 1.0.0
License
All-time Installs 2
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is MemOS Cloud Integration?

Recall memories from MemOS Cloud before responding. Use this skill when you need context about user's previous conversations, preferences, or decisions. It is an AI Agent Skill for Claude Code / OpenClaw, with 411 downloads so far.

How do I install MemOS Cloud Integration?

Run "/install huamu668-memos-cloud" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is MemOS Cloud Integration free?

Yes, MemOS Cloud Integration is completely free (open-source). You can download, install and use it at no cost.

Which platforms does MemOS Cloud Integration support?

MemOS Cloud Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created MemOS Cloud Integration?

It is built and maintained by huamu668 (@huamu668); the current version is v1.0.0.

💬 Comments