rag-cli
Local document indexing, semantic search, and cited answers
All Skills in This Repository (2)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install RAG-CLI?โผ
Run `npx skills add ItMeDiaTech/rag-cli --all -g -y` in your terminal to install all skills in this repository globally.
How to search my documents with AI?โผ
Index your files once, then ask questions in plain English. RAG-CLI retrieves the most relevant passages and generates an answer with source citations.
Does RAG-CLI send my documents to the cloud?โผ
No. Document processing, embeddings, and vector storage all run locally on your machine, so your files stay private.
What file formats does RAG-CLI support?โผ
It processes Markdown, PDF, DOCX, HTML, and plain text files, automatically chunking and indexing them for fast retrieval.
Does RAG-CLI work with Claude Code?โผ
Yes. It is built as a Claude Code plugin with slash commands, hooks, and an MCP server, and its skills follow the standard SKILL.md format.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core