Oracle Plugin

SkillSearch

Automatic tool discovery across 17 sources — hooks search before planning and after errors, siblings avoid redundant searches

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Oracle Plugin skill

What this skill tells your AI

The instructions your AI receives, as published by vvkmnn/claude-emporium in plugins/claude-oracle/skills/claude-oracle/SKILL.md and read by ahel’s review.

Tool discovery. Searches 17 sources in parallel to find relevant skills, plugins, and MCP servers.

Hooks

HookWhenAction
PreToolUse(EnterPlanMode)Before planningSearches for relevant tools before planning
PostToolUse(Bash)After errorsSearches for tools that solve the error

Commands

CommandDescription
/search-oracle <query> [type]Search for tools across all 17 sources

Workflows

Discovery (standalone)

  1. search("query") — search all sources
  2. Review results with install commands
  3. Install useful tools: skills, plugins, or MCP servers

Discovery (with siblings)

  1. If historian active: find_similar_queries("query") first to check if this search was done before
  2. search("query") — oracle's own search across 17 sources
  3. If praetorian active: compact the discovery results for future reference
  4. Present findings with install commands and note what siblings already provide

Error Tool Search (standalone)

  1. Error triggers PostToolUse hook
  2. search("error description") — find tools that address this error class
  3. Present matching tools with install commands

Error Tool Search (with siblings)

  1. Error triggers PostToolUse hook
  2. If historian active: get_error_solutions("error") checks if solved before
  3. search("error description") — oracle finds new tools
  4. If gladiator active: error is also being observed for pattern detection
  5. Combined: past solution (historian) + new tools (oracle) + pattern tracking (gladiator)

Sibling Synergy

SiblingValueHow
HistorianPast searches avoid duplicate discoveryHistorian checked first, oracle only runs if no history match
PraetorianCached compactions contain prior tool resultsRestore before re-searching
GladiatorObservations reveal tool gapsReflection 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

Signals

GitHub stars
82
Forks
3
Last commit
Mar 2026
Advanced
Catalog kind
skill
Gateway key
claude-oracle
Source
github.com/vvkmnn/claude-emporium
Oracle Plugin (claude-oracle): Skill · ahel