一键导入
stats
Show RAG database statistics — events, embeddings, chunks, projects, tools, languages
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Show RAG database statistics — events, embeddings, chunks, projects, tools, languages
用 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
Configure the Claude RAG plugin — connection, capture settings, RAG mode, privacy, and more
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.
| name | stats |
| description | Show RAG database statistics — events, embeddings, chunks, projects, tools, languages |
| disable-model-invocation | true |
| allowed-tools | Bash(curl *) |
Read the plugin config:
cat ~/.claude/plugins/claude-rag/config.json 2>/dev/null || echo '{"connection":{"endpoint":"https://api.clauderag.io"}}'
Fetch stats from the backend:
curl -s <endpoint>/api/v1/stats
Display a comprehensive dashboard:
| Metric | Value |
|---|---|
| Total Events | X |
| Total Embeddings | X |
| Total Chunks | X (avg Y per event) |
| Sessions | X |
| Projects | X |
| Pending Embeddings | X |
Show bar chart (ascii) of user_prompt, ai_output, tool_call, tool_result, error
Ranked list of most used tools with counts
List of programming languages found in indexed code
Table with project name, session count, event count
Last 5 sessions with name, project, event count, date