Ask a question about past work and get a synthesized answer informed by conversation history from the RAG database
From claude-ragnpx claudepluginhub thisisyoyodev/claude-plugins --plugin claude-ragThis skill is limited to using the following tools:
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Enables AI agents to execute x402 payments with per-task budgets, spending controls, and non-custodial wallets via MCP tools. Use when agents pay for APIs, services, or other agents.
Compares coding agents like Claude Code and Aider on custom YAML-defined codebase tasks using git worktrees, measuring pass rate, cost, time, and consistency.
Answer the user's question using RAG context: "$ARGUMENTS"
Read the plugin config to get the backend endpoint:
cat ~/.claude/plugins/claude-rag/config.json 2>/dev/null || echo '{"connection":{"endpoint":"https://api.clauderag.io"}}'
Search the RAG database for relevant context:
curl -s -X POST <endpoint>/api/v1/search \
-H "Content-Type: application/json" \
-d '{"query": "<user_question>", "limit": 10, "threshold": 0.4}'
Synthesize an answer based on the search results:
Structure the response:
If insufficient context is found: