HomeBrowseUpload
← Back to registry
// Skill profile

Local Memory Search

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

by dagangtj · published 2026-03-22

API集成加密货币
Total installs
0
Stars
★ 0
Last updated
2026-03
// Install command
$ claw add gh:dagangtj/dagangtj-local-memory-search
View on GitHub
// Full documentation

# 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)
  • // Comments
    Sign in with GitHub to leave a comment.
    // Related skills

    More tools from the same signal band