Opencode Cli banner
SpillwaveSolutions SpillwaveSolutions

Opencode Cli

Development community

Description

Skill that knows how to call opencode_cli headless

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

OpenCode CLI Skill

A Claude Code skill for headless LLM automation using the OpenCode CLI.

Table of Contents

Overview

This skill provides Claude with comprehensive knowledge about the [OpenCode CLI](https://opencode.ai), a Go-based tool that provides access to 75+ LLM providers through a unified interface. The skill focuses on the headless `run` command for automation and subprocess integration.

Features

  • Multi-Provider Support: Access 75+ LLM providers including Anthropic, Google, OpenAI, and more
  • Headless Automation: Use the run command for non-interactive LLM operations
  • Subprocess Integration: Patterns for integrating OpenCode into your automation pipelines
  • Local Model Support: Configuration guides for Ollama and LM Studio
  • MCP Server Configuration: Set up and manage Model Context Protocol servers

Installation

Installing with Skilz

The easiest way to install this skill is using the [Skilz universal installer](https://github.com/rickbsgu/skilz):

# Install skilz if you haven't already
npm install -g skilz

# Install this skill
skilz install SpillwaveSolutions_opencode_cli/opencode_cli

The skill will be installed to `~/.claude/skills/opencode_cli/`.

View this skill on the [Skilz Marketplace](https://skillzwave.ai/skill/SpillwaveSolutions__opencode_cli__opencode_cli__SKILL/).

Manual Installation

Clone or download this repository to your Claude Code s