add-opencode

Configure OpenCode as an agent provider with container and dependency setup.

30.5k|12.9k|Updated Jan 31, 2026
One-click install
npx skills add https://github.com/nanocoai/nanoclaw --skill add-opencode-nanocoai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-opencode
Source: https://github.com/nanocoai/nanoclaw/tree/main/.claude/skills/add-opencode
Command: npx skills add https://github.com/nanocoai/nanoclaw --skill add-opencode-nanocoai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @opencode-ai/sdk, typescript, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill enables seamless integration of OpenCode as an agent backend, allowing users to deploy AI agents with customizable provider configurations.

Core Features & Use Cases

  • Provider Setup: Sets up OpenCode support by copying provider files and installing dependencies.
  • Container Configuration: Modifies Docker and source files to include the OpenCode SDK, ensuring compatibility.
  • Use Case: Deploy an AI agent that leverages OpenCode's API endpoints to process user queries within a secure containerized environment.

Quick Start

Follow the instructions to fetch the OpenCode provider files, update configuration, and rebuild the agent container to activate OpenCode support.

Frequently Asked Questions about add-opencode

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I integrate an AI agent provider using the OpenCode SDK?

To integrate an AI agent provider using the OpenCode SDK, fetch the provider files, update configuration, install dependencies, and rebuild the agent container to activate support.

Can I deploy AI agents with OpenCode in a containerized environment?

Yes, you can deploy AI agents in a containerized environment by modifying Docker files to include the OpenCode SDK, ensuring compatibility and secure processing of user queries.

Do I need TypeScript to set up OpenCode as an agent backend?

Yes, TypeScript is required as a dependency to set up OpenCode as an agent backend, along with the OpenCode SDK, to properly configure and deploy your AI agents.

What's the best way to configure OpenCode API endpoints for an AI agent?

The best way to configure OpenCode API endpoints is by copying the provider files into your project and updating the source files to leverage OpenCode's API services.

Why does my OpenCode AI agent container fail to process user queries after setup?

If your OpenCode AI agent container fails to process user queries, verify that the Docker files were modified correctly and that all dependencies were installed before rebuilding the container.