원클릭으로
config
Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
First-time setup for the Claude RAG plugin — configure backend connection, test everything, show quick reference
Ask a question about past work and get a synthesized answer informed by conversation history from the RAG database
Browse past sessions, projects, and their events in the RAG database
Search past conversations and tool results for relevant historical context. Use when the user references past work ("how did we do X", "remember when", "last time"), asks about project history, or when historical context from previous sessions would help with the current task.
Soft-delete data from the RAG database — by session, project, or all. Data can be restored later.
Restore soft-deleted data in the RAG database — undo a previous forget/delete operation
| name | config |
| description | Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more |
| disable-model-invocation | true |
| allowed-tools | Bash(*), Read, Edit, Write, AskUserQuestion |
| argument-hint | [section] |
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.