Create Opencode Plugin
Generates functional, open-source plugins based on user descriptions, streamlining development workflows and extending application capabilities.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add create-opencode-plugin npx -- -y @trustedskills/create-opencode-plugin
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"create-opencode-plugin": {
"command": "npx",
"args": [
"-y",
"@trustedskills/create-opencode-plugin"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows you to create and install custom Opencode plugins directly within your AI agent environment. It streamlines the workflow of extending agent capabilities without needing manual file system access or complex build pipelines.
When to use it
- You need to add a new tool or library to an existing Opencode agent configuration quickly.
- You are developing a custom extension for an AI agent and want immediate testing feedback.
- You prefer a CLI-based approach over editing configuration files manually.
- You are iterating on agent workflows and require rapid plugin deployment cycles.
Key capabilities
- Generates the necessary plugin structure automatically.
- Installs the created plugin directly into the active Opencode environment.
- Supports dynamic extension of agent functionality via custom code.
- Integrates seamlessly with the Opencode workflow engine.
Example prompts
- "Create a new Opencode plugin that fetches real-time weather data and add it to my current project."
- "Generate a plugin for an AI agent that summarizes PDF documents and install it immediately."
- "Build a custom tool plugin for my Opencode setup that executes shell commands with sandboxing and verify the installation."
Tips & gotchas
Ensure you have the Opencode CLI installed and configured before attempting to create plugins, as the skill relies on local environment detection. Be aware that newly created plugins may require specific permissions or dependencies defined within their code to function correctly inside the agent's sandbox.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.