← 返回 Skills 市场
1023
总下载
0
收藏
7
当前安装
1
版本数
在 OpenClaw 中安装
/install memos-search
功能描述
Search and retrieve memory content using MemOS API based on user queries, supporting up to top 3 relevant results.
安全使用建议
This skill appears to do what it says (call a MemOS REST API to add/read/search/delete memories) and has low install risk because it is instruction-only. Before installing: (1) Confirm where MEMOS_API_URL will point — prefer a local, trusted server (e.g., http://localhost:8000) rather than an unknown remote host, because all memory read/write operations will go to that endpoint. (2) Ask the publisher to declare MEMOS_API_URL as a required environment variable in the registry metadata (the SKILL.md references it but the registry lists no required env vars). (3) Be aware the skill can delete memories and replace the agent's default memory behavior — consider limiting its use or permissions until you trust the endpoint. (4) If you must use a remote MemOS server, verify its operator and transport security (HTTPS, access controls) to avoid unintended data exposure.
功能分析
Type: OpenClaw Skill
Name: memos-search
Version: 1.0.0
The skill is designed to interact with a local 'MemOS' external memory service, as indicated by the `MEMOS_API_URL` pointing to `http://localhost:8000` in `env.json`. The `SKILL.md` provides clear instructions and Python `requests` examples for standard CRUD operations (add, read, search, delete) on this memory service. There is no evidence of data exfiltration, malicious command execution, persistence mechanisms, or prompt injection attempts against the agent. The instructions are straightforward and align with the stated purpose of managing external memory.
能力评估
Purpose & Capability
The name/description (search/retrieve memory via MemOS) aligns with the SKILL.md endpoints (add/read/search/list/delete). However the skill uses an environment variable MEMOS_API_URL for the API base without declaring it in the registry metadata; env.json provides a default (http://localhost:8000), which is inconsistent with the declared 'Required env vars: none'.
Instruction Scope
SKILL.md contains concrete REST calls and example code limited to MemOS endpoints (add/read/search/list/delete/agents/health). It does not instruct the agent to read unrelated local files or arbitrary environment variables, but it does reference MEMOS_API_URL (not declared) and includes a hard-coded example to run a local server at a Windows path (python D:\AI\MemOS\api_server.py). No instructions direct data to unexpected external endpoints beyond MEMOS_API_URL.
Install Mechanism
This is instruction-only with no install spec and no binaries to download or run. That minimizes disk/write risk.
Credentials
The skill does not request credentials or secrets; that is proportionate. But it implicitly depends on MEMOS_API_URL (present in env.json) while the registry lists no required env vars. If MEMOS_API_URL is pointed to a remote server, the skill would transmit memory data to that host — the registry should explicitly declare MEMOS_API_URL as a required environment variable so users can review/set it.
Persistence & Privilege
The skill does not request always:true or other elevated platform privileges. It only provides runtime instructions for calling an external API and does not modify other skills or global agent settings itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install memos-search - 安装完成后,直接呼叫该 Skill 的名称或使用
/memos-search触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of memos-search skill, integrating MemOS API for external memory operations.
- Supports saving, reading, listing, searching, and deleting memory files via REST API.
- Enables persistent memory storage and retrieval, replacing OpenClaw's default memory with MemOS.
- Provides clear usage examples for all available API endpoints.
- Compatible with Python requests library for all operations.
元数据
常见问题
Memos Search 是什么?
Search and retrieve memory content using MemOS API based on user queries, supporting up to top 3 relevant results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1023 次。
如何安装 Memos Search?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install memos-search」即可一键安装,无需额外配置。
Memos Search 是免费的吗?
是的,Memos Search 完全免费(开源免费),可自由下载、安装和使用。
Memos Search 支持哪些平台?
Memos Search 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Memos Search?
由 hope7709(@hope7709)开发并维护,当前版本 v1.0.0。
推荐 Skills