一键导入
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.