mirror of
https://github.com/awesome-opencode/awesome-opencode.git
synced 2026-07-09 17:19:13 +00:00
docs: auto-regenerate README and registry data
This commit is contained in:
parent
04b60dd40d
commit
d2c91b95d4
2 changed files with 120 additions and 0 deletions
45
README.md
45
README.md
|
|
@ -223,6 +223,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Dodo Payments</b> <img src="https://badgen.net/github/stars/dodopayments/dodo-agent-plugin" height="14"/> - <i>Payments, subscriptions, webhooks, and billing for OpenCode agents</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/dodopayments/dodo-agent-plugin">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Dynamic Context Pruning</b> <img src="https://badgen.net/github/stars/Tarquinen/opencode-dynamic-context-pruning" height="14"/> - <i>Optimize token usage</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -232,6 +241,15 @@
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Ejentum</b> <img src="https://badgen.net/github/stars/ejentum/ejentum-mcp" height="14"/> - <i>MCP server with reasoning, code, anti-deception, and memory tools for AI agents</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/ejentum/ejentum-mcp">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Envsitter Guard</b> <img src="https://badgen.net/github/stars/boxpositron/envsitter-guard" height="14"/> - <i>Prevent .env leaks</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -520,6 +538,24 @@ sync and targeted validation checks, and helps keep repo knowledge branch-local
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Chromium Browser Plugin</b> <img src="https://badgen.net/github/stars/DJOCKER-FACE/opencode-chromium-browser-plugin" height="14"/> - <i>Browser automation for Chromium browsers with a readable extension and native host</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/DJOCKER-FACE/opencode-chromium-browser-plugin">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Ensemble</b> <img src="https://badgen.net/github/stars/hueyexe/opencode-ensemble" height="14"/> - <i>Parallel agent teams for OpenCode</i></summary>
|
||||
<blockquote>
|
||||
Coordinate parallel OpenCode agents with peer messaging, a shared task board, git worktree isolation, and a live dashboard.
|
||||
<br><br>
|
||||
<a href="https://github.com/hueyexe/opencode-ensemble">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Hooks Plugin</b> <img src="https://badgen.net/github/stars/romain325/opencode-hooks-plugin" height="14"/> - <i>Claude code compatible hooks</i></summary>
|
||||
<blockquote>
|
||||
|
|
@ -1615,6 +1651,15 @@ Also available for bat and Ghostty in the same repository.
|
|||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>OpenCode Sidebar</b> <img src="https://badgen.net/github/stars/arnavpisces/opencode-sidebar" height="14"/> - <i>Tmux sidebar for managing OpenCode sessions</i></summary>
|
||||
<blockquote>
|
||||
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.
|
||||
<br><br>
|
||||
<a href="https://github.com/arnavpisces/opencode-sidebar">🔗 <b>View Repository</b></a>
|
||||
</blockquote>
|
||||
</details>
|
||||
|
||||
<details>
|
||||
<summary><b>Opencode Skills</b> <img src="https://badgen.net/github/stars/malhashemi/opencode-skills" height="14"/> - <i>Skills management</i></summary>
|
||||
<blockquote>
|
||||
|
|
|
|||
75
dist/registry.json
vendored
75
dist/registry.json
vendored
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue