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