What’s Included
| Component | Description |
|---|---|
| station | Core CLI reference - commands, agent format, workflows |
| station-config | Configuration deep-dive - all config options explained |
Unlike Claude Code, OpenCode doesn’t have an MCP integration or slash commands. The plugin provides skills only - comprehensive guides that teach OpenCode how to work with Station.
Quick Start
Install the Plugin
Verify Installation
After installation, the skills are available in OpenCode:Prerequisites
Before using the plugin:- Station CLI installed: See Installation
- Station initialized: Run
stn initto set up your workspace - OpenCode installed: OpenCode installation guide
Available Skills
station
The core Station skill - load it with/skill station.
Covers:
- Agent Management: Create, run, list, update, delete agents
- Dotprompt Format: YAML frontmatter + Handlebars templates
- MCP Tools: Station’s 55+ MCP tools for external integrations
- Workflows: State machine orchestration patterns
- Environments: Separate dev/staging/prod configurations
- Bundles: Package and distribute agent collections
station-config
Configuration deep-dive - load it with/skill station-config.
Covers:
- Global Config:
~/.config/station/config.yamlstructure - AI Providers: OpenAI, Anthropic, Azure, Ollama setup
- Coding Backends: OpenCode, Claude Code integration
- CloudShip Platform: Registration and management
- OAuth: Provider authentication flows
- Environment Variables: All supported env vars
Usage Examples
Creating an Agent
Building a Workflow
Configuration Help
Skills vs MCP Tools
| Feature | OpenCode Plugin | Claude Code Plugin |
|---|---|---|
| Skills | Yes (2 skills) | Yes (2 skills) |
| MCP Tools | No | Yes (55+ tools) |
| Slash Commands | No | Yes (4 commands) |
| Installation | bunx one-liner | Plugin marketplace |
Troubleshooting
Skills Not Loading
- Verify installation succeeded:
- Check OpenCode skill directory:
- Restart OpenCode after installation
Station Commands Failing
- Verify Station is installed:
- Verify Station is initialized:
- Check AI provider is configured:
Manual Installation
If the automated installer doesn’t work, you can manually copy the skills:Next Steps
Agent Development
Create custom AI agents
Workflows
Multi-step orchestration
Bundles
Package and distribute agents
Claude Code Plugin
Full MCP integration for Claude Code

