跳到主要内容
    ↑↓ 选择↵ 打开esc 关闭
    中文English
    AnEntrypoint

    Glootie Oc

    v2.0.6MCP 集成
    glootie-oc

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

    GitHub 星标

    5

    月装机量

    21

    近 7 天 10

    综合评分SCORE

    9.8

    生态多维模型

    最近提交

    4 个月前

    2026-04-16

    快速安装与配置

    opencode.json

    写入当前项目的 opencode.json,只对这个仓库生效。

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["glootie-oc@2.0.6"]
    }

    opencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。

    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.