원클릭으로
agent-creator
Create new OpenCode agents with a gpt-5.2-codex default.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create new OpenCode agents with a gpt-5.2-codex default.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Create OpenCode custom commands for repeatable tasks.
Create targeted Cal links for specific people or teams
Use Chrome MCP to verify OpenWork UI flows, especially any feature that touches remote behavior. Triggers when user mentions: - "test with chrome mcp" - "ui verification" - "remote behavior test"
Start the OpenWork dev stack via Docker and verify real user flows via Chrome MCP. Triggers when user mentions: - "dev-up.sh" - "docker dev stack" - "verify in chrome mcp" - "test the real flow"
Run owpenbot/openwrk integration tests with Telegram test tokens. Triggers when user mentions: - "owpenbot tests" - "telegram test tokens" - "openwrk integration test"
Create OpenCode plugins and know where to load them.
| name | agent-creator |
| description | Create new OpenCode agents with a gpt-5.2-codex default. |
opencode agent create
agents/<name>.md~/.config/opencode/agents/<name>.mdUse gpt-5.2-codex as the default model for new agents unless a workflow needs a different model.
---
description: One-line description of what the agent does
mode: subagent
model: gpt-5.2-codex
tools:
write: false
edit: false
bash: false
---
You are a specialized agent. Describe your task, boundaries, and expected output.
mode to primary, subagent, or all.tools controls per-agent tool access.Follow the official OpenCode agent docs: https://opencode.ai/docs/agents/
opencode agent create and choose project scope.