Goose for VibeControls
Block Goose agent provider for VibeControls.
vibe plugin install @vibecontrols/vibe-plugin-ai-goose
About this plugin
Block Goose agent provider for VibeControls.
Install
vibe plugin install @vibecontrols/vibe-plugin-ai-goose
Or install the npm package directly into an existing project that hosts the VibeControls agent:
bun add @vibecontrols/vibe-plugin-ai-goose
# or
npm install @vibecontrols/vibe-plugin-ai-goose
How it works
AI providers implement the AIProvider contract from @vibecontrols/vibe-plugin-ai (meta). Once installed and registered, the agent can route prompts, hooks and MCP requests through this provider alongside any others you have configured. The meta plugin handles fan-out, provider selection and capability negotiation.
This package is a provider registered against the @vibecontrols/vibe-plugin-ai meta plugin. Install the meta plugin first; this provider plugs into it.
Upstream
- Block Goose — https://github.com/block/goose
More
- npm: https://www.npmjs.com/package/@vibecontrols/vibe-plugin-ai-goose
- Source: https://github.com/algoshred/vibe-plugin-ai-goose
- Plugin contract / SDK: https://github.com/algoshred/vibecontrols-plugin-sdk
- Plugin catalogue: https://vibecontrols.com/plugins/ai-goose
Use it in 30 seconds
- Make sure the agent is running:
vibe start - Install the meta first:
vibe plugin install @vibecontrols/vibe-plugin-ai - Install this plugin:
vibe plugin install @vibecontrols/vibe-plugin-ai-goose - List installed plugins:
vibe plugin list
Other AI plugins
Aider
Aider CLI agent — pair programmer that edits your local git tree.
@vibecontrols/vibe-plugin-ai-aiderAmp
Sourcegraph Amp — agentic IDE actions backed by your codebase index.
@vibecontrols/vibe-plugin-ai-ampClaude
Anthropic Claude Code agent — the default reference provider.
@vibecontrols/vibe-plugin-ai-claudeCodex
OpenAI Codex CLI — agentic coding from OpenAI.
@vibecontrols/vibe-plugin-ai-codexGitHub Copilot
GitHub Copilot CLI for the agent runtime.
@vibecontrols/vibe-plugin-ai-copilotCharm Crush
Charm Crush AI agent provider — TUI-native chat.
@vibecontrols/vibe-plugin-ai-crush