agentsclimarketplace

Channel

Skill bks-lab/open-bridge/skills/channel

Your AI coding agent starts every session knowing your repos, your clients, and how you work — a plain git repo of markdown + YAML it reads at session start, independent of model or frontend. Context compounds instead of restarting. MIT.

Install
npx -y skills add bks-lab/open-bridge --skill channel

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

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".

SKILL.md

1.9 KB, as published. Nobody here has run it

Channel

Manage messaging channels (imessage, email, telegram, whatsapp, signal, teams) and their runtime services. Read the referenced file ONLY when triggered.

Scope boundary

ConcernOwner
Channel inventory, health, deploy, start/stopThis 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

ArgumentEffectDefault
(none)Channel overview
{name}Detail view of one channel
healthHealth 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

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.