search-memory

v0.1.0

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.

1· 1.5k·6 current·6 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for trumppo/search-memory.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "search-memory" (trumppo/search-memory) from ClawHub.
Skill page: https://clawhub.ai/trumppo/search-memory
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install search-memory

ClawHub CLI

Package manager switcher

npx clawhub@latest install search-memory
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.

latestvk970e85vqw3nc22gq1n7aqf9d980sr98
1.5kdownloads
1stars
1versions
Updated 1mo ago
v0.1.0
MIT-0

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).

Comments

Loading comments...