integration-channel
仓库创建 2024年12月9日最近提交 6 小时前SkillHot 收录 5 小时前
▸ 精选理由
专注多平台接入流程,适合扩展消息渠道时使用。
▸ 风险提示
可能需要外部凭证与敏感密钥,注意保密
这个 Skill 做什么
创建或修改聊天机器人接入通道与 webhook,连接外部平台。
负责为聊天机器人接入或改造通道和 webhook,把 Messenger/WhatsApp/Zalo/抖音/webchat 等外部平台接入你的系统。新增渠道、改 webhook 处理、调整收发消息逻辑时用,覆盖注册、鉴权、消息格式等细节。特别之处是有完整的架构和预创建检查步骤,能把前期凭证和命名问题先理清再编码。
▸ 展开 SKILL.md 英文原文
Create and modify integration channels (messenger, whatsapp, zalo, tiktok, webchat, etc.) for the chatbot platform. Use when adding a new channel integration, modifying webhook handlers, working with message send/receive, or connecting external platforms.
524
Stars
116
Forks
21
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/integration-channel/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ChatbotXIO/ChatbotX/main/.agents/skills/integration-channel/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Integration Channel Development ## Table of Contents 1. [Architecture Overview](#architecture-overview) 2. [Pre-Creation Confirmation](#pre-creation-confirmation-mandatory) — resolve name, auth type, platform credentials before coding 3. [Phase 1: Integration Package](#phase-1-integration-package) — create `integrations/<channel>/` 4. [Phase 2: Database](#phase-2-database) — schema + register in 7 files 5. [Phase 3: Registration](#phase-3-registration) — builder, worker, UI 6. [Phase 4: Builder Feature](#phase-4-builder-feature--settings-page) — settings page + feature directory 7. [Post-Creation Verification](#post-creation-verification) — lint, install, build 8. [Platform Credentials](
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有