Connector Hub

API key required
MCP Tools

连接器全景中心——33 个连接器的统一入口。三层分类(平台级/鉴权便利型/纯API查询型),决策树选择,每个连接器有独立参考文件和可执行脚本(前缀区分)。能用 Skill 替代的提供完整替代方案(scripts/references),不可替代的标注原因。触发词:连接器、connector、MCP、API对接、平台集成、数据源。

Install

openclaw skills install connector-hub

连接器全景中心

使用方式

快速使用

  1. 查看所有连接器:阅读本文件的注册表
  2. 选择连接器:根据需求在第二章找到对应连接器
  3. 读取参考文件:加载 references/ 中的参考文件获取详细方案
  4. 运行脚本:使用 scripts/ 中的 Python 脚本执行操作

目录结构

connector-hub/
├── SKILL.md                    # 本文件(注册表 + 决策树)
├── references/                 # 参考文档(33 个,扁平结构)
│   ├── L1-platform-*.md        # 平台级连接器参考
│   ├── L2-auth-*.md            # 鉴权便利型连接器参考
│   └── L3-api-*.md             # 纯 API 查询型连接器参考
└── scripts/                    # 可执行脚本(48 个)
    ├── L2-auth-*.py            # 鉴权便利型脚本
    └── L3-api-*.py             # 纯 API 查询型脚本

运行脚本

# 设置环境变量
export FEISHU_WEBHOOK_URL="https://open.feishu.cn/open-apis/bot/v2/hook/xxx"

# 运行脚本
python scripts/L2-auth-messaging-C12-feishu-send-text.py "测试消息"

前缀规则

前缀分类数量
L1-platform-平台级(不可替代)4
L2-auth-docs-kb-鉴权便利型-文档/知识库7
L2-auth-messaging-鉴权便利型-消息/通讯5
L2-auth-storage-鉴权便利型-存储2
L3-api-enterprise-纯API查询型-企业查询3
L3-api-finance-纯API查询型-金融数据1
L3-api-code-hosting-纯API查询型-代码托管4
L3-api-project-mgmt-纯API查询型-项目管理2
L3-api-biz-services-纯API查询型-业务服务5

触发词

连接器、connector、MCP、API对接、平台集成、数据源、企业微信、飞书、钉钉、天眼查、企查查、GitHub、TAPD、百度网盘、腾讯文档


第一章 三层分类

1.1 分类逻辑

用户需求
    ↓
┌─────────────────────────────────────────┐
│ 需要平台实时运行环境?                    │
│ (云函数/部署/CI/音视频)                 │
└────────────┬────────────────┬───────────┘
             │ 是             │ 否
             ↓                ↓
      L1 平台级          ┌─────────────────────────┐
      (不可替代)        │ 频繁交互 + 鉴权复杂?     │
                         │ (文档/消息/存储)         │
                         └────────┬────────┬────────┘
                                  │ 是     │ 否
                                  ↓        ↓
                           L2 鉴权便利型   L3 纯API查询型
                           (看需求选)    (没必要用连接器)

1.2 总览表

层级分类数量Skill 替代建议
L1平台级实时能力4❌ 不可能必须保留连接器
L2鉴权便利型14✅ 可替代频繁用→保留;偶尔用→Skill
L3纯 API 查询型15✅ 完全可替代全部用 Skill

第二章 连接器注册表

2.1 L1 平台级(不可替代)

ID连接器名称能力不可替代原因详细参考
C01cloudbase腾讯云 CloudBase云函数/数据库/托管需要平台运行时环境references/L1-platform-C01-cloudbase.md
C02edgeone-pagesEdgeOne Pages静态站点部署/CDN需要平台 CDN 节点和域名references/L1-platform-C02-edgeone-pages.md
C03zhiyan-ci-cd智研构建部署CI/CD 流水线需要平台构建环境和制品库references/L1-platform-C03-zhiyan-ci-cd.md
C04tmeet腾讯会议实时音视频/会议管理需要平台实时通信基础设施references/L1-platform-C04-tmeet.md

2.2 L2 鉴权便利型(可替代但需自管凭证)

文档/知识库类(7 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C05tencent-docs腾讯文档文档 CRUD APIL2-auth-docs-kb-C05-tencent-docs-create-doc.pyreferences/L2-auth-docs-kb-C05-tencent-docs.md
C06kdocs金山文档文档 CRUD APIL2-auth-docs-kb-C06-kdocs-create-doc.pyreferences/L2-auth-docs-kb-C06-kdocs.md
C07notionNotion文档 CRUD APIL2-auth-docs-kb-C07-notion-create-page.py, L2-auth-docs-kb-C07-notion-query-database.pyreferences/L2-auth-docs-kb-C07-notion.md
C08lexiang乐享知识库知识库读取 APIL2-auth-docs-kb-C08-lexiang-search-docs.pyreferences/L2-auth-docs-kb-C08-lexiang.md
C09iwiki-woaiWiki知识库读取 APIL2-auth-docs-kb-C09-iwiki-search.pyreferences/L2-auth-docs-kb-C09-iwiki.md
C10kmKM知识管理 APIL2-auth-docs-kb-C10-km-search.pyreferences/L2-auth-docs-kb-C10-km.md
C11ima-mcpima知识库知识库读取 APIL2-auth-docs-kb-C11-ima-search.pyreferences/L2-auth-docs-kb-C11-ima.md

消息/通讯类(5 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C12feishu飞书Webhook + Bot APIL2-auth-messaging-C12-feishu-send-text.py, L2-auth-messaging-C12-feishu-send-post.py, L2-auth-messaging-C12-feishu-send-card.pyreferences/L2-auth-messaging-C12-feishu.md
C13dingtalk钉钉Webhook + Bot APIL2-auth-messaging-C13-dingtalk-send-text.py, L2-auth-messaging-C13-dingtalk-send-markdown.py, L2-auth-messaging-C13-dingtalk-send-action-card.pyreferences/L2-auth-messaging-C13-dingtalk.md
C14wecom企业微信Webhook + Bot APIL2-auth-messaging-C14-wecom-send-text.py, L2-auth-messaging-C14-wecom-send-markdown.py, L2-auth-messaging-C14-wecom-send-news.pyreferences/L2-auth-messaging-C14-wecom.md
C15qq-mailQQ邮箱SMTP/APIL2-auth-messaging-C15-qq-mail-send-email.pyreferences/L2-auth-messaging-C15-qq-mail.md
C16netease-mail网易邮箱SMTP/APIL2-auth-messaging-C16-netease-mail-send-email.pyreferences/L2-auth-messaging-C16-netease-mail.md

存储类(2 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C17baidu-netdisk百度网盘文件存储 APIL2-auth-storage-C17-baidu-list-files.py, L2-auth-storage-C17-baidu-upload.pyreferences/L2-auth-storage-C17-baidu-netdisk.md
C18tencent-weiyun微云文件存储 APIL2-auth-storage-C18-tencent-weiyun-list-files.pyreferences/L2-auth-storage-C18-tencent-weiyun.md

2.3 L3 纯 API 查询型(完全没必要用连接器)

企业/商业信息查询(3 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C19tyc-mcp天眼查企业信息查询 APIL3-api-enterprise-C19-tyc-query-basic.pyreferences/L3-api-enterprise-C19-tyc-mcp.md
C20qcc-company企查查企业信息查询 APIL3-api-enterprise-C20-qcc-query-basic.pyreferences/L3-api-enterprise-C20-qcc-company.md
C21pkulaw北大法宝法律文献检索 APIL3-api-enterprise-C21-pkulaw-search-law.py, L3-api-enterprise-C21-pkulaw-search-case.pyreferences/L3-api-enterprise-C21-pkulaw.md

金融数据(1 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C22tdx-connector通达信行情/财务数据 APIL3-api-finance-C22-tdx-realtime-quote.py, L3-api-finance-C22-tdx-kline-data.pyreferences/L3-api-finance-C22-tdx-connector.md

代码托管(4 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C23githubGitHubGit CLI + APIL3-api-code-hosting-C23-github-create-pr.py, L3-api-code-hosting-C23-github-manage-issues.pyreferences/L3-api-code-hosting-C23-github.md
C24cnb-apiCNB代码托管 APIL3-api-code-hosting-C24-cnb-repo-operations.py, L3-api-code-hosting-C24-cnb-mr-operations.pyreferences/L3-api-code-hosting-C24-cnb-api.md
C25cnb-woaCNB司内版代码托管 APIL3-api-code-hosting-C25-cnb-woa-repo-operations.py, L3-api-code-hosting-C25-cnb-woa-mr-operations.pyreferences/L3-api-code-hosting-C25-cnb-woa.md
C26gongfeng-woaGongfeng代码托管 APIL3-api-code-hosting-C26-gongfeng-repo-operations.py, L3-api-code-hosting-C26-gongfeng-mr-operations.pyreferences/L3-api-code-hosting-C26-gongfeng.md

项目管理(2 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C27tapdTAPD项目管理 APIL3-api-project-mgmt-C27-tapd-create-story.py, L3-api-project-mgmt-C27-tapd-create-bug.pyreferences/L3-api-project-mgmt-C27-tapd.md
C28tapd-woaTAPD司内版项目管理 APIL3-api-project-mgmt-C28-tapd-woa-create-story.py, L3-api-project-mgmt-C28-tapd-woa-create-bug.pyreferences/L3-api-project-mgmt-C28-tapd-woa.md

业务服务(5 个)

ID连接器名称本质Skill 替代核心脚本详细参考
C29ctrip-wendao携程问道旅行信息查询 APIL3-api-biz-services-C29-ctrip-search-flights.py, L3-api-biz-services-C29-ctrip-search-hotels.pyreferences/L3-api-biz-services-C29-ctrip.md
C30tencent-qidian-cs腾讯企点客服客服系统 APIL3-api-biz-services-C30-qidian-cs-create-session.py, L3-api-biz-services-C30-qidian-cs-send-reply.pyreferences/L3-api-biz-services-C30-qidian-cs.md
C31tencent-survey腾讯问卷问卷系统 APIL3-api-biz-services-C31-tencent-survey-create-survey.pyreferences/L3-api-biz-services-C31-tencent-survey.md
C32neo-crm销售易 CRMCRM 系统 APIL3-api-biz-services-C32-neo-crm-create-lead.py, L3-api-biz-services-C32-neo-crm-query-pipeline.pyreferences/L3-api-biz-services-C32-neo-crm.md
C33fbs-connector福帮手业务服务 APIL3-api-biz-services-C33-fbs-create-request.pyreferences/L3-api-biz-services-C33-fbs.md

第三章 决策树

3.1 选择连接器还是 Skill?

用户需求:我需要对接 XX 平台
    ↓
┌─────────────────────────────────┐
│ Q1: 需要平台实时运行环境吗?      │
│ (云函数/部署/CI/音视频)         │
└────────────┬────────────────────┘
             │
    ┌────────┴────────┐
    ↓                 ↓
   是                 否
    ↓                 ↓
┌───────────┐   ┌─────────────────────────┐
│ 用连接器   │   │ Q2: 频繁使用吗?          │
│ L1 不可替代│   │ (每天/每周多次)          │
└───────────┘   └────────┬────────────────┘
                         │
                ┌────────┴────────┐
                ↓                 ↓
               是                 否
                ↓                 ↓
        ┌───────────────┐   ┌───────────────┐
        │ 看 L2 连接器   │   │ 用 Skill 替代  |
        │ 鉴权省事       │   │ L3 完全覆盖    │
        └───────────────┘   └───────────────┘

3.2 Skill 替代优势

维度连接器Skill
鉴权平台托管,用户无感知用户自管,可审计
API 调用单一 API多 API 编排组合
数据处理原样返回可自定义转换/清洗
多服务商绑定一个配置文件切换多个
输出格式固定模板化,可定制
迁移成本换平台=重配连接器改 API 地址即可
可审计性黑盒完全透明

3.3 迁移示例

从天眼查迁移到企查查(Skill 方式):

# 只需改 config/providers.json
{
  "default_provider": "qichacha",  # 改这一行
  "providers": {
    "tianyancha": { ... },
    "qichacha": { ... }
  }
}

连接器迁移需要:

  1. 重新申请授权
  2. 重新配置连接器
  3. 验证所有工作流

附录:连接器与 Skill 对照表

连接器Skill 替代核心 scripts鉴权方式迁移成本
cloudbase
edgeone-pages
zhiyan-ci-cd
tmeet
tencent-docsL2-auth-docs-kb-C05-tencent-docs-create-doc.pyOAuth2
kdocsL2-auth-docs-kb-C06-kdocs-create-doc.pyOAuth2
notionL2-auth-docs-kb-C07-notion-create-page.py, L2-auth-docs-kb-C07-notion-query-database.pyToken/OAuth2极低
lexiangL2-auth-docs-kb-C08-lexiang-search-docs.pyOAuth2/API Key
iwiki-woaL2-auth-docs-kb-C09-iwiki-search.pySSO/Cookie
kmL2-auth-docs-kb-C10-km-search.pySSO/Cookie
ima-mcpL2-auth-docs-kb-C11-ima-search.pySSO/Cookie
feishuL2-auth-messaging-C12-feishu-send-text.py, L2-auth-messaging-C12-feishu-send-post.py, L2-auth-messaging-C12-feishu-send-card.pyWebhook/OAuth2
dingtalkL2-auth-messaging-C13-dingtalk-send-text.py, L2-auth-messaging-C13-dingtalk-send-markdown.py, L2-auth-messaging-C13-dingtalk-send-action-card.pyWebhook
wecomL2-auth-messaging-C14-wecom-send-text.py, L2-auth-messaging-C14-wecom-send-markdown.py, L2-auth-messaging-C14-wecom-send-news.pyWebhook/OAuth2
qq-mailL2-auth-messaging-C15-qq-mail-send-email.pySMTP+授权码
netease-mailL2-auth-messaging-C16-netease-mail-send-email.pySMTP+授权码
baidu-netdiskL2-auth-storage-C17-baidu-list-files.py, L2-auth-storage-C17-baidu-upload.pyOAuth2
tencent-weiyunL2-auth-storage-C18-tencent-weiyun-list-files.pyOAuth2
tyc-mcpL3-api-enterprise-C19-tyc-query-basic.pyAPI Key
qcc-companyL3-api-enterprise-C20-qcc-query-basic.pyAPI Key
pkulawL3-api-enterprise-C21-pkulaw-search-law.py, L3-api-enterprise-C21-pkulaw-search-case.pyAPI Key
tdx-connectorL3-api-finance-C22-tdx-realtime-quote.py, L3-api-finance-C22-tdx-kline-data.py无需鉴权极低
githubL3-api-code-hosting-C23-github-create-pr.py, L3-api-code-hosting-C23-github-manage-issues.pygh auth/Token极低
cnb-apiL3-api-code-hosting-C24-cnb-repo-operations.py, L3-api-code-hosting-C24-cnb-mr-operations.pyToken/OAuth2
cnb-woaL3-api-code-hosting-C25-cnb-woa-repo-operations.py, L3-api-code-hosting-C25-cnb-woa-mr-operations.pyToken/OAuth2
gongfeng-woaL3-api-code-hosting-C26-gongfeng-repo-operations.py, L3-api-code-hosting-C26-gongfeng-mr-operations.pyToken/OAuth2
tapdL3-api-project-mgmt-C27-tapd-create-story.py, L3-api-project-mgmt-C27-tapd-create-bug.pyToken
tapd-woaL3-api-project-mgmt-C28-tapd-woa-create-story.py, L3-api-project-mgmt-C28-tapd-woa-create-bug.pyToken
ctrip-wendaoL3-api-biz-services-C29-ctrip-search-flights.py, L3-api-biz-services-C29-ctrip-search-hotels.pyAPI Key
tencent-qidian-csL3-api-biz-services-C30-qidian-cs-create-session.py, L3-api-biz-services-C30-qidian-cs-send-reply.pyOAuth2
tencent-surveyL3-api-biz-services-C31-tencent-survey-create-survey.pyOAuth2
neo-crmL3-api-biz-services-C32-neo-crm-create-lead.py, L3-api-biz-services-C32-neo-crm-query-pipeline.pyOAuth2
fbs-connectorL3-api-biz-services-C33-fbs-create-request.pyAPI Key/SSO