ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

Local Memory Search

Skill by dagangtj

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/dagangtj/local-memory-search
Or

Local Memory Search

Lightweight semantic search for OpenClaw memory files. No external API needed.

Usage

python3 search.py "your query"

Build index:

python3 search.py --build

Features

  • Searches MEMORY.md and memory/*.md
  • TF-IDF based semantic matching
  • Zero external dependencies
  • Fast local execution
  • Returns top snippets with file path and line numbers

How It Works

  1. Builds inverted index of all memory files
  2. Uses TF-IDF scoring for relevance
  3. Returns ranked results with context

Requirements

  • Python 3.8+
  • No pip packages needed (uses stdlib only)

Metadata

Author@dagangtj
Stars3409
Views1
Updated2026-03-25
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-dagangtj-local-memory-search": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.