Install
openclaw skills install anythingllm-ragClawHub Security found sensitive or high-impact capabilities. Review the scan results before using.
Query local documents via AnythingLLM RAG (Retrieval-Augmented Generation). Use when the user asks about their private/local documents, PDFs, uploaded files, or wants to search their knowledge base. Also handles uploading new documents to AnythingLLM. Triggers on phrases like "查询文档", "搜索本地", "PDF里说了什么", "我的文档", "上传文档", "RAG", "知识库查询", "document search", "find in my files". For general questions not about local documents, use the default model instead.
openclaw skills install anythingllm-ragQuery local/private documents through AnythingLLM's RAG API.
Environment variables (set in TOOLS.md or shell):
ANYTHINGLLM_URL — default http://localhost:3001ANYTHINGLLM_API_KEY — API tokenANYTHINGLLM_WORKSPACE — default workspace slugScript location: scripts/anythingllm.sh
Use AnythingLLM RAG when:
Use default model when:
bash scripts/anythingllm.sh query "你的问题"
bash scripts/anythingllm.sh upload /path/to/file.pdf
bash scripts/anythingllm.sh upload-text "文本内容" "文档标题"
bash scripts/anythingllm.sh list-docs
bash scripts/anythingllm.sh health
Query returns JSON with:
textResponse — the RAG-generated answersources — array of source documents used for contextPresent the answer to the user, citing relevant sources when available.
scripts/ directory — use paths relative to skill location