Plugin Catalogue · 56 plugins

VibeControls plugin catalogue

Meta interfaces, concrete providers, standalone tools — the agent ships small. Install what you need. Build your own with the Plugin SDK.

Every plugin and the Plugin SDK are open source under the MIT License. The@vibecontrols/agentruntime that loads them is closed-source.

All plugins (56)

metaAI

AI

AI tool orchestrator — one interface, many providers (Claude, Codex, Gemini, Copilot, Aider, OpenCode, Plandex, OpenAI-compatible).

@vibecontrols/vibe-plugin-ai
metaSecurity

Security

Security lifecycle orchestrator — dispatches every dev / pr / merge / build / release stage to the right per-stage security provider.

@vibecontrols/vibe-plugin-security
metaGitOps

GitOps

GitOps orchestrator — one interface for GitHub, GitLab, Bitbucket Cloud, and Azure DevOps repo / PR / CI / security queries.

@vibecontrols/vibe-plugin-gitops
metaPlan

Plan

Plan orchestration meta-plugin — owns the PlanProvider contract and dispatches to plan-mode providers like Plannotator.

@vibecontrols/vibe-plugin-plan
metaStorage

Storage

Storage meta plugin — owns the AgentDatabase contract so embedded and shared backends are interchangeable behind one API.

@vibecontrols/vibe-plugin-storage
metaSession

Session Manager

Unified session manager — capability discovery, feature negotiation, and provider routing across tmux, WezTerm, and Zellij.

@vibecontrols/vibe-plugin-session-manager
metaTunnel

Tunnel

Unified tunnel manager — routes requests across registered tunnel providers (Cloudflare, VibeTunnels).

@vibecontrols/vibe-plugin-tunnel
providerAI

Aider

Aider CLI agent — pair programmer that edits your local git tree.

@vibecontrols/vibe-plugin-ai-aider
providerAI

Amp

Sourcegraph Amp — agentic IDE actions backed by your codebase index.

@vibecontrols/vibe-plugin-ai-amp
providerAI

Claude

Anthropic Claude Code agent — the default reference provider.

@vibecontrols/vibe-plugin-ai-claude
providerAI

Codex

OpenAI Codex CLI — agentic coding from OpenAI.

@vibecontrols/vibe-plugin-ai-codex
providerAI

GitHub Copilot

GitHub Copilot CLI for the agent runtime.

@vibecontrols/vibe-plugin-ai-copilot
providerAI

Charm Crush

Charm Crush AI agent provider — TUI-native chat.

@vibecontrols/vibe-plugin-ai-crush
providerAI

Cursor

Cursor CLI + SDK — bring your Cursor experience into the agent.

@vibecontrols/vibe-plugin-ai-cursor
providerAI

Gemini

Google Gemini CLI provider — Gemini Pro 1.5 / 2.0 ready.

@vibecontrols/vibe-plugin-ai-gemini
providerAI

Goose

Block Goose agent provider for VibeControls.

@vibecontrols/vibe-plugin-ai-goose
providerAI

Minimax

Minimax CLI + Anthropic-compatible SDK provider.

@vibecontrols/vibe-plugin-ai-minimax
providerAI

Ollama

Ollama (local + cloud) — self-hosted models, BYOK API key.

@vibecontrols/vibe-plugin-ai-ollama
providerAI

OpenAI-compatible

Any OpenAI-compatible endpoint — point it at vLLM, LM Studio, Bedrock proxies, etc.

@vibecontrols/vibe-plugin-ai-openai-compat
providerAI

OpenCode

OpenCode CLI agent provider.

@vibecontrols/vibe-plugin-ai-opencode
providerAI

OpenRouter

OpenRouter SDK provider — pay-as-you-go to 100+ models.

@vibecontrols/vibe-plugin-ai-openrouter
providerAI

Pi

Pi.ai conversational agent provider.

@vibecontrols/vibe-plugin-ai-pi
providerAI

Plandex

Plandex multi-step AI engineering agent.

@vibecontrols/vibe-plugin-ai-plandex
providerSecurity

Archive Offboard

Writes tombstone.json evidence at archive.offboard for SOC2/ISO retention proofs.

@vibecontrols/vibe-plugin-security-archive
providerSecurity

DAST (preview)

OWASP ZAP baseline DAST scan against alpha preview URLs at deploy.preview.

@vibecontrols/vibe-plugin-security-dast-preview
providerSecurity

Deploy alpha smoke

TLS / HSTS / CSP smoke checks for alpha environment URLs at deploy.alpha.

@vibecontrols/vibe-plugin-security-deploy-alpha
providerSecurity

Developer local

Local pre-commit secrets scanner (gitleaks protect) — runs on the developer machine.

@vibecontrols/vibe-plugin-security-developer-local
providerSecurity

Incident response

Targeted incident-response scanner for incident.response lifecycle stage.

@vibecontrols/vibe-plugin-security-incident
providerSecurity

Repo onboard

Repo profile detector — picks the right policy bundle on repo.onboard.

@vibecontrols/vibe-plugin-security-onboard
providerSecurity

Package publish

Cosign signing + SLSA provenance at package.publish.

@vibecontrols/vibe-plugin-security-package-publish
providerSecurity

Release gate

OPA-backed release-gate at promote.prod — block on policy, evidence-required deploys.

@vibecontrols/vibe-plugin-security-release-gate
providerSecurity

Scheduled rescan

Nightly Grype offline rescan against last-built SBOMs.

@vibecontrols/vibe-plugin-security-rescan
providerSecurity

Runtime continuous

Trivy + kube-bench continuous runtime checks against live workloads.

@vibecontrols/vibe-plugin-security-runtime
providerSecurity

SAST deep

Full SAST + SCA sweep (Semgrep + osv-scanner) on pull_request.deep.

@vibecontrols/vibe-plugin-security-sast-deep
providerSecurity

SBOM build

Syft CycloneDX SBOM + Grype scan at build lifecycle stage.

@vibecontrols/vibe-plugin-security-sbom-build
providerSecurity

OpenSSF Scorecard

OpenSSF Scorecard checks at main.merge — track posture over time.

@vibecontrols/vibe-plugin-security-scorecard
providerSecurity

Secrets (PR)

Gitleaks-backed secret scanner for pull_request.fast — fail fast on PR.

@vibecontrols/vibe-plugin-security-secrets-pr
providerGitOps

GitHub

GitHub provider for the GitOps meta plugin — REST v3 + GraphQL v4.

@vibecontrols/vibe-plugin-gitops-github
providerGitOps

GitLab

GitLab provider for the GitOps meta plugin — REST v4.

@vibecontrols/vibe-plugin-gitops-gitlab
providerGitOps

Bitbucket Cloud

Bitbucket Cloud provider for the GitOps meta plugin — REST v2.

@vibecontrols/vibe-plugin-gitops-bitbucket
providerGitOps

Azure DevOps

Integrate Azure DevOps with VibeControls for seamless GitOps workflows. Supports REST 7.1 for efficient plugin management.

@vibecontrols/vibe-plugin-gitops-azdevops
providerSession

tmux

Tmux + ttyd session provider — the default for persistent terminal sessions.

@vibecontrols/vibe-plugin-session-tmux
providerSession

WezTerm

WezTerm + ttyd session provider — GPU-accelerated multiplexer in the browser.

@vibecontrols/vibe-plugin-session-wezterm
providerSession

Zellij

Zellij + ttyd session provider — terminal workspace with floating panes.

@vibecontrols/vibe-plugin-session-zellij
providerStorage

Skalex

Document-oriented file-backed storage provider with AES-256-GCM at rest.

@vibecontrols/vibe-plugin-storage-skalex
providerStorage

Postgres

Full-parity shared database storage provider with AES-256-GCM encryption — share state across multiple agents.

@vibecontrols/vibe-plugin-storage-postgres
providerTunnel

Cloudflare Tunnel

Cloudflare Tunnel provider — expose localhost endpoints via cloudflared with named tunnels.

@vibecontrols/vibe-plugin-tunnel-cloudflare
providerTunnel

VibeTunnels

frp-based tunnel provider — self-hostable tunnel relay for air-gapped networks.

@vibecontrols/vibe-plugin-tunnel-vibetunnels
providerPlan

Plannotator

Plannotator plan provider — wraps the upstream CLI and configures per-AI-agent hooks.

@vibecontrols/vibe-plugin-plan-plannotator
toolAgent

AI config sync

Cross-harness AI configuration management via Bridle — sync prompts + settings.

@vibecontrols/vibe-plugin-agent-aiconfig
toolAgent

Backup Solution | VibeControls plugin

Back up Skalex-backed agent state to S3 or any custom storage — restore on demand.

@vibecontrols/vibe-plugin-agent-backup
toolTool

code-server

Browser-based VS Code via code-server — reverse-proxied through the VibeControls agent.

@vibecontrols/vibe-plugin-tool-code-server
toolTool

Git client

Visual Git client (Ungit) — reverse-proxied through the VibeControls agent.

@vibecontrols/vibe-plugin-tool-git
toolTool

GraphiQL

API Playground (GraphiQL) — embedded in the VibeControls agent for any endpoint.

@vibecontrols/vibe-plugin-tool-graphiql
toolTool

SSH

SSH connections, remote terminals, port forwarding, and remote agent installation — all from the dashboard.

@vibecontrols/vibe-plugin-tool-ssh
toolUI

UI Hello

Minimal example UI plugin — copy as a starting point for new iframe-mounted plugin UIs.

@vibecontrols/vibe-plugin-ui-hello

We use cookies for essential site functions and, with your consent, for analytics to improve VibeControls. We don't use advertising or cross-site tracking cookies. See our Cookie Policy.

Preferences