shell-command とは?
OpenCode のヘッドレス環境でのハングを防ぐために、非対話型フラグと環境変数を厳守してシェル コマンドを実行します。 ソース: iyaki/opencode-base-template。
OpenCode のヘッドレス環境でのハングを防ぐために、非対話型フラグと環境変数を厳守してシェル コマンドを実行します。
コマンドラインで shell-command AI スキルを開発環境にすばやくインストール
ソース: 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.
OpenCode のヘッドレス環境でのハングを防ぐために、非対話型フラグと環境変数を厳守してシェル コマンドを実行します。 ソース: iyaki/opencode-base-template。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/iyaki/opencode-base-template --skill shell-commandOpenCode のヘッドレス環境でのハングを防ぐために、非対話型フラグと環境変数を厳守してシェル コマンドを実行します。 ソース: iyaki/opencode-base-template。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/iyaki/opencode-base-template --skill shell-command インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/iyaki/opencode-base-template