Local Memory Search
Skill by dagangtj
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/dagangtj/local-memory-searchLocal 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
- Builds inverted index of all memory files
- Uses TF-IDF scoring for relevance
- Returns ranked results with context
Requirements
- Python 3.8+
- No pip packages needed (uses stdlib only)
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-dagangtj-local-memory-search": {
"enabled": true,
"auto_update": true
}
}
}Related Skills
Crypto Price Alerts
Skill by dagangtj
Multi Bounty Scanner
Skill by dagangtj
Multi Channel Income Tracker
Skill by dagangtj
funding-rate-trader
Crypto funding rate arbitrage strategy. Scan negative funding rates, auto-trade with stop-loss/take-profit. No API key needed for scanning, Binance API for trading.
profit-engine
7x24 automated profit opportunity scanner for AI agents. Scans ClawTasks, Moltbook, Polymarket, Airdrops, GitHub Bounties, and toku.agency for earning opportunities. Use when you need to find and monitor money-making opportunities across multiple platforms automatically.