원클릭으로
bind-channels
Use when setting up, inspecting, or changing messaging channel bindings for the user or a dedicated specialist channel.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when setting up, inspecting, or changing messaging channel bindings for the user or a dedicated specialist channel.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use for Gitea, GitOps, registry, and every non-trivial implementation task that should be delegated to Codex instead of being coded inline.
Use for non-trivial implementation work. Delegate the coding or large-repo analysis to Codex CLI, then record usage before handing back results.
Browse in-cluster Gitea repos, issues, pull requests, commits, chart values, GitOps definitions, and sandbox image sources for read-only design context with the `__REVIEWER_GITEA_USERNAME__` Gitea user shared with auditor.
Review in-cluster Gitea repos and pull requests by reading files, inspecting diffs, checking comments, posting review feedback, and approving with the `__REVIEWER_GITEA_USERNAME__` Gitea user shared with architect; merge only with explicit instruction.
Use this to turn recent Qdrant memories and changed Nextcloud docs into clean Memgraph links, Qdrant graph-link annotations, and an updated grooming checkpoint.
Use when routing work to a standing specialist or reviewing a specialist return.
| name | bind-channels |
| description | Use when setting up, inspecting, or changing messaging channel bindings for the user or a dedicated specialist channel. |
Use when channel setup, routing, or binding inspection is part of the task. Load it only when channel setup, routing, or binding inspection is actually involved.
Channel binding pins inbound messages from a channel or account to a specific agent:
openclaw agents bind --agent <id> --bind <channel[:accountId]>
Outbound routing is automatic: replies go back to the channel the message came from.
Outbound-only agents such as watchdog or workers do not need a binding. They route via the
session's lastRoute or through explicit openclaw message calls in cron prompts.
Routing priority from most to least specific:
accountId: "*")openclaw agents bind --agent main --bind <channel[:accountId]>openclaw agents bind --agent <agent-id> --bind <channel>:<dedicated-account-id>openclaw agents bind --agent <id> --bind <channel[:accountId]>openclaw agents list --bindingsopenclaw agents bindings --agent <id>openclaw agents unbind --agent <id> --bind <channel[:accountId]>openclaw agents unbind --agent <id> --all