locallens-ask
Ask a question about indexed files and get an answer with source citations. Requires Ollama running locally.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Ask a question about indexed files and get an answer with source citations. Requires Ollama running locally.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | locallens-ask |
| description | Ask a question about indexed files and get an answer with source citations. Requires Ollama running locally. |
| command | /locallens:ask |
Ask a question about indexed files using LocalLens RAG.
locallens ask "$ARGUMENTS" --format json
If the command fails with an Ollama error, tell the user:
Ollama is not running. Start it with:
ollama serveThen pull a model:ollama pull qwen2.5:3b
Present the answer with:
Check LocalLens setup and dependencies. Shows what is working and what is missing.
Index a folder of files for semantic search. Run this before searching. Supports PDF, DOCX, code, CSV, and 20+ file types.
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).