Show RAG database statistics — events, embeddings, chunks, projects, tools, languages
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.
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