diff --git a/README.md b/README.md index e2367ec..5e7be37 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,15 @@ +
+ Dodo Payments - Payments, subscriptions, webhooks, and billing for OpenCode agents +
+ Official Dodo Payments plugin for OpenCode (also Claude Code, Codex, Cursor). Bundles eight integration skills (checkout, subscriptions, webhooks, usage-based billing, credits, license keys, BillingSDK, best practices) plus two MCP servers — a live API server with browser OAuth and a documentation search server. Distributed via npm as @dodopayments/opencode-plugin. +

+ 🔗 View Repository +
+
+
Dynamic Context Pruning - Optimize token usage
@@ -232,6 +241,15 @@
+
+ Ejentum - MCP server with reasoning, code, anti-deception, and memory tools for AI agents +
+ MCP server with four tools (harness_reasoning, harness_code, harness_anti_deception, harness_memory) that AI agents can call on demand. Each tool returns a structured prompt the calling agent ingests before generating. +

+ 🔗 View Repository +
+
+
Envsitter Guard - Prevent .env leaks
@@ -520,6 +538,24 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
+
+ OpenCode Chromium Browser Plugin - Browser automation for Chromium browsers with a readable extension and native host +
+ OpenCode browser automation for Chromium-based browsers using a readable Manifest V3 extension, Node.js native messaging host, and OpenCode-native tools. Supports Chrome, Edge, Brave, Chromium, screenshots, CDP commands, DOM actions, downloads, console/network inspection, and controlled tab sessions. +

+ 🔗 View Repository +
+
+ +
+ OpenCode Ensemble - Parallel agent teams for OpenCode +
+ Coordinate parallel OpenCode agents with peer messaging, a shared task board, git worktree isolation, and a live dashboard. +

+ 🔗 View Repository +
+
+
Opencode Hooks Plugin - Claude code compatible hooks
@@ -1615,6 +1651,15 @@ Also available for bat and Ghostty in the same repository.
+
+ OpenCode Sidebar - Tmux sidebar for managing OpenCode sessions +
+ A tmux-backed sidebar launcher for OpenCode that keeps the session list, preview pane, and OpenCode TUI together in one workspace. It supports session recall, background sessions, search, project folders, deletion, and sound notifications. +

+ 🔗 View Repository +
+
+
Opencode Skills - Skills management
diff --git a/dist/registry.json b/dist/registry.json index 9bdf5ec..2057631 100644 --- a/dist/registry.json +++ b/dist/registry.json @@ -284,6 +284,18 @@ ], "tags": [] }, + { + "productId": "dodo-payments", + "type": "plugins", + "displayName": "Dodo Payments", + "repoUrl": "https://github.com/dodopayments/dodo-agent-plugin", + "tagline": "Payments, subscriptions, webhooks, and billing for OpenCode agents", + "description": "Official Dodo Payments plugin for OpenCode (also Claude Code, Codex, Cursor). Bundles eight integration skills (checkout, subscriptions, webhooks, usage-based billing, credits, license keys, BillingSDK, best practices) plus two MCP servers — a live API server with browser OAuth and a documentation search server. Distributed via npm as @dodopayments/opencode-plugin.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "dynamic-context-pruning", "type": "plugins", @@ -296,6 +308,19 @@ ], "tags": [] }, + { + "productId": "ejentum-mcp", + "type": "plugins", + "displayName": "Ejentum", + "repoUrl": "https://github.com/ejentum/ejentum-mcp", + "tagline": "MCP server with reasoning, code, anti-deception, and memory tools for AI agents", + "description": "MCP server with four tools (harness_reasoning, harness_code, harness_anti_deception, harness_memory) that AI agents can call on demand. Each tool returns a structured prompt the calling agent ingests before generating.", + "scope": [ + "global" + ], + "tags": [], + "homepageUrl": "https://ejentum.com" + }, { "productId": "envsitter-guard", "type": "plugins", @@ -724,6 +749,44 @@ ], "tags": [] }, + { + "productId": "opencode-chromium-browser-plugin", + "type": "plugins", + "displayName": "OpenCode Chromium Browser Plugin", + "repoUrl": "https://github.com/DJOCKER-FACE/opencode-chromium-browser-plugin", + "tagline": "Browser automation for Chromium browsers with a readable extension and native host", + "description": "OpenCode browser automation for Chromium-based browsers using a readable Manifest V3 extension, Node.js native messaging host, and OpenCode-native tools. Supports Chrome, Edge, Brave, Chromium, screenshots, CDP commands, DOM actions, downloads, console/network inspection, and controlled tab sessions.", + "scope": [ + "project" + ], + "tags": [ + "browser", + "chromium", + "automation", + "native-messaging", + "cdp" + ], + "homepageUrl": "https://github.com/DJOCKER-FACE/opencode-chromium-browser-plugin" + }, + { + "productId": "opencode-ensemble", + "type": "plugins", + "displayName": "OpenCode Ensemble", + "repoUrl": "https://github.com/hueyexe/opencode-ensemble", + "tagline": "Parallel agent teams for OpenCode", + "description": "Coordinate parallel OpenCode agents with peer messaging, a shared task board, git worktree isolation, and a live dashboard.", + "scope": [ + "global" + ], + "tags": [ + "agents", + "multi-agent", + "orchestration", + "worktrees", + "dashboard" + ], + "homepageUrl": "https://www.npmjs.com/package/@hueyexe/opencode-ensemble" + }, { "productId": "opencode-github-release", "type": "plugins", @@ -1988,6 +2051,18 @@ ], "tags": [] }, + { + "productId": "opencode-sidebar", + "type": "projects", + "displayName": "OpenCode Sidebar", + "repoUrl": "https://github.com/arnavpisces/opencode-sidebar", + "tagline": "Tmux sidebar for managing OpenCode sessions", + "description": "A tmux-backed sidebar launcher for OpenCode that keeps the session list, preview pane, and OpenCode TUI together in one workspace. It supports session recall, background sessions, search, project folders, deletion, and sound notifications.", + "scope": [ + "global" + ], + "tags": [] + }, { "productId": "opencode-skills", "type": "projects",