locallens-index
Index a folder of files for semantic search. Run this before searching. Supports PDF, DOCX, code, CSV, and 20+ file types.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Index a folder of files for semantic search. Run this before searching. Supports PDF, DOCX, code, CSV, and 20+ file types.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Ask a question about indexed files and get an answer with source citations. Requires Ollama running locally.
Check LocalLens setup and dependencies. Shows what is working and what is missing.
Semantically search indexed files and code by meaning. Use when the user wants to find files related to a concept, feature, or topic. Supports query arithmetic with +/- operators.
Semantic file search engine for AI agents. Search files by meaning, ask questions with RAG, all 100% offline. Supports query arithmetic (+/- operators).
| name | locallens-index |
| description | Index a folder of files for semantic search. Run this before searching. Supports PDF, DOCX, code, CSV, and 20+ file types. |
| command | /locallens:index |
Index a folder for semantic search using LocalLens.
If the user provides a path, use it. Otherwise, index the current working directory.
locallens index "$ARGUMENTS" --format json
If $ARGUMENTS is empty, use the current directory:
locallens index . --format json
After indexing, report:
Suggest the user try searching:
Your files are indexed. Try:
/locallens:search your query here