← 返回
沟通协作 中文

Channel Bridge

In-memory message routing library for multi-channel agent communication. Provides routing rules, filters, and transforms. Wire your own platform adapters for...
用于多渠道代理通信的内存消息路由库,提供路由规则、过滤和转换功能,可自行接入平台适配器。
theshadowrose
沟通协作 clawhub v1.0.2 1 版本 100000 Key: 无需
★ 0
Stars
📥 639
下载
💾 8
安装
1
版本
#channels#communication#latest#messaging#routing

概述

ChannelBridge � Cross-Platform Message Routing

Route messages between platforms. Discord to Slack, email to Telegram, any-to-any. Template for multi-channel agent communication.


Your agent lives on multiple platforms. ChannelBridge routes messages between them.

Use Cases

  • Forward Discord alerts to Slack
  • Send email summaries to Telegram
  • Cross-post announcements to all channels
  • Route urgent messages to SMS/Signal

Configuration

routes:
  - name: "urgent-to-signal"
    from: discord
    filter: "contains:urgent OR from:boss"
    to: signal
    transform: "summarize"

  - name: "daily-digest"
    from: [email, discord, slack]
    schedule: "0 18 * * *"
    to: telegram
    transform: "digest"

  - name: "announcements"
    from: slack
    filter: "channel:#announcements"
    to: [discord, telegram, email]
    transform: "forward"

Transforms

TransformWhat It Does
------------------------
forwardPass through as-is
summarizeCondense to key points
digestBatch into daily summary
translateAdapt formatting per platform

Platform Support

Works with any platform OpenClaw supports: Discord, Slack, Telegram, Signal, Email, WhatsApp, SMS.


⚠️ Disclaimer

This software is provided "AS IS", without warranty of any kind, express or implied.

USE AT YOUR OWN RISK.

  • The author(s) are NOT liable for any damages, losses, or consequences arising from

the use or misuse of this software — including but not limited to financial loss,

data loss, security breaches, business interruption, or any indirect/consequential damages.

  • This software does NOT constitute financial, legal, trading, or professional advice.
  • Users are solely responsible for evaluating whether this software is suitable for

their use case, environment, and risk tolerance.

  • No guarantee is made regarding accuracy, reliability, completeness, or fitness

for any particular purpose.

  • The author(s) are not responsible for how third parties use, modify, or distribute

this software after purchase.

By downloading, installing, or using this software, you acknowledge that you have read

this disclaimer and agree to use the software entirely at your own risk.

DATA DISCLAIMER: This software processes and stores data locally on your system.

The author(s) are not responsible for data loss, corruption, or unauthorized access

resulting from software bugs, system failures, or user error. Always maintain

independent backups of important data. This software does not transmit data externally

unless explicitly configured by the user.


Support & Links

------
🐛 Bug ReportsTheShadowyRose@proton.me
Ko-fiko-fi.com/theshadowrose
🛒 Gumroadshadowyrose.gumroad.com
🐦 Twitter@TheShadowyRose
🐙 GitHubgithub.com/TheShadowRose
🧠 PromptBasepromptbase.com/profile/shadowrose

Built with OpenClaw — thank you for making this possible.


🛠️ Need something custom? Custom OpenClaw agents & skills starting at $500. If you can describe it, I can build it. → Hire me on Fiverr

版本历史

共 1 个版本

  • v1.0.2 当前
    2026-03-29 19:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

communication-collaboration

imap-smtp-email

gzlicanyi
使用IMAP/SMTP读取和发送邮件;检查新/未读邮件、获取内容、搜索邮箱、标记已读/未读、发送带附件的邮件。支持...
★ 114 📥 52,408
communication-collaboration

Slack

steipete
当需要通过 slack 工具从 Clawdbot 控制 Slack 时使用,包括在频道或私信中回复消息或置顶/取消置顶项目。
★ 157 📥 47,678
communication-collaboration

Himalaya

lamelas
{"answer":"通过IMAP/SMTP管理邮件的CLI。可在终端使用 `himalaya` 收发、回复、转发、搜索及整理邮件。支持多账户与MML(MIME元语言)编写邮件。"}
★ 68 📥 45,585