원클릭으로
opencode
Provider-agnostic AI coding agent with TUI — one-shot tasks, interactive sessions, and parallel work patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Provider-agnostic AI coding agent with TUI — one-shot tasks, interactive sessions, and parallel work patterns.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Penetration testing tools for the CodeAgent — network scanning, service enumeration, and vulnerability checks
Obsidian Local REST API tools for the CodeAgent — manage vault notes, search, and metadata
Frida dynamic instrumentation tools for the CodeAgent — mobile app analysis and SSL unpinning
DuckDB in-process analytics tools for the CodeAgent — SQL on CSV/Parquet/JSON without a server
Supabase client tools for the CodeAgent — database CRUD, auth, storage, and edge functions
OSINT reconnaissance tools for the CodeAgent — domain, IP, email, and social media intelligence
| name | opencode |
| description | Provider-agnostic AI coding agent with TUI — one-shot tasks, interactive sessions, and parallel work patterns. |
| metadata | {"version":"1.0.0","author":"erebus","tags":["autonomous-agents","opencode","coding","tui"]} |
Use this skill to delegate tasks to the OpenCode agent.
# One-shot task
opencode run "Implement the caching layer for the API"
# Interactive mode
opencode
# With specific provider
OPENCODE_PROVIDER=anthropic opencode run "Write unit tests for auth module"