npx 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.
Browse past sessions and events: "$ARGUMENTS"
Read the plugin config:
cat ~/.claude/plugins/claude-rag/config.json 2>/dev/null || echo '{"connection":{"endpoint":"https://api.clauderag.io"}}'
Determine what the user wants to browse:
curl -s <endpoint>/api/v1/sessions?limit=10
Display as a table: | # | Session | Project | Events | Started | Show session IDs so the user can drill down.
curl -s <endpoint>/api/v1/sessions/<id>
Show:
Then:
curl -s "<endpoint>/api/v1/sessions/<id>/events?limit=20"
Show timeline of events with content previews.
curl -s <endpoint>/api/v1/projects
Find matching project, then list its sessions.
/claude-rag:browse <session-id> to see session details"/claude-rag:search <query> to search within results"