claude-oracle

claude-oracle is a skill for Claude Code from Vvkmnn/claude-oracle-mcp. It costs 52 tokens per session (379 once invoked), scanned A, original, MIT.

A search tool for finding existing coding-agent add-ons, including MCP servers, plugins, and skills, across many catalogues and repositories.

In plain words
What is it for?
Searching for tools by need, browsing tool categories, and checking the health of its information sources.
Why use it?
It helps check whether a suitable tool already exists before building one from scratch.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Searching for tools by need, browsing tool categories, and checking the health of its information sources.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vvkmnn/claude-oracle-mcp/claude-oracle
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add Vvkmnn/claude-oracle-mcp --skill claude-oracle
Clone the repo
git clone --depth 1 https://github.com/Vvkmnn/claude-oracle-mcp

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-oracle

README.md
[![agentmods](https://agentmods.dev/badge/skills/vvkmnn/claude-oracle-mcp/claude-oracle/github.svg)](https://agentmods.dev/skills/vvkmnn/claude-oracle-mcp/claude-oracle)
Your own site
<a href="https://agentmods.dev/skills/vvkmnn/claude-oracle-mcp/claude-oracle"><img src="https://agentmods.dev/badge/skills/vvkmnn/claude-oracle-mcp/claude-oracle/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for claude-oracle

Your own site · 80×15
<a href="https://agentmods.dev/skills/vvkmnn/claude-oracle-mcp/claude-oracle"><img src="https://agentmods.dev/badge/skills/vvkmnn/claude-oracle-mcp/claude-oracle.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 52 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 379 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00052 $0.00379
Opus 5 $0.00026 $0.00189
Sonnet 5 $0.00010 $0.00076
Haiku 4.5 $0.00005 $0.00038

Measured 11d ago against content hash ffcc733857d8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

claude-oracle scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/claude-oracle/SKILL.md · 40 lines

What it actually says

Claude Oracle

Search 15,000+ existing tools before building from scratch.

When to Use

User asks about available toolssearch. One command checks 19 sources simultaneously.

Before implementing custom tooling → An MCP server, plugin, or skill may already exist. Check before building.

Browsing by categorybrowse with a category. sources to check data source health.

Quick Reference

Tool When What it returns
search Need something specific Ranked, deduplicated results with install commands from 19 sources
browse Exploring a category Results filtered by type (MCP, plugin, skill) or category
sources Checking data source health All 19 sources with status and resource counts

Sources (19, zero-config)

MCP servers: Smithery, npm, Glama.ai, Official Registry, Playbooks, 3 awesome lists. Plugins: claude-code-plugins-plus, claude-plugins-official, superpowers-marketplace. Skills: awesome-agent-skills, 2 awesome-claude-code lists. Dynamic: GitHub search (query-based), web search (query-based). Optional: SkillsMP (25,000+ skills, requires API key).

Common Mistakes

Mistake Fix
Building before searching Always search oracle first — existing tools save hours
WebSearch for tools Oracle has 19 specialized sources, more complete than web
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 40 lines · 52 tokens per session scan A ffcc733857d8

Subscribe to this mod's changes

claude-oracle is a skill published in the GitHub repository Vvkmnn/claude-oracle-mcp (3 stars, last pushed 5mo ago), licensed MIT. It adds 52 tokens to every session and 379 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

claude-agent-sdk

Expert implementation guidance for the Claude Agent SDK (Python). Use when users are building with the Agent SDK — creating custom tools, managing sessions, controlling permissions, streaming responses, integrating MCP servers, adding hooks, defining subagents, or deploying SDK-based agents. Also use for SDK…

berekvolgyipeter/dotclaude · 107 tokens

ts-debug

TypeScript/Node debugging expert. Use when the user needs to debug, profile, or trace TypeScript or Node.js code — e.g. "how do I debug this", "find the memory leak", "why is this slow", "add a breakpoint", "profile this function", "why won't the process exit".

berekvolgyipeter/dotclaude · 68 tokens

claude-code

Expert guidance on Claude Code configuration, capabilities, and troubleshooting. Use this skill whenever the user asks about Claude Code features, configuration, best practices, or troubleshooting — even if phrased informally. Covers MCP servers, plugins, skills, subagents, hooks, permissions, keybindings, settings…

berekvolgyipeter/dotclaude · 92 tokens

plugin-browser

Browse and discover Claude Code skills, agents, commands, and plugins from community and official repositories. Use when the user wants to find, explore, or learn about existing skills, agents, commands, or plugins — e.g., "what plugins are available?", "is there a skill for code review?", "show me community agents"…

berekvolgyipeter/dotclaude · 96 tokens

py-debug

Python debugging expert. Use when the user needs to debug, profile, or trace Python code — e.g. "how do I debug this", "find the memory leak", "why is this slow", "add a breakpoint", "profile this function".

berekvolgyipeter/dotclaude · 54 tokens

agent-harness

Browse and explore agent harness frameworks and Claude Code resource collections. Use when the user wants to learn about, explore, or use agent orchestration frameworks, multi-agent architectures, or Claude Code resource catalogs — e.g., "how does Archon work?", "show me everything-claude-code resources", "find an…

berekvolgyipeter/dotclaude · 129 tokens