بنقرة واحدة
plugins
OpenCode Plugins - how to find, install, and use plugins to extend OpenCode functionality
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
OpenCode Plugins - how to find, install, and use plugins to extend OpenCode functionality
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Commands, man-style CLI flags, and Microsoft.WSL.Containers API for building/running Linux containers via wslc on Windows (no Docker Desktop required).
Run the Antigravity (Gemini) CLI agent harness via the agy binary. Includes interactive session control and exit handling.
Use this skill whenever you need to click, type, or navigate inside a browser window (Edge, Chrome, Firefox, etc.) but the computer-use MCP blocks interaction because the browser is granted at tier 'read'. This skill bypasses that restriction by injecting mouse and keyboard input at the Windows API level via PowerShell and user32.dll—the same technique that worked to navigate Edge to code.visualstudio.com. Trigger this skill any time you see the error 'granted at tier read — visible in screenshots only, no clicks or typing', or any time the user asks you to click or type in a browser and the Claude-in-Chrome extension is not connected.
Python SDK for programmatic control of GitHub Copilot CLI via JSON-RPC
Harden Windows Defender privacy settings for authorized pentest engagements. Disables telemetry uploads, sample submission, and cloud reporting to prevent leaking target info, credentials, and tooling to Microsoft. Includes exclusion management and post-engagement re-enablement.
Specification for building Model Context Protocol servers using Python
| name | plugins |
| description | OpenCode Plugins - how to find, install, and use plugins to extend OpenCode functionality |
| author | Tim Sonner |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":"developers","workflow":"extensibility","language":"markdown"} |
OpenCode supports a plugin system that allows you to extend its functionality with additional features, tools, and integrations.
OpenCode plugins are extensions that add new capabilities to the OpenCode agent, such as:
You can discover OpenCode plugins through:
The OpenCode Plugin Marketplace hosts verified plugins that have been tested for compatibility and safety.
Developers share plugins on platforms like GitHub, npm, and other code repositories.
Organizations may distribute custom plugins internally for team-specific needs.
Plugin installation methods vary depending on the plugin type:
opencode plugin install <plugin-name>
opencode plugin install https://github.com/user/plugin-repo
opencode plugin install ./path/to/plugin
Some plugins can be installed via npm, pip, or other package managers:
npm install @opencode/plugin-example
Once installed, plugins can be used in various ways:
Some plugins activate automatically upon installation and provide immediate functionality.
Plugins often add new skills that become available to agents:
/skills
Plugins may add new tools that agents can use:
/tools
Some plugins add new slash commands or modify existing ones.
Plugins may add new configuration options or modify default behaviors.
To create your own OpenCode plugin:
OpenCode supports several types of plugins:
Add new skills that teach agents specific capabilities.
Provide new tools that agents can use to perform actions.
Modify or enhance the OpenCode user interface.
Connect OpenCode to external services and platforms.
Add new slash commands or modify existing command behavior.
opencode plugin list
opencode plugin update <plugin-name>
opencode plugin uninstall <plugin-name>
opencode plugin info <plugin-name>
When using plugins:
If you need assistance with plugins: