verbatim-rag: Accurate AI Content
Verbatim-rag is a hallucination-prevention tool that ensures AI-generated content is grounded in source documents with exact citations.
- •When using AI agents to generate content that requires accurate citations
- •When needing to prevent hallucinations in AI-generated text based on source documents
- •When requiring a RAG system with verbatim span extraction for content generation
python main.py --input 'What are the main points of the document?' --doc 'path/to/source/document.txt' --output 'output.txt'
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/verbatim-rag && curl -fsSL https://workflowstacks.com/api/skills/verbatim-rag/claude-skill -o ~/.claude/skills/verbatim-rag/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Verbatim-rag: Accurate AI Content is a large Python project (~16k lines across 96 code files, plus 8 test files). Setup is light: runs with Docker — add your API keys to .env. Last commit this month, MIT license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2verbatim_rag/cli.pyWhere the program starts running
- 3pyproject.tomlDependencies and the commands it exposes
- 4.env.exampleThe API keys and settings you must provide
- 5verbatim_rag/__init__.pyInside verbatim_rag/ — the main logic begins here
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Works after you add credentials — the setup agent will ask you for them.
mkdir -p ~/.claude/skills/verbatim-rag && curl -fsSL https://workflowstacks.com/api/skills/verbatim-rag/claude-skill -o ~/.claude/skills/verbatim-rag/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.