local-file-rag-basic
High-performance local File RAG suite (Basic Edition).
wjreliable
@wjreliable
Install
$ openclaw skills install @wjreliable/local-file-rag-basicSkill: Local File RAG Search (Basic Edition)
Description
This is the Basic Edition of the high-performance local RAG suite, providing efficient code and document retrieval within constraints.
- Constraints:
- Only indexes files under 20MB.
- Uses single-threaded (sequential) indexing for lower resource usage.
- Support: JS/TS, Python, C++, Go, Markdown, PDF, DOCX, XLSX, etc.
Tools
local_file_rag_search
Efficiently searches the local workspace.
Parameters:
query(string, required): Search terms or function names.targetFile(string, optional): Specific file path to restrict the search.rootDir(string, optional): Root directory to scan.
Output Protocol: Returns a structured result with Skeletons, Metadata, and Clustered Code Snippets.
Top skills in this category
Self-Improving + Proactive Agent
@ivangdavilaSelf-reflection + Self-criticism + Self-learning + Self-organizing memory. Agent evaluates its own work, catches mistakes, and improves permanently. Use when...
ontology
@oswalpalashTyped knowledge graph for structured agent memory and composable skills. Use when creating/querying entities (Person, Project, Task, Event, Document), linkin...
Humanizer
@biostartechnologyRemove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
Obsidian
@steipeteWork with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
YouTube Watcher
@michaelgatharaFetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.