ワンクリックで
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.