·shell-command
</>

shell-command

Execute shell commands with strict adherence to non-interactive flags and environment variables to prevent hanging in OpenCode's headless environment.

10Installs·4Trend·@iyaki

Installation

$npx skills add https://github.com/iyaki/opencode-base-template --skill shell-command

How to Install shell-command

Quickly install shell-command AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/iyaki/opencode-base-template --skill shell-command
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: iyaki/opencode-base-template.

SKILL.md

View raw

Context: OpenCode's shell environment is strictly non-interactive. It lacks a TTY/PTY, meaning any command that waits for user input, confirmation, or launches a UI (editor/pager) will hang indefinitely and timeout.

Goal: Achieve parity with Claude Code's shell capabilities through internalized knowledge of non-interactive flags and environment variables.

To match the high-agency, autonomous capabilities of advanced models (like Claude Sonnet), this strategy enforces strict cognitive patterns. These are not just shell tips; they are behavioral requirements for success in this environment.

Execute shell commands with strict adherence to non-interactive flags and environment variables to prevent hanging in OpenCode's headless environment. Source: iyaki/opencode-base-template.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/iyaki/opencode-base-template --skill shell-command
Category
</>Dev Tools
Verified
First Seen
2026-03-10
Updated
2026-03-10

Browse more skills from iyaki/opencode-base-template

Quick answers

What is shell-command?

Execute shell commands with strict adherence to non-interactive flags and environment variables to prevent hanging in OpenCode's headless environment. Source: iyaki/opencode-base-template.

How do I install shell-command?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/iyaki/opencode-base-template --skill shell-command Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/iyaki/opencode-base-template

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-03-10

Related Skills

None