← Back to Skills Marketplace
trumppo

search-memory

by Trumppo · GitHub ↗ · v0.1.0
cross-platform ✓ Security Clean
1522
Downloads
1
Stars
6
Active Installs
1
Versions
Install in OpenClaw
/install search-memory
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install search-memory
  3. After installation, invoke the skill by name or use /search-memory
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial publish
Metadata
Slug search-memory
Version 0.1.0
License
All-time Installs 6
Active Installs 6
Total Versions 1
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 1522 downloads so far.

How do I install search-memory?

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

Is search-memory free?

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

Which platforms does search-memory support?

search-memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created search-memory?

It is built and maintained by Trumppo (@trumppo); the current version is v0.1.0.

💬 Comments