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