Note: This is an independent, community-driven project and is not affiliated with, endorsed by, or officially connected to OpenCode (opencode.ai) or Anomaly Co.
A community-driven marketplace for discovering and sharing OpenCode plugins.
- Browse Plugins: Explore plugins by category
- Detailed Information: View installation instructions, usage examples, and documentation
- Community-Driven: Anyone can contribute via Pull Requests
- Validated Submissions: Automatic JSON schema validation ensures quality
- Fast & Static: Built with SolidJS and hosted on Firebase
Visit the marketplace at: https://opencode-plugin-market.web.app
Install plugins from the OpenCode Plugin Marketplace directly from your terminal with the /plugin command!
⚠️ Experimental: This feature is experimental and may change in future versions.
Global installation (recommended):
curl -fsSL https://raw.githubusercontent.com/Tommertom/opencode-plugin-marketplace/main/command/plugin.md \
-o ~/.config/opencode/command/plugin.mdRestart OpenCode and use:
/plugin list # List all available plugins
/plugin install <name> # Install a plugin
/plugin create <name> # Create a new plugin
/plugin remove <name> # Remove a plugin
See CONTRIBUTING.md for detailed instructions.
All plugin submissions must validate against schema/plugin.schema.json.
name- Unique plugin identifier (lowercase, alphanumeric, hyphens)displayName- Human-readable namedescription- 10-500 characterscategories- Array of categoriesauthors- Array with name and URLlicense- SPDX license identifierlinks.repository- Git repository URLopencode.minimumVersion- Minimum OpenCode version (semver)installation.summary- Brief summary (10-200 chars)installation.markdown- Detailed instructions (Markdown)maintained- Boolean for maintenance statuslastUpdated- Date in YYYY-MM-DD format
links.homepage- Plugin websitelinks.documentation- Docs URLopencode.maximumVersion- Max compatible versionusage.markdown- Usage guide (Markdown)installableFromMarketplace- Boolean flag for/plugin installcompatibility (defaults tofalse)
- Development
- Documentation
- Integration
- Productivity
- Providers
- Utilities
MIT License - see LICENSE for details
Built with:
- SolidJS - Reactive UI framework
- Vite - Build tool
- Firebase Hosting - Static hosting
- solid-markdown - Markdown rendering
- Ajv - JSON Schema validation