Channel management — messaging integrations overview, health checks, deployments, start/stop services. Reads infra/channels/*.yaml for channel definitions. For scheduled tasks / cron jobs: use the /schedule skill instead. Trigger: "/channel", "channel status", "channel health", "channel deploy", "start channel", "stop channel".
Scanned 9/5/2026
Install to Claude Code
npx -y skills add bks-lab/open-bridge --skill channel --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Channel?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bks-lab-channel)More formats (shields.io, HTML) on the badges page.
---
name: channel
description: >-
Channel management — messaging integrations overview, health checks,
deployments, start/stop services.
Reads infra/channels/*.yaml for channel definitions.
For scheduled tasks / cron jobs: use the /schedule skill instead.
Trigger: "/channel", "channel status", "channel health",
"channel deploy", "start channel", "stop channel".
metadata:
scope: core
---
# Channel
Manage messaging channels (imessage, email, telegram, whatsapp, signal, teams)
and their runtime services. Read the referenced file ONLY when triggered.
## Scope boundary
| Concern | Owner |
|---------|-------|
| Channel inventory, health, deploy, start/stop | **This skill** |
| Scheduled messages, cron/launchd/systemd jobs | **`/schedule` skill** |
| Recipient groups for those messages | **`/mandants` skill** |
When the user asks about a scheduled message ("compliment for Mom",
"weekly-digest", cron timing) route to `/schedule`. Channel management
is the transport layer; scheduling is a separate concern.
## Arguments
| Argument | Effect | Default |
|----------|--------|---------|
| `(none)` | Channel overview | — |
| `{name}` | Detail view of one channel | — |
| `health` | Health check all channels | — |
| `deploy {name}` | Deploy channel service | — |
| `start/stop/restart {name}` | Service control | — |
## Decision Tree
```
User wants to...
├── Channel overview / status → Read references/workflow.md (§ Overview)
├── Channel health check → Read references/workflow.md (§ Health Check)
├── Start/stop a channel → Read references/workflow.md (§ Start/Stop)
├── Deploy channel services → Read references/workflow.md (§ Deploy)
├── Scheduled messages / cron jobs → Delegate to `/schedule` skill
├── Recipient group management → Delegate to `/mandants` skill
└── Questions about channels → Answer from this file
```
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!