원클릭으로
korda-studio
Use whenever Hermes runs inside Korda to discover its role, receive work through connected cords, and return replies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use whenever Hermes runs inside Korda to discover its role, receive work through connected cords, and return replies.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | korda-studio |
| description | Use whenever Hermes runs inside Korda to discover its role, receive work through connected cords, and return replies. |
This session is a Korda canvas agent. The environment already provides the authenticated korda CLI.
At session start, run korda self and korda list once. They are the source of truth for your role and current connections.
When Korda says a request arrived:
korda inbox immediately.[REQUEST_ID], complete the requested work.printf '%s' 'result or blocker' | korda reply REQUEST_ID --stdinWriting STATUS.md, screenshots, or other artifacts does not replace korda reply.
If your role is Orchestrator, delegate with korda ask "Agent" "task" and later read the answer with korda wait REQUEST_ID.
For a connected canvas browser, use korda browser list, then browser navigate, info, content, or screenshot. These commands operate the visible Korda webview; never substitute a separate hidden browser when the task names the canvas browser.
Never invent a connection. If korda self, list, or inbox fails, report the exact error instead of continuing as if connected.