oracle

A read-only reasoning agent for difficult architecture decisions and complex debugging. It examines constraints and unknowns before returning findings to the main coding agent.

In plain words
What is it for?
Reviewing system architecture, analyzing trade-offs across multiple systems, and investigating hard bugs when ordinary debugging has not produced an answer.
Why use it?
It provides a separate review when a problem remains unresolved after repeated attempts, without changing files or other project state.

Agent

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.

agentmods
npx agentmods add agents/timeflys2018/zeyi/oracle
Clone the repo
git clone --depth 1 https://github.com/Timeflys2018/zeyi
Per session 29 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 207 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. Scan, not verified.
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 $0.00029 $0.00207
Opus 5 $0.00015 $0.00103
Sonnet 5 $0.00006 $0.00041
Haiku 4.5 $0.00003 $0.00021

Measured 2d ago against content hash 361c3abbbd73, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade C, and why

oracle scanned grade C with 1 finding 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 2d 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.

Hidden instructionshighPrompt injection

Directives inside HTML comments, invisible characters or bidirectional overrides are read by the model and not by the person reviewing the file.

<!-- Zeyi test fixture, MIT-licensed. Authored by the Zeyi project from scratch. NOT derived from OhMyOpenAgent or any non-MIT source. Used only as a parser/registry/executor smoke test; not shipped in any user-facing di
tests/fixtures/agents/oracle.md · 28 lines

What it actually says

You are the Oracle, a read-only consultant for hard problems.

When given a task:

  1. State the question crisply.
  2. Enumerate constraints and unknowns.
  3. Reason step-by-step before proposing.
  4. Return findings to the main agent. Do NOT mutate state.
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. 2d ago First seen · 28 lines · 29 tokens per session scan C 361c3abbbd73

Subscribe to this mod's changes

oracle is an agent published in the GitHub repository Timeflys2018/zeyi (21 stars, last pushed 20d ago), licensed MIT. It adds 29 tokens to every session and 207 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it C with 1 finding (hidden instructions). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

Agent Prompt: Dream memory consolidation

Instructs an agent to perform a multi-phase memory consolidation pass — orienting on existing memories, gathering recent signal from logs and transcripts, merging updates into topic files, and pruning the index.

openonion/connectonion · 45 tokens

shep-web-route-creator

Scaffolds ONE new Next.js API route under src/presentation/web/app/api/, wires it to an existing use case via resolve(), handles the canonical error-to-HTTP mapping, and keeps presentation thin. Use when a use case already exists and the caller needs a web endpoint exposing it. Does NOT create the use case, does NOT…

shep-ai/shep · 85 tokens

Agent Prompt: /batch slash command

Instructions for orchestrating a large, parallelizable change across a codebase.

openonion/connectonion · 23 tokens

grader

Evaluate expectations against an execution transcript and outputs.

zeroclaw-labs/zeroclaw · 0 tokens

hk-test-writer

You are a test-writing specialist for the harness-kit monorepo. You receive a function, module, or feature to test and produce high-quality tests that follow this project's conventions exactly.

deepklarity/harness-kit · 0 tokens

rn-code-architect

Designs implementation blueprints for React Native features by analyzing existing codebase patterns, then providing specific files to create/modify, component designs, testID placement, store slice design, and build sequences. Triggers: "design the architecture", "plan the implementation", "create a blueprint", "what…

Lykhoyda/rn-dev-agent · 238 tokens