Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/yogasw/wick/agent-channel-modulenpx skills add yogasw/wick --skill agent-channel-modulegit clone --depth 1 https://github.com/yogasw/wickWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/yogasw/wick/agent-channel-module)<a href="https://agentmods.dev/skills/yogasw/wick/agent-channel-module"><img src="https://agentmods.dev/badge/skills/yogasw/wick/agent-channel-module.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00164 | $0.04536 |
| Opus 5 | $0.00082 | $0.02268 |
| Sonnet 5 | $0.00033 | $0.00907 |
| Haiku 4.5 | $0.00016 | $0.00454 |
Grade A, and why
agent-channel-module scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 411 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Channel Module — wick core
Scope: this skill is for transports under
internal/agents/channels/— Slack, Telegram, and any future channel (Discord, Line, MS Teams, …). Channels are wick-internal: downstream projects never write their own. If you are building a tool, job, or connector, use a different skill.
Activate this skill whenever the user touches a channel transport — creating a new one, refactoring an existing one, fixing event fan-out / approval flow / hot-reload bugs, or editing the registry, setup composer, or shared interfaces. When editing an existing channel, audit it against the rules below and bring it up to spec as part of the change.
Mental model
A channel bridges one external chat surface (Slack thread, Telegram chat, …) to the wick agent pool. It owns:
- Inbound: listening for user messages, access control, meta-command intercept, dispatch to the pool via
SendFunc. - Outbound: posting agent replies (chunked, threaded, with reactions/lifecycle markers as appropriate).
- Approval: surfacing gate approval requests as native UI (Slack buttons, Telegram inline keyboard) and resolving the user's decision back through
ApproveFn. - Hot-reload: applying new credentials without restarting the server, via a
ConfigSource.
The registry (channels.Registry) is the single seam between the server and individual channels. Server constructs each channel with its config alone, hands it to the registry, and the registry auto-wires shared dependencies through optional setter interfaces and fans events out to whichever channels implement the matching receiver.
Applies to (non-exhaustive triggers)
- "Add a new channel for Discord / Line / MS Teams / …"
- "Add a meta-command to Slack / Telegram"
- "Fix event fan-out / approval flow / hot-reload bug in channels"
- Any edit under
internal/agents/channels/<name>/ - Changes to
internal/agents/channels/{channel.go, registry.go, store.go}orinternal/agents/channels/setup/
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago First seen · 411 lines · 164 tokens per session scan A 293ce2699d4e
agent-channel-module is a skill published in the GitHub repository yogasw/wick (5 stars, last pushed today), licensed MIT. It adds 164 tokens to every session and 4,536 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
opencli-sitemap-author
Use when creating or maintaining OpenCLI site sitemaps: agent-facing navigation, page-state, action, workflow, API-reference, pitfall, and fallback knowledge for a website. Use after browser exploration discovers durable site context, when a sitemap is stale, or when promoting local site knowledge into the repo.
golden-rss
Use when testing the rss golden build.
overleaf-sync
Two-way sync between a local paper directory and an Overleaf project, so ARIS audit/edit workflows stay on the local copy while collaborators edit in the Overleaf web UI. Use when user says "同步 overleaf", "overleaf sync", "推送到 overleaf", "connect overleaf", "Overleaf 桥接", "pull overleaf", "push overleaf", or wants to…
omh-code-review
This is a Hermes-native code-review workflow skill.
android-pentest
安卓应用渗透测试 — APK分析、Hook、自动化测试、运行态驱动、签名恢复、抓包分析.
workflow-builder
Load before calling build-workflow. Default path for all single-workflow work: new one-off workflows, existing-workflow edits, verification repairs, and workflow-local data tables. Write or edit a workspace source file, run workflow-sdk validate via workspaceexecutecommand, then call build-workflow with filePath. When…