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.
Execute shell commands with strict adherence to non-interactive flags and environment variables to prevent hanging in OpenCode's headless environment.
Quickly install shell-command AI skill to your development environment via command line
Source: iyaki/opencode-base-template.
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.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/iyaki/opencode-base-template --skill shell-commandExecute 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.
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
https://github.com/iyaki/opencode-base-template