"Use R2R search, RAG, agent, completion, embedding, streaming
Scanned 9/9/2026
Install to Claude Code
npx -y skills add VectorSpaceLab/AREX-Skill --skill retrieval-rag --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Retrieval Rag?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vectorspacelab-retrieval-rag)More formats (shields.io, HTML) on the badges page.
---
name: retrieval-rag
description: "Use R2R search, RAG, agent, completion, embedding, streaming
citations, and retrieval troubleshooting workflows."
disable-model-invocation: true
metadata:
disco-role: operating
license: MIT
---
# Retrieval RAG
Use this sub-skill when the user wants to search R2R content, run RAG or agent flows, handle streaming citations, or tune retrieval settings.
## What it owns
- search modes and search settings
- RAG, agent, completion, and embedding calls
- streaming event handling and citation handling
- retrieval-focused troubleshooting
## Start here
```python
from r2r import R2RClient
client = R2RClient(base_url="http://localhost:7272")
response = client.retrieval.search(query="What is in the corpus?")
print(response.results)
```
## Route out when the work becomes another topic
- Preparing or validating the ingested corpus: `../ingestion-documents/SKILL.md`
- Building or repairing graph data: `../graph-workflows/SKILL.md`
- Server/provider setup needed for RAG to work: `../server-configuration/SKILL.md`
- JavaScript client usage: `../javascript-sdk/SKILL.md`
## Bundled assets
- `references/search-rag-agent-reference.md`
- `references/streaming-and-citations.md`
- `references/troubleshooting.md`
- `scripts/retrieval_request_builder.py`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!