glootie-ocAdvanced 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"]
}写入 ~/.config/opencode/opencode.json,对所有项目生效。
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["glootie-oc@2.0.6"]
}若你要在本地改造这个插件,先装到项目里再从本地路径引用。
shell
pnpm add -D glootie-ocopencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。
README.md
查看原始文件→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.