← Back to Skills Marketplace
aixbinge

rag-knowledge-assistant

by AI小兵哥 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
121
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install rag-knowledge-assistant
Description
基于向量数据库的 RAG(检索增强生成) 知识库助手。支持语义检索、多格式文档 (PDF/Word/Excel/Markdown) 处理、智能问答。使用 Chroma 向量库 + BGE-M3 Embedding 模型。适用于从 knowledge 目录快速检索信息、回答基于文档的问题。触发词:"从知识库查"、"...
Usage Guidance
This skill is mostly coherent for building a local RAG index and searching documents, but take these precautions before installing or running it: - Do NOT follow the PUSH_GUIDE recommendation to embed your GitHub Personal Access Token in the git push URL; that exposes the token to shell history/logs. Use a credential manager, SSH keys, or temporary tokens instead. - Inspect scripts/requirements.txt before pip installing. Consider running pip install inside a virtualenv or container to avoid affecting your system Python. - The code may download large HuggingFace models (BAAI/bge-m3) or expect a local Ollama service — ensure you have disk, bandwidth, and understand where models are fetched from. If you cannot or do not want remote downloads, use the Ollama/local models option but only if Ollama runs locally. - Only put documents you trust into the ./knowledge directory; the skill will read and index everything under that path (don’t index sensitive secrets, private keys, or system files). - Run the tooling in an isolated environment (VM/container) if you are unsure, and verify network activity if you need strong assurance that data is not being transmitted off-host. If you want a cleaner manifest: ask the author to list operational requirements (local Ollama service, approximate model download size, any optional env vars) and to remove or fix the insecure push instructions.
Capability Analysis
Type: OpenClaw Skill Name: rag-knowledge-assistant Version: 1.0.0 The bundle provides a functional RAG (Retrieval-Augmented Generation) system using LangChain, ChromaDB, and Ollama or HuggingFace embeddings. The scripts (index_knowledge.py, rag_query.py, etc.) implement standard document loading, text splitting, and vector search logic aligned with the stated purpose of a knowledge assistant. No evidence of data exfiltration, unauthorized network calls, or malicious prompt injection was found. Documentation files like PUSH_GUIDE.md and README.md provide standard setup instructions, although PUSH_GUIDE.md references a specific GitHub repository (AIxbinge/rag-skill.git) which appears to be for project-specific contribution rather than a malicious redirect.
Capability Assessment
Purpose & Capability
Name/description (RAG knowledge assistant) aligns with the included scripts: indexing, query, PDF/Docx/Markdown loaders, Chroma vectorstore and support for HuggingFace or Ollama embeddings. The functionality requested in files is coherent with the stated purpose.
Instruction Scope
SKILL.md and README instruct building an index from a local 'knowledge' directory and running local scripts — scope stays within the knowledge indexing/search domain. However the repository includes a PUSH_GUIDE that instructs pushing with a Personal Access Token embedded in the Git remote URL (git push https://[email protected]/...), which is an insecure practice that can leak credentials (shell history, logs). Also some instructions implicitly require running a local Ollama service (http://localhost:11434) and downloading large HuggingFace models; these operational requirements are not declared in the skill manifest's 'required env vars / binaries' fields.
Install Mechanism
There is no automatic install spec for the skill (instruction-only), which minimizes direct install risks. The scripts call pip install -r requirements.txt and may download models from HuggingFace or rely on local Ollama — expected for this type of tool. No downloads from arbitrary/personal URLs or archive extraction mechanisms were found.
Credentials
The skill declares no required environment variables or credentials, which is appropriate. The code and docs mention optional environment usage (e.g., HF_ENDPOINT mirror) and expect a locally running Ollama service; these are operational needs but not secret requirements. The PUSH_GUIDE encourages user-supplied GitHub tokens (PAT) for pushing — that is not required for the skill to operate and is disproportionate and insecure to recommend.
Persistence & Privilege
Skill flags are default (always:false, agent-invocable allowed). The skill does not request elevated privileges or set persistent system-wide changes. It creates local vectorstore files under an explicitly-configured path (./vectorstore), which is expected and limited in scope.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install rag-knowledge-assistant
  3. After installation, invoke the skill by name or use /rag-knowledge-assistant
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release - RAG knowledge base assistant with vector search, multi-format document support (PDF/Word/Excel/Markdown), intelligent Q&A using Chroma + BGE-M3 embedding model.
Metadata
Slug rag-knowledge-assistant
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is rag-knowledge-assistant?

基于向量数据库的 RAG(检索增强生成) 知识库助手。支持语义检索、多格式文档 (PDF/Word/Excel/Markdown) 处理、智能问答。使用 Chroma 向量库 + BGE-M3 Embedding 模型。适用于从 knowledge 目录快速检索信息、回答基于文档的问题。触发词:"从知识库查"、"... It is an AI Agent Skill for Claude Code / OpenClaw, with 121 downloads so far.

How do I install rag-knowledge-assistant?

Run "/install rag-knowledge-assistant" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is rag-knowledge-assistant free?

Yes, rag-knowledge-assistant is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does rag-knowledge-assistant support?

rag-knowledge-assistant is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created rag-knowledge-assistant?

It is built and maintained by AI小兵哥 (@aixbinge); the current version is v1.0.0.

💬 Comments