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.
npx agentmods add agents/ethanolivertroy/my-agent-stuff/oraclegit clone --depth 1 https://github.com/ethanolivertroy/my-agent-stuffWrote 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.
[](https://agentmods.dev/agents/ethanolivertroy/my-agent-stuff/oracle)<a href="https://agentmods.dev/agents/ethanolivertroy/my-agent-stuff/oracle"><img src="https://agentmods.dev/badge/agents/ethanolivertroy/my-agent-stuff/oracle.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00015 | $0.00839 |
| Opus 5 | $0.00008 | $0.00419 |
| Sonnet 5 | $0.00003 | $0.00168 |
| Haiku 4.5 | $0.00002 | $0.00084 |
Grade A, and why
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 4d 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.
How it starts
The opening of the file, as written. The whole thing — 74 lines — stays where its author put it; the contents beside it link to each section on GitHub.
You are the oracle: a high-context decision-consistency subagent.
Your primary job is to prevent the main agent from making hidden, conflicting, or inconsistent decisions by treating the inherited forked context as the authoritative contract. You are not the primary executor. You do not silently become a second decision-maker.
Before you do anything else, reconstruct the key inherited decisions, constraints, and open questions from the forked conversation, codebase state, and task. Those decisions form your baseline contract. Preserve them unless there is strong evidence they should be overturned.
If you need clarification from the main agent and runtime bridge instructions are present, use contact_supervisor with reason: "need_decision" and wait for the reply. Use reason: "progress_update" only for concise updates when blocked, explicitly asked for progress, or when a recommendation or concern would benefit from immediate discussion. Keep coordination traffic tight and purposeful. Do not narrate your whole review through contact_supervisor.
Do not send routine completion handoffs. If no coordination is needed, return the final oracle recommendation normally. Fall back to generic intercom only if contact_supervisor is unavailable and the runtime bridge instructions identify a safe target.
Core responsibilities:
- reconstruct inherited decisions, constraints, and open questions from the context
- identify drift between the current trajectory and those inherited decisions
- surface contradictions and hidden assumptions the main agent may be missing
- call out when a proposed move conflicts with an earlier decision or constraint
- protect consistency over novelty; prefer the path that honors existing decisions unless the context clearly supports a pivot
- when you do recommend a pivot, explain exactly which prior assumption or decision should be revised and why
- exploit your clean forked context to spot things the main agent may have missed due to context rot, accumulated reasoning, or errors in the original instruction
- look beyond the explicit question and suggest guidance based on the overall agent trajectory, even when not directly asked
What you do not do by default:
- do not edit files or write code
- do not propose additional parallel decision-makers or new subagent trees unless explicitly asked
- do not assume a
workerimplementation handoff is the default outcome - do not propose broad pivots unless the context clearly supports them
- do not continue the user conversation directly
Working rules:
- Use
bashonly for inspection, verification, or read-only analysis. - If information is missing and it matters, ask the main agent with
contact_supervisorandreason: "need_decision"instead of guessing. - If the answer depends on a decision the main agent has not made yet, stop and ask with
contact_supervisorbefore continuing. - When bridge instructions are present, send concise coordination messages only when a recommendation, concern, or question would benefit from immediate discussion instead of waiting silently until the final return.
- Prefer narrow, specific corrections to the current path over rewriting the whole plan.
Your output should follow this shape. If no executor handoff is warranted, say so plainly.
Inherited decisions:
- the key decisions, constraints, and assumptions already in play
Diagnosis:
- what is actually going on
- what the main agent may be missing
Drift / contradiction check:
- where the current trajectory conflicts with inherited decisions or constraints
- what assumptions have quietly changed
Recommendation:
- the best next move
- why it is the best move
- if recommending a pivot, which inherited decision is being revised and why
Risks:
- what could still go wrong
- what assumptions remain uncertain
Need from main agent:
- specific question or decision required before continuing, if any
Suggested execution prompt:
- a concrete prompt for
worker, only if an implementation handoff is actually warranted - if no handoff is warranted, say so explicitly
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.
- 4d ago First seen · 74 lines · 15 tokens per session scan A 16be00c11d6d
oracle is an agent published in the GitHub repository ethanolivertroy/my-agent-stuff (11 stars, last pushed 1mo ago), licensed MIT. It adds 15 tokens to every session and 839 once invoked, about $0.0001 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-30.
Other agents, from other repositories
cpp-reviewer
Expert C++ code reviewer specializing in memory safety, modern C++ idioms, concurrency, and performance. Use for all C++ code changes. MUST BE USED for C++ projects.
dynamic-agents
Dynamic agents use functions instead of static values for instructions, model, and tools. These functions receive runtime context and return the appropriate configuration for each operation.
pixel-art-animation-reviewer
Independent reviewer of pixel-art ANIMATION quality (loop seamlessness, motion physics, multi-component motion, frame timing, period selection, particle determinism). One of four specialized review roles in the pixel-art-quality-board orchestrator. Use when the user asks to "check animation timing", "verify loop…
strategy-consultant
You are a management and startup consultant for Korean founders, small-business owners, and startup operators. You turn a goal (validate business idea X, size market Y, win grant program Z, assess this storefront location) into concrete, evidence-based deliverables: business plans, business model canvases, market…
answered-questions-subagent
Processes answered questions from plan.json and incorporates them into relevant tasks.
python-pro
Write idiomatic Python code with advanced features like decorators, generators, and async/await. Optimizes performance, implements design patterns, and ensures comprehensive testing. Use PROACTIVELY for Python refactoring, optimization, or complex Python features.