claudeers.
// Claude Plugins

super-oracle

A second-opinion oracle for coding agents, powered by Sakana Fugu Ultra via codex-fugu. Cross-agent skill packaged as a Codex/Claude plugin.

// Claude Plugins[ cli ][ api ][ claude ]#claude#pluginsMIT$open-sourceupdated about 1 month ago
Actively maintained
94/100
last commit 20 days ago
last release none
releases 0
open issues 0
// star history

Install with your AI

Paste into Claude Code, Cursor, or any agent — it reads the repo and wires the tool into your project.

Install and set up super-oracle (claude-plugin project) into my current project.
Found on https://claudeers.com/super-oracle
Repo: https://github.com/parlance-labs/super-oracle
Homepage/docs: —
Detected install method: claude-plugin → /plugin install super-oracle@parlance-labs/super-oracle
Category: plugins. Platforms: cli, api.
Read the repo's README for exact setup and env vars, then install it and wire it into my project.

Claudeers Health Verdict:
active; community-verified: false. Confirm the source before running anything.
// or install directly (claude-plugin)
/plugin marketplace add parlance-labs/super-oracle
/plugin install super-oracle@parlance-labs/super-oracle
// or clone
git clone https://github.com/parlance-labs/super-oracle

// compatibility

Platformscli, api
Operating systems
AI compatibilityclaude
LicenseMIT
Pricingopen-source
LanguageShell

Super Oracle

A second-opinion oracle for coding agents, powered by Claude Fable in ultracode mode through the Claude Code CLI.

It ships as a skill (works in any agent with a shell) packaged as a plugin for Codex and Claude Code.

Prerequisites

  • Claude Code installed and authenticated.
  • Claude Code 2.1.203 or newer, which supports --model fable and --effort ultracode.
  • A first-party Claude subscription session (claude auth login). Super Oracle ignores ANTHROPIC_API_KEY and never falls back to Anthropic API credits.
  • claude on the PATH of the process running your agent. GUI-launched agents may not inherit the same PATH as your shell.

Verify the dependency before installing:

claude --version
printf 'Reply READY\n' | claude --dangerously-skip-permissions -p --effort ultracode --model fable

The wrapper always uses --dangerously-skip-permissions for unattended oracle runs. Use it only in trusted working directories and review any emitted changes.

Install

Codex CLI

codex plugin marketplace add parlance-labs/super-oracle
codex plugin add super-oracle@parlance-labs

Claude Code

claude plugin marketplace add parlance-labs/super-oracle
claude plugin install super-oracle@parlance-labs

Or inside Claude Code: /plugin marketplace add parlance-labs/super-oracle then /plugin install super-oracle@parlance-labs. Run /reload-plugins (or restart Claude Code) to activate it.

Amp (or any agent that uses SKILL.md)

Point the agent at the bundled skill:

git clone https://github.com/parlance-labs/super-oracle
# add to ~/.config/amp/settings.json:
#   "amp.skills.path": "/path/to/super-oracle/plugins/super-oracle/skills"

Or symlink plugins/super-oracle/skills/super-oracle into ~/.config/agents/skills/.

Use

Ask your agent to "use the super oracle" for a review, planning, debugging, or research task, or call the script directly:

plugins/super-oracle/skills/super-oracle/scripts/super-oracle.sh \
  -o oracle-out.md briefing.md

The wrapper feeds the briefing to Claude over stdin, captures the final response in -o, disables child skills to prevent recursive oracle calls, and avoids persisting the child session. See reference/briefing-template.md for an effective briefing.

Options

Flag / envEffect
-o FILEWhere the answer is written (required).
-C DIRWorking directory for the oracle.
-nIgnore configured MCP servers for this run.
-p SECONDSProgress heartbeat interval; 0 disables it.
SUPER_ORACLE_PROGRESS_INTERVAL=SECONDSDefault heartbeat interval.
SUPER_ORACLE_ARTIFACTS_DIR=DIRDedicated directory for supporting files.
SUPER_ORACLE_DEBUG_FILE=FILERetain the Claude debug log for diagnostics.
SUPER_ORACLE_REQUIRE_WORKFLOW=1Fail unless a dynamic Workflow subagent runs.

Every run fixes the model to Fable and ultracode mode (xhigh plus dynamic workflow orchestration). Hard calls can take minutes and use more tokens; the wrapper prints progress to stderr without contaminating the answer. It fails closed unless the debug stream confirms both Fable and ultracode's auto-mode gate. Set SUPER_ORACLE_REQUIRE_WORKFLOW=1 when a caller specifically needs to assert that a dynamic Workflow subagent ran.

License

MIT. See LICENSE.

// faq

What is super-oracle?

A second-opinion oracle for coding agents, powered by Sakana Fugu Ultra via codex-fugu. Cross-agent skill packaged as a Codex/Claude plugin.. It is open-source on GitHub.

Is super-oracle free to use?

super-oracle is open-source under the MIT license, so it is free to use.

What category does super-oracle belong to?

super-oracle is listed under plugins in the Claudeers registry of Claude-compatible tools.

0 views
12 stars
unclaimed
updated about 1 month ago

// embed badge

super-oracle on Claudeers
[![Claudeers](https://claudeers.com/api/badge/super-oracle.svg)](https://claudeers.com/super-oracle)

// retro hit counter

super-oracle hit counter
[![Hits](https://claudeers.com/api/counter/super-oracle.svg)](https://claudeers.com/super-oracle)

// reviews

// guestbook

0/500

// related in Claude Plugins

🔓

A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.

// pluginsmultica-ai/203,096[ claude ]
🔓

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explainin…

// pluginsanthropics/Python141,574[ claude ]
🔓

"CLI-Anything: Making ALL Software Agent-Native" -- CLI-Hub: https://clianything.cc/

// pluginsHKUDS/Python47,363Apache-2.0[ claude ]
🔓

financial-services — a Claude ecosystem project on GitHub.

// pluginsanthropics/Python34,276Apache-2.0[ claude ]
→ see how super-oracle connects across the ecosystem