← 返回 Skills 市场
1522
总下载
1
收藏
6
当前安装
1
版本数
在 OpenClaw 中安装
/install search-memory
功能描述
Local-first memory search and indexing for Openclaw. Use when you need to (1) index memory files, (2) search memory from the CLI, or (3) wire a slash command for memory lookup.
安全使用建议
This skill is coherent with its stated purpose (indexing and searching local memory files), but it instructs the agent to execute local Python scripts that were not included for review. Before running or enabling this skill: (1) inspect scripts/index-memory.py and scripts/search-memory.py for network calls, secret access (reads of env vars or other files), subprocess execution, or writes to sensitive locations; (2) run them in a sandbox or with least privilege if possible; (3) ensure the memory/cache/ location is acceptable for your data retention needs; (4) only enable autonomous invocation if you trust the scripts and their behavior. If you cannot review the scripts, treat the skill as untrusted.
功能分析
Type: OpenClaw Skill
Name: search-memory
Version: 0.1.0
The skill bundle describes a local-first memory search and indexing tool. The `SKILL.md` and `agents/openai.yaml` files provide documentation and a default prompt, respectively. While the skill involves executing local Python scripts (`scripts/index-memory.py`, `scripts/search-memory.py`), the content of these scripts is not provided for analysis. Based solely on the provided files, there is no evidence of data exfiltration, malicious execution (beyond local script calls for the stated purpose), persistence, obfuscation, or malicious prompt injection against the agent. The instructions and prompts are benign and align with the stated purpose of local memory management.
能力评估
Purpose & Capability
Name, description, and instructions all describe local indexing/search of memory files (MEMORY.md and memory/**/*.md). There are no unrelated env vars, binaries, or config paths requested.
Instruction Scope
SKILL.md tells the agent to run scripts/index-memory.py and scripts/search-memory.py and describes which files are indexed and where the cache lives. The instructions do not reference external endpoints or extra credentials. However, the actual scripts are not included in the skill bundle — running arbitrary local scripts can perform any action, so those files must be reviewed before execution.
Install Mechanism
No install spec is provided (instruction-only). No downloads or archive extraction are requested.
Credentials
No environment variables, credentials, or special config paths are required; requested access appears proportionate to the stated task.
Persistence & Privilege
Skill is not always-enabled and does not request persistent/system-wide privileges. It does not modify other skills or agent configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install search-memory - 安装完成后,直接呼叫该 Skill 的名称或使用
/search-memory触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial publish
元数据
常见问题
search-memory 是什么?
Local-first memory search and indexing for Openclaw. Use when you need to (1) index memory files, (2) search memory from the CLI, or (3) wire a slash command for memory lookup. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1522 次。
如何安装 search-memory?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install search-memory」即可一键安装,无需额外配置。
search-memory 是免费的吗?
是的,search-memory 完全免费(开源免费),可自由下载、安装和使用。
search-memory 支持哪些平台?
search-memory 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 search-memory?
由 Trumppo(@trumppo)开发并维护,当前版本 v0.1.0。
推荐 Skills