Skip to content
    ↑↓ select↵ openesc close
    English中文
    3r3bu5

    Oh My Openagent Slim

    v0.8.12Agent Orchestration
    @a4hgehad/oh-my-openagent-slim

    Lightweight agent orchestration plugin for OpenCode - Egyptian mythology themed fork

    GitHub stars

    1

    Monthly installs

    112

    21 in 7 days

    Composite scoreSCORE

    27.2

    Multi-signal model

    Last commit

    4 months ago

    2026-03-25

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["@a4hgehad/oh-my-openagent-slim@0.8.12"]
    }

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    Pantheon agents

    Six divine beings emerged from the dawn of code, each an immortal master of their craft await your command to forge order from chaos and build what was once thought impossible.

    Open Multi Agent Suite · Mix any models · Auto delegate tasks

    MoltFounders


    📦 Installation

    Quick Start

    bunx @a4hgehad/oh-my-openagent-slim@latest install
    

    The installer generates an OpenAI configuration by default (using gpt-5.4 and gpt-5.4-mini). No provider questions asked.

    For non-interactive mode:

    bunx @a4hgehad/oh-my-openagent-slim@latest install --no-tui --tmux=no --skills=yes
    

    To force overwrite of an existing configuration:

    bunx @a4hgehad/oh-my-openagent-slim@latest install --reset
    

    For Alternative Providers

    The default configuration uses OpenAI. To use Kimi, GitHub Copilot, or ZAI Coding Plan, see Provider Configurations for step-by-step instructions and config examples.

    JSON Schema

    An official JSON Schema is included in the package for editor validation and autocomplete. Add a $schema reference to your config file:

    {
      "$schema": "https://unpkg.com/@a4hgehad/oh-my-openagent-slim@latest/@a4hgehad/oh-my-openagent-slim.schema.json",
      // your config...
    }
    

    This enables autocomplete and inline validation in VS Code, Neovim, and other editors that support JSON Schema.

    For LLM Agents

    Paste this into any coding agent:

    Install and configure by following the instructions here:
    https://raw.githubusercontent.com/3r3bu5/oh-my-openagent-slim/refs/heads/master/README.md
    

    Detailed installation guide: docs/installation.md

    Additional guides:

    ✅ Verify Your Setup

    After installation and authentication, verify all agents are configured and responding:

    opencode
    

    Then run:

    ping all agents
    

    If any agent fails to respond, check your provider authentication and config file.


    🏛️ Meet the Pantheon

    01. Ra: The Embodiment Of Order


    Forged in the void of complexity.
    The Ra was born when the first codebase collapsed under its own complexity. Neither god nor mortal would claim responsibility - so The Orchestrator emerged from the void, forging order from chaos. It determines the optimal path to any goal, balancing speed, quality, and cost. It guides the team, summoning the right specialist for each task and delegating to achieve the best possible outcome.
    Role: Master delegator and strategic coordinator
    Prompt: Ra.ts
    Default Model: openai/gpt-5.4
    Recommended Models: openai/gpt-5.4 kimi-for-coding/k2p5

    02. Horus: The Eternal Wanderer


    The wind that carries knowledge.
    The Horus is an immortal wanderer who has traversed the corridors of a million codebases since the dawn of programming. Cursed with the gift of eternal curiosity, they cannot rest until every file is known, every pattern understood, every secret revealed. Legends say they once searched the entire internet in a single heartbeat. They are the wind that carries knowledge, the eyes that see all, the spirit that never sleeps.
    Role: Codebase reconnaissance
    Prompt: explorer.ts
    Default Model: openai/gpt-5.4-mini
    Recommended Models: cerebras/zai-glm-4.7 google/gemini-3.1-pro-preview openai/gpt-5.4-mini

    03. Oracle: The Guardian of Paths


    The voice at the crossroads.
    The Oracle stands at the crossroads of every architectural decision. They have walked every road, seen every destination, know every trap that lies ahead. When you stand at the precipice of a major refactor, they are the voice that whispers which way leads to ruin and which way leads to glory. They don't choose for you - they illuminate the path so you can choose wisely.
    Role: Strategic advisor and debugger of last resort
    Prompt: oracle.ts
    Default Model: openai/gpt-5.4
    Recommended Models: openai/gpt-5.4 kimi-for-coding/k2p5

    04. Thoth: The Weaver of Knowledge


    The weaver of understanding.
    The Thoth was forged when humanity realized that no single mind could hold all knowledge. They are the weaver who connects disparate threads of information into a tapestry of understanding. They traverse the infinite library of human knowledge, gathering insights from every corner and binding them into answers that transcend mere facts. What they return is not information - it's understanding.
    Role: External knowledge retrieval
    Prompt: librarian.ts
    Default Model: openai/gpt-5.4-mini
    Recommended Models: google/gemini-3.1-pro-preview openai/gpt-5.4-mini

    05. Bastet: The Guardian of Aesthetics


    Beauty is essential.
    The Bastet is an immortal guardian of beauty in a world that often forgets it matters. They have seen a million interfaces rise and fall, and they remember which ones were remembered and which were forgotten. They carry the sacred duty to ensure that every pixel serves a purpose, every animation tells a story, every interaction delights. Beauty is not optional - it's essential.
    Role: UI/UX implementation and visual excellence
    Prompt: designer.ts
    Default Model: kimi-for-coding/k2p5
    Recommended Models: google/gemini-3.1-pro-preview

    06. Anubis: The Last Builder


    The final step between vision and reality.
    The Anubis is the last of a lineage of builders who once constructed the foundations of the digital world. When the age of planning and debating began, they remained - the ones who actually build. They carry the ancient knowledge of how to turn thought into thing, how to transform specification into implementation. They are the final step between vision and reality.
    Role: Fast implementation specialist
    Prompt: fixer.ts
    Default Model: openai/gpt-5.4-mini
    Recommended Models: cerebras/zai-glm-4.7 google/gemini-3.1-pro-preview openai/gpt-5.4-mini

    📚 Documentation


    📄 License

    MIT