diff --git a/README.md b/README.md
index 6cf8d91..8e8d768 100644
--- a/README.md
+++ b/README.md
@@ -385,6 +385,15 @@
+
+ opencode-snip
- OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%
+
+ Automatically prefixes supported shell commands (git, go, cargo, npm, docker, etc.) with snip to filter output before it reaches your LLM context window.
+
+ 🔗 View Repository
+
+
+
OpenHax Codex
- OAuth authentication
diff --git a/dist/registry.json b/dist/registry.json
index 5865c94..e7aafb8 100644
--- a/dist/registry.json
+++ b/dist/registry.json
@@ -462,6 +462,18 @@
],
"tags": []
},
+ {
+ "productId": "opencode-snip",
+ "type": "plugins",
+ "displayName": "opencode-snip",
+ "repoUrl": "https://github.com/VincentHardouin/opencode-snip",
+ "tagline": "OpenCode plugin that prefixes shell commands with snip to reduce LLM token consumption by 60-90%",
+ "description": "Automatically prefixes supported shell commands (git, go, cargo, npm, docker, etc.) with snip to filter output before it reaches your LLM context window.",
+ "scope": [
+ "global"
+ ],
+ "tags": []
+ },
{
"productId": "opencode-snippets",
"type": "plugins",