Persistent memory with vector databaseA 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.View Repository
Agent Memory
Letta-inspired memoryGives the agent persistent, self-editable memory blocks inspired by Letta agents.View Repository
Simple Memory
Git-based memorySimple plugin to manage memory inside a git repo that can be committed and reviewed by team members.View Repository
Context Analysis
Token usage analysisAn opencode plugin that provides detailed token usage analysis for your AI sessions.View Repository
Dynamic Context Pruning
Optimize token usagePlugin that optimises token usage by pruning obsolete tool outputs from conversation context.View Repository
Tokenscope
Token analysis & cost trackingComprehensive token usage analysis and cost tracking for opencode sessions.View Repository
Opencode Quota
Quota toasts and token trackingTrack quota and token usage across providers via automatic toasts and slash commands.View Repository
opencode-mystatus
Check AI subscription quotasCheck all your AI subscription quotas in one command. Supports OpenAI (Plus/Pro/Codex, etc.), Zhipu AI, Google Antigravity, and more.View Repository
Agents & Pre-built toolsBackground agents, pre-built tools (LSP/AST/MCP), curated agents, and a Claude Code compatible layer.View Repository
Oh My Opencode Slim
Lightweight agent orchestration with reduced token usageSlimmed-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.View Repository | Homepage
Opencode Workspace
Multi-agent orchestrationBundled multi-agent orchestration harness with 16 components in one install.View Repository
Background Agents
Async agent delegationClaude Code-style background agents with async delegation and context persistence.View Repository
Background
Background process managementBackground process management plugin for opencode.View Repository
Swarm Plugin
Swarm intelligenceSwarm plugin for opencode enabling swarm-based agent coordination.View Repository
Pocket Universe
A subagent driven pocket universe for your primary agentAsync 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.View Repository
Subtask2
Orchestration systemExtend opencode /commands into a powerful orchestration system with granular flow control.View Repository
Interactive plan review UIPlan review UI with visual annotation, private/offline sharing, and Obsidian/Bear integration.View Repository
OpenSpec
Add Architecture planning and specification agent for OpenSpecAn OpenCode plugin that integrates OpenSpec, providing a dedicated agent for planning and specifying software architecture.View Repository
Beads Plugin
Beads issue tracker integrationIntegration for Steve Yegge’s beads issue tracker with /bd-* commands.View Repository
Google Antigravity modelsUse Gemini and Anthropic models for free via Google Antigravity IDE authentication.View Repository
Antigravity Multi-Auth
Multiple Google accountsFork of opencode-antigravity-auth that allows using multiple Google accounts with automatic rotation when rate limited.View Repository
Gemini Auth
Google account authAuthenticate the Opencode CLI with your Google account so you can use your existing Gemini plan.View Repository
OpenAI Codex Auth
ChatGPT Plus/Pro OAuthThis plugin enables opencode to use OpenAI’s Codex backend via ChatGPT Plus/Pro OAuth authentication.View Repository
OpenHax Codex
OAuth authenticationOAuth authentication plugin for personal coding assistance with ChatGPT Plus/Pro subscriptions.View Repository
Multi-branch devcontainersPlugin for running multiple devcontainer instances with auto-assigned ports and branch-based isolation.View Repository
Direnv
Load direnv variablesAutomatically loads direnv environment variables at session start. Perfect for Nix flakes.View Repository
Opencode Canvas
Interactive terminal canvases in tmux splitsInteractive terminal canvases (calendars, documents, flight booking) in tmux splits. Port of claude-canvas for OpenCode.View Repository
Morph Fast Apply
10,500+ tokens/sec code editingIntegrates Morph’s Fast Apply API for faster code editing with lazy edit markers and unified diff output.View Repository
WakaTime
WakaTime integrationWakaTime integration plugin for tracking coding activity in opencode sessions.View Repository
Google AI Search
Query Google AI Mode (SGE)An opencode plugin that exposes a native tool for querying Google AI Mode (SGE).View Repository
With Context MCP
Project-specific markdown notesMCP server for managing project-specific markdown notes with templates, batch edits, and ignore patterns.View Repository
Sync configs across machinesEnables syncing global opencode configurations across machines with public/private visibility options.View Repository
Opencode Snippets
Instant inline text expansionInstant inline text expansion for OpenCode. Type #snippet anywhere in your message and watch it transform. Brings DRY principles to prompt engineering with composable, shell-enabled snippets.View Repository
Opencode Ignore
Ignore files based on patternPlugin to ignore directory/file based on pattern.View Repository
Model Announcer
Model self-awarenessAutomatically injects the current model name into the chat context so the LLM is self-aware.View Repository
Optimal Model Temps
Optimal sampling temperaturesMinimal plugin that nudges specific models to their preferred sampling temperature.View Repository
Shell Strategy
Avoid interactive shell hangsInstructions file that teaches LLMs how to avoid interactive shell commands that hang in non-TTY environments.View Repository
UNMOJI
Strip emojis from outputA simple plugin that strips ALL emojis from agent outputs in Opencode.View Repository
Safety net catching destructive commandsA Claude Code plugin that acts as a safety net, catching destructive git and filesystem commands before they execute.View Repository
Envsitter Guard
Prevent .env leaksOpenCode plugin that prevents agents/tools from reading or editing sensitive .env* files, while still allowing safe inspection via EnvSitter (keys + deterministic fingerprints; never values).View Repository
CICD setup for pluginsFocuses on providing the CICD setup with generator script, release please, bun publish, npm trusted publishing, and mise tasks.View Repository