Agent skill
claude-oracle
Automatic tool discovery across 17 sources — hooks search before planning and after errors, siblings avoid redundant searches
Install this agent skill to your Project
npx add-skill https://github.com/Vvkmnn/claude-emporium/tree/main/plugins/claude-oracle/skills/claude-oracle
SKILL.md
Oracle Plugin
Tool discovery. Searches 17 sources in parallel to find relevant skills, plugins, and MCP servers.
Hooks
| Hook | When | Action |
|---|---|---|
| PreToolUse(EnterPlanMode) | Before planning | Searches for relevant tools before planning |
| PostToolUse(Bash) | After errors | Searches for tools that solve the error |
Commands
| Command | Description |
|---|---|
/search-oracle <query> [type] |
Search for tools across all 17 sources |
Workflows
Discovery (standalone)
search("query")— search all sources- Review results with install commands
- Install useful tools: skills, plugins, or MCP servers
Discovery (with siblings)
- If historian active:
find_similar_queries("query")first to check if this search was done before search("query")— oracle's own search across 17 sources- If praetorian active: compact the discovery results for future reference
- Present findings with install commands and note what siblings already provide
Error Tool Search (standalone)
- Error triggers PostToolUse hook
search("error description")— find tools that address this error class- Present matching tools with install commands
Error Tool Search (with siblings)
- Error triggers PostToolUse hook
- If historian active:
get_error_solutions("error")checks if solved before search("error description")— oracle finds new tools- If gladiator active: error is also being observed for pattern detection
- Combined: past solution (historian) + new tools (oracle) + pattern tracking (gladiator)
Sibling Synergy
| Sibling | Value | How |
|---|---|---|
| Historian | Past searches avoid duplicate discovery | Historian checked first, oracle only runs if no history match |
| Praetorian | Cached compactions contain prior tool results | Restore before re-searching |
| Gladiator | Observations reveal tool gaps | Reflection may suggest searching for tools to fill gaps |
Data Sources (17)
Smithery Registry, Glama.ai, Official MCP Registry, npm, GitHub marketplace plugins, awesome-mcp-servers, awesome-mcp-lists, awesome-claude-code (ccplugins), awesome-claude-code (jmanhype), awesome-agent-skills, Playbooks.com, SkillsMP, and more.
Requires
claude mcp add oracle -- npx claude-oracle-mcp
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
claude-orator
Prompt rhetoric coach — deterministic scoring and restructuring using Anthropic best practices
claude-vigil
File checkpoint and recovery — auto-quicksaves before destructive commands, manual checkpoints for safe rollback
claude-historian
Automatic history search — checks past sessions before web research, planning, and debugging, siblings deepen coverage
claude-praetorian
Context preservation with cross-session memory — hooks prompt compaction at high-impact moments, siblings enrich what gets saved
claude-gladiator
Continuous learning — hooks observe failures and prompt reflection, sibling synergy deepens analysis with history and tool discovery
verl-rl-training
Provides guidance for training LLMs with reinforcement learning using verl (Volcano Engine RL). Use when implementing RLHF, GRPO, PPO, or other RL algorithms for LLM post-training at scale with flexible infrastructure backends.
Didn't find tool you were looking for?