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.

MIT-0 · Free to use, modify, and redistribute. No attribution required.
0 · 1.1k · 4 current installs · 4 all-time installs
MIT-0
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Current versionv0.1.0
Download zip
latestvk970e85vqw3nc22gq1n7aqf9d980sr98

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

SKILL.md

Search Memory

Overview

Index local memory files and run fast keyword search with recency boost.

Quick Start

  1. Build/update index (incremental cache):
scripts/index-memory.py
  1. Search the index:
scripts/search-memory.py "your query" --top 5

Notes

  • Index includes MEMORY.md plus memory/**/*.md.
  • Cache lives under memory/cache/.
  • Search uses keyword scoring + recency boost (last 30/90 days).

Files

2 total
Select a file
Select a file to preview.

Comments

Loading comments…