local-file-rag-basic

TotalClaw 作者 wjreliable v1.0.0

高性能本地文件RAG套件(基础版)。

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~wjreliable-local-file-rag-basic
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~wjreliable-local-file-rag-basic/file -o wjreliable-local-file-rag-basic.md
## 概述(中文)

高性能本地文件RAG套件(基础版)。

## 原文

# Skill: 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.