ワンクリックで
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.