Skip to main content
Station provides an OpenCode skill plugin that teaches OpenCode how to use the Station CLI effectively.

What’s Included

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

This installs the Station skills to your OpenCode configuration.

Verify Installation

After installation, the skills are available in OpenCode:

Prerequisites

Before using the plugin:
  1. Station CLI installed: See Installation
  2. Station initialized: Run stn init to set up your workspace
  3. 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.yaml structure
  • 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

OpenCode’s plugin provides skills only. For MCP tool integration, use the Station CLI directly:

Troubleshooting

Skills Not Loading

  1. Verify installation succeeded:
  1. Check OpenCode skill directory:
  1. Restart OpenCode after installation

Station Commands Failing

  1. Verify Station is installed:
  1. Verify Station is initialized:
  1. 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