opencode-skill

Operate OpenCode as a terminal-first coding agent with filesystem access.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/openagent-sh/openagent --skill opencode-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: opencode-skill
Source: https://github.com/openagent-sh/openagent/tree/main/system/skills/opencode-skill
Command: npx skills add https://github.com/openagent-sh/openagent --skill opencode-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

OpenCode reference skill provides a ready-to-use, terminal-first AI coding agent with full filesystem access, plugin architecture, and CLI automation to streamline development workflows.

Core Features & Use Cases

  • Terminal-first coding agent with file system access and extensible plugins.
  • Built-in agents and tools for coding, DevOps, automation, and task workflows.
  • Use cases include writing code, automating repetitive tasks, and integrating with custom workflows in local or remote projects.

Quick Start

Install OpenCode per project documentation, start the TUI with opencode, continue a session with opencode --continue, and load this skill with skill({ name: "opencode-skill" }). Then prompt the AI to begin a coding task.

Frequently Asked Questions about opencode-skill

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

FAQPage Schema
What is a terminal-first coding agent and how does it work?

A terminal-first coding agent operates directly within your shell environment with full filesystem access to execute commands, edit code, and automate DevOps tasks. It uses a plugin architecture to extend functionality for local or remote project workflows.

How do I start a coding task with an AI agent in the terminal?

To start a coding task in the terminal, launch the OpenCode TUI with the opencode command, load the terminal-first coding skill, and prompt the AI with your specific coding, automation, or file editing request.

Can I use terminal automation for DevOps tasks in remote environments?

Yes, terminal automation supports DevOps tasks across both local projects and remote environments. The coding agent utilizes standard shell tools and full filesystem access to execute commands and automate workflows.

Do I need a specific shell or runtime to use terminal-based coding agents?

You need the OpenCode runtime, a compatible shell, and standard tools for code editing, file I/O, and command execution. These prerequisites enable the terminal-first coding agent to interact with your filesystem.

How do I resume a previous terminal coding or automation session?

You can resume a previous terminal coding or automation session by running the command opencode --continue. This restores your prior context so you can pick up your coding task immediately.