Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more
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.
Configure the Claude RAG plugin settings.
Read current config:
cat ~/.claude/plugins/claude-rag/config.json 2>/dev/null || echo '{"connection":{"endpoint":"https://api.clauderag.io"}}'
If "$ARGUMENTS" matches a section name, go directly to that section. Otherwise, show the main menu.
Use AskUserQuestion:
Use AskUserQuestion:
If Cloud: ask for endpoint URL and API key. Write updated config.
Use AskUserQuestion with multiSelect:
Then ask for excluded tools (comma-separated, default: "AskUserQuestion").
Use AskUserQuestion:
If auto or aggressive, ask for:
Use AskUserQuestion with multiSelect:
Ask for additional exclusion patterns if needed.
Read and display the current config.json formatted nicely.
Confirm with AskUserQuestion, then write the default config.
curl -s <endpoint>/health
Show result and status.
Always read the existing config first, merge changes, then write back.
Config path: ~/.claude/plugins/claude-rag/config.json
mkdir -p ~/.claude/plugins/claude-rag
Write the full merged JSON config.