Plugin Marketplace
Extend Nexus with official plugins
Nexus plugins are TypeScript modules that hook into the OpenCode runtime. They add platform-aware behavior to your agentic workflows — from cost tracking to CI/CD integration. Distributed as source via nexus pull — no npm install required.
Free Plugins
IncludedCore plugins ship with every Nexus workspace. They activate automatically after nexus pull and require zero configuration.
nexus-compaction-plus
v1.8.0FreePreserves Nexus session context across OpenCode compaction events and records each compaction as an auditable session entry.
- Session context preserved across compaction
- Audit trail of every context reset
- Zero config — auto-activated via nexus pull
nexus-cost-control
v2.0.0FreeToken usage and cost tracking for Nexus sessions using native OpenCode message data. Zero external dependencies.
- Per-session token & cost tracking
- Auto-snapshot to session timeline
- Per-model breakdown (input/output/cache)
Alpha Plugins
Early AccessIn active development. Early adopters get priority access at a reduced price. Source code published when the plugin reaches beta. Available on Pro and Enterprise plans.
nexus-vault-shield
v0.1.0Classification-driven encryption for documents and project artifacts based on customer/project confidentiality levels.
- Encryption policy per confidentiality level
- AWS KMS / GCP Cloud KMS / HashiCorp Vault
- Automatic watermarking on PDF exports
- Audit log for every decrypt operation
nexus-knowledge-graph
v0.1.0Transforms uploaded documents into a searchable knowledge graph with entity and relationship extraction.
- PDF / Markdown / DOCX extraction pipeline
- Entity + relationship extraction (AWS Textract)
- PostgreSQL-native graph schema (part of Nexus DB)
- MCP tools for agent graph traversal
nexus-llm-bridge
v0.1.0Connect your own vLLM/LLM inference stack and auto-configure it as a dedicated provider in OpenCode workspaces.
- Auto-discovery of vLLM / LiteLLM endpoints
- Health monitoring + failover to cloud
- Auto-write to opencode.json providers block
- Per-project model assignment via UI
nexus-ci-bridge
v0.1.0CI/CD pipeline integration — validates PRs against ADRs, generates review comments, and reports results to Nexus sessions.
- PR validation against ADRs + directives
- Auto-generated architectural review comments
- GitHub Actions / GitLab CI integration
- Pipeline results → Nexus session entries
How Plugins Work
Pull
Run nexus pull in your project. The CLI downloads plugin source files into .opencode/plugins/.
Load
OpenCode auto-discovers plugins on startup. Each plugin registers hooks, tools, and metadata — no config needed.
Execute
Hooks fire on runtime events (compaction, idle, etc.). Tools become available to agents. Everything is auditable via Nexus sessions.
Ready to extend your workspace?
Free plugins are included with every plan. Start building today.