Overview
- Skill Key
- dev-jslee/eidolon-search
- Author
- dev-jslee
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dev-jslee/eidolon-search
- Latest Commit SHA
- 84983bfbec36f56d3e5a1643fce880d108579391
AI Agent memory search using SQLite FTS5. 90%+ token reduction (10x+) compared to reading full files. Use when the agent needs to search through markdown memory files, daily notes, or any text corpus efficiently. Triggers on memory search, file search, knowledge retrieval, or when context window is limited and full-file reading is too expensive.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 eidolon-search 技能。 若已安装,则直接安装 eidolon-search 技能。
# Eidolon Search FTS5-based memory search for AI Agents. Index markdown files once, search with 90%+ token savings. ## Quick Start ### 1. Index memory files (once) ```bash python3 scripts/build-index.py <memory_dir> <db_path> ``` Example: ```bash python3 scripts/build-index.py ./memory ./memory.db ``` This creates a SQLite database with FTS5 full-text index of all `.md` files in the directory (recursive). ### 2. Search ```bash python3 scripts/search.py <query> [limit] [db_path] ``` Example: ```bash python3 scripts/search.py "Physical AI roadmap" 5 python3 scripts/search.py "project timeline" 10 ./memory.db ``` Default limit: 10. Default db_path: `./memory.db` Output: matching snippets with file paths and relevance scores. ### 3. Re-index when files change Run `build-index.py` again. It rebuilds the index from scratch (fast, <1 second for typical workspaces). ## When to Use - **Memory search**: Find specific information across many daily notes or memory files - **Token-limited contexts**: When reading all files would exceed context limits - **Repeated searches**: Index once, search many times - **Large workspaces**: 10+ markdown files with cumulative size >50KB ## When NOT to Use - Single small file (<5KB): just read it directly - Need semantic/meaning-based search: FTS5 is keyword-based only - See [references/QUALITY.md](references/QUALITY.md) for known limitations ## Search Tips for Agents FTS5 is keyword-based. Improve results by: - Use specific terms: "Jetson Orin" not "hardware plans" - Use OR for synonyms: "car OR vehicle OR automobile" - Use quotes for phrases: `"Physical AI"` - Try multiple queries if first attempt returns nothing - Check file paths in results to read full context when needed ## Benchmarks - Token savings: 90%+ (measured 93-98.9%) - Speed: 15x faster (measured 10-20x) - Details: [references/PERFORMANCE.md](references/PERFORMANCE.md) Run benchmarks yourself: ```bash python3 scripts/benchmark-recall.py # Recall@5, Reca...
youmind-openlab
AI skill for OpenClaw & Claude Code — recommend from 10000+ Nano Banana Pro (Gemini) image prompts. Smart search by use case, content remix, sample images.
23blocks-os
AI Agent Orchestrator with Skills System - Give AI Agents superpowers: memory search, code graph queries, agent-to-agent messaging. Manage Claude, Codex or any AI Agent from one dashboard. Move Agents between computers and locations
hashgraph-online
AI agent skills for the Universal Registry - search, chat, and register 72,000+ agents across 14+ protocols. Works with Claude, Codex, Cursor, OpenClaw, and any AI assistant.
rito-w
A cross-platform skills manager for AI IDEs. Search marketplace, download locally, and install to Claude, Cursor, Windsurf, and more with one click.
besoeasy
Battle-tested skill library for AI agents. Save 98% of API costs with ready-to-use code for crypto, PDFs, search, web scraping & more. No trial-and-error, no expensive APIs.
zeropointrepo
YouTube Transcript API skills for AI agents. Get transcripts, search videos, browse channels. Works with OpenClaw, ClawdBot, Claude Code, Cursor, Windsurf.