Agent Memory // Letta-inspired memory
Gives the agent persistent, self-editable memory blocks inspired by Letta agents.
$ opencode plugin add agent-memory
Agent Skills (JDT) // Dynamic skills loader
Dynamic skills loader that discovers skills from project, user, and plugin directories.
$ opencode plugin add agent-skills-jdt
Antigravity Auth // Google Antigravity models
Use Gemini and Anthropic models for free via Google Antigravity IDE authentication.
$ opencode plugin add antigravity-auth
Antigravity Multi-Auth // Multiple Google accounts
Fork of opencode-antigravity-auth that allows using multiple Google accounts with automatic rotation when rate limited.
$ opencode plugin add antigravity-multi-auth
Background // Background process management
Background process management plugin for opencode.
$ opencode plugin add background
Background Agents // Async agent delegation
Claude Code-style background agents with async delegation and context persistence.
$ opencode plugin add background-agents
Beads Plugin // Beads issue tracker integration
Integration for Steve Yegge's beads issue tracker with /bd-* commands.
$ opencode plugin add beads-plugin
CC Safety Net // Safety net catching destructive commands
A Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.
$ opencode plugin add cc-safety-net
Context Analysis // Token usage analysis
An opencode plugin that provides detailed token usage analysis for your AI sessions.
$ opencode plugin add context-analysis
Devcontainers // Multi-branch devcontainers
Plugin for running multiple devcontainer instances with auto-assigned ports and branch-based isolation.
$ opencode plugin add devcontainers
Direnv // Load direnv variables
Automatically loads direnv environment variables at session start. Perfect for Nix flakes.
$ opencode plugin add direnv
Dynamic Context Pruning // Optimize token usage
Plugin that optimises token usage by pruning obsolete tool outputs from conversation context.
$ opencode plugin add dynamic-context-pruning
Envsitter Guard // Prevent .env leaks
OpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter (keys + deterministic fingerprints; never values).
$ opencode plugin add envsitter-guard
Froggy // Hooks and specialized agents
Plugin providing Claude Code-style hooks, specialized agents, and tools like gitingest.
$ opencode plugin add froggy
Gemini Auth // Google account auth
Authenticate the Opencode CLI with your Google account so you can use your existing Gemini plan.
$ opencode plugin add gemini-auth
Google AI Search // Query Google AI Mode (SGE)
An opencode plugin that exposes a native tool for querying Google AI Mode (SGE).
$ opencode plugin add google-ai-search
Handoff // Session handoff prompts
Creates focused handoff prompts for continuing work in a new session.
$ opencode plugin add handoff
Micode // Brainstorm-Plan-Implement workflow
Structured workflow with session continuity, subagent orchestration, git worktree isolation, and AST-aware tools.
$ opencode plugin add micode
Model Announcer // Model self-awareness
Automatically injects the current model name into the chat context so the LLM is self-aware.
$ opencode plugin add model-announcer
Morph Fast Apply // 10,500+ tokens/sec code editing
Integrates Morph's Fast Apply API for faster code editing with lazy edit markers and unified diff output.
$ opencode plugin add morph-fast-apply
Oh My Opencode // Agents & Pre-built tools
Background agents, pre-built tools (LSP/AST/MCP), curated agents, and a Claude Code compatible layer.
$ opencode plugin add oh-my-opencode
Oh My Opencode Slim // Lightweight agent orchestration with reduced token usage
Slimmed-down fork of oh-my-opencode focused on core agent orchestration. Features specialized sub-agents (Explorer, Oracle, Librarian, Designer, etc.), background task management, LSP/AST tools, tmux integration for live agent visibility, and MCP servers. Optimized to consume significantly fewer tokens.
agents / orchestration / background-tasks / lsp / mcp
$ opencode plugin add oh-my-opencode-slim
OpenAI Codex Auth // ChatGPT Plus/Pro OAuth
This plugin enables opencode to use OpenAI's Codex backend via ChatGPT Plus/Pro OAuth authentication.
$ opencode plugin add openai-codex-auth
Opencode Canvas // Interactive terminal canvases in tmux splits
Interactive terminal canvases (calendars, documents, flight booking) in tmux splits. Port of claude-canvas for OpenCode.
$ opencode plugin add opencode-canvas
Opencode Ignore // Ignore files based on pattern
Plugin to ignore directory/file based on pattern.
$ opencode plugin add opencode-ignore
Opencode Mem // Persistent memory with vector database
A persistent memory system for AI coding agents that enables long-term context retention across sessions using local vector database technology. Features dual memory scopes, web interface, auto-capture system, and multi-provider AI support.
$ opencode plugin add opencode-mem
opencode-mystatus // Check AI subscription quotas
Check all your AI subscription quotas in one command. Supports OpenAI (Plus/Pro/Codex, etc.), Zhipu AI, Google Antigravity, and more.
$ opencode plugin add opencode-mystatus
Opencode Notify // Native OS notifications
Native OS notifications for OpenCode - know when tasks complete.
$ opencode plugin add opencode-notify
Opencode Roadmap // Strategic planning
Strategic roadmap planning and multi-agent coordination plugin. Provides project-wide planning capabilities.
$ opencode plugin add opencode-roadmap
Opencode Sessions // Session management
Session management plugin for OpenCode with multi-agent collaboration support.
$ opencode plugin add opencode-sessions
Opencode Skills // Manage skills and capabilities
Plugin for managing and organising opencode skills and capabilities.
$ opencode plugin add opencode-skills
Opencode Synced // Sync configs across machines
Enables syncing global opencode configurations across machines with public/private visibility options.
$ opencode plugin add opencode-synced
Opencode Workspace // Multi-agent orchestration
Bundled multi-agent orchestration harness with 16 components in one install.
$ opencode plugin add opencode-workspace
Opencode Worktree // Zero-friction git worktrees
Zero-friction git worktrees for OpenCode. Auto-spawns terminals, syncs files, cleans up on exit.
$ opencode plugin add opencode-worktree
OpenHax Codex // OAuth authentication
OAuth authentication plugin for personal coding assistance with ChatGPT Plus/Pro subscriptions.
$ opencode plugin add openhax-codex
Openskills // Alternative skills manager
Alternative skills management plugin for opencode with enhanced features.
$ opencode plugin add openskills
Optimal Model Temps // Optimal sampling temperatures
Minimal plugin that nudges specific models to their preferred sampling temperature.
$ opencode plugin add optimal-model-temps
Pilot // Automation daemon
Automation daemon that polls for work from GitHub issues and Linear tickets.
$ opencode plugin add pilot
Plannotator // Interactive plan review UI
Plan review UI with visual annotation, private/offline sharing, and Obsidian/Bear integration.
$ opencode plugin add plannotator
Plugin Template // CICD setup for plugins
Focuses on providing the CICD setup with generator script, release please, bun publish, npm trusted publishing, and mise tasks.
$ opencode plugin add plugin-template
Pocket Universe // A subagent driven pocket universe for your primary agent
Async agents can be powerful, but orchestration is at best finicky; they fire and forget, orphan work, lose context, waste time... and tokens. This plugin extends the native opencode subagent paradigm to provide closed loop, resilient, async agents, blocking main thread execution. A "pocket universe". This ships with three tools creating a robust system for parallel subagents to communicate and coordinate work
$ opencode plugin add pocket-universe
Ralph Wiggum // Self-correcting agent loops
Iterative AI development loops with self-correcting agents based on the Ralph Wiggum technique.
$ opencode plugin add ralph-wiggum
Ring a Bell Example // Simple terminal bell plugin
A simple plugin to ring the terminal bell once a request is complete.
$ opencode plugin add ring-a-bell-example
Shell Strategy // Avoid interactive shell hangs
Instructions file that teaches LLMs how to avoid interactive shell commands that hang in non-TTY environments.
$ opencode plugin add shell-strategy
Simple Memory // Git-based memory
Simple plugin to manage memory inside a git repo that can be committed and reviewed by team members.
$ opencode plugin add simple-memory
Smart Title // Auto-generate session titles
Auto-generates meaningful session titles using AI.
$ opencode plugin add smart-title
Smart Voice Notify // Intelligent voice notifications
Smart voice notification plugin with multiple TTS engines (ElevenLabs, Edge TTS, SAPI) and intelligent reminder system.
$ opencode plugin add smart-voice-notify
Subtask2 // Orchestration system
Extend opencode /commands into a powerful orchestration system with granular flow control.
$ opencode plugin add subtask2
Swarm Plugin // Swarm intelligence
Swarm plugin for opencode enabling swarm-based agent coordination.
$ opencode plugin add swarm-plugin
Tokenscope // Token analysis & cost tracking
Tokenscope, Comprehensive token usage analysis and cost tracking for opencode sessions.
$ opencode plugin add tokenscope
UNMOJI // Strip emojis from output
A simple plugin that strips ALL emojis from agent outputs in Opencode.
$ opencode plugin add unmoji
WakaTime // WakaTime integration
WakaTime integration plugin for tracking coding activity in opencode sessions.
$ opencode plugin add wakatime
Warcraft Notifications // Fun sound notifications
Notification plugin with Warcraft sounds for opencode completion alerts.
$ opencode plugin add warcraft-notifications
With Context MCP // Project-specific markdown notes
MCP server for managing project-specific markdown notes with templates, batch edits, and ignore patterns.
$ opencode plugin add with-context-mcp
Zellij Namer // Auto-rename Zellij sessions
Keeps your Zellij session name in sync with your work.
$ opencode plugin add zellij-namer