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

    Glootie Oc

    v2.0.6MCP Integrations
    glootie-oc

    Advanced Claude Code plugin with WFGY integration, MCP tools, and automated hooks

    GitHub stars

    5

    Monthly installs

    21

    10 in 7 days

    Composite scoreSCORE

    9.8

    Multi-signal model

    Last commit

    4 months ago

    2026-04-16

    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": ["glootie-oc@2.0.6"]
    }

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

    Installation

    Global (recommended)

    Windows and Unix:

    git clone https://github.com/AnEntrypoint/glootie-oc ~/.config/opencode/plugin && cd ~/.config/opencode/plugin && bun install
    

    Windows PowerShell:

    git clone https://github.com/AnEntrypoint/glootie-oc "\$env:APPDATA\opencode\plugin" && cd "\$env:APPDATA\opencode\plugin" && bun install
    

    Project-level

    Windows and Unix:

    git clone https://github.com/AnEntrypoint/glootie-oc .opencode/plugins && cd .opencode/plugins && bun install
    

    Features

    • MCP tools for code execution and search
    • State machine agent policy (gm)
    • Git enforcement on session idle
    • AST analysis via thorns at session start

    The plugin activates automatically on session start.