能力标签
cordum MCP工具
🛠
AI工具

cordum MCP工具

基于 Go · 开源 AI 工具,GitHub 社区精选
英文名:cordum
⭐ 479 Stars 🍴 26 Forks 💻 Go 📄 NOASSERTION 🏷 AI 7.8分
7.8AI 综合评分
智能体治理MCP协议AI编排策略控制开源框架
✦ AI Skill Hub 推荐

AI Skill Hub 推荐使用:cordum MCP工具 是一款优质的AI工具。AI 综合评分 7.8 分,在同类工具中表现稳健。如果你正在寻找可靠的AI工具解决方案,这是一个值得深入了解的选择。

📚 深度解析

cordum MCP工具 是一款基于 Go 的开源工具,在 GitHub 上收获 0k+ Star,是智能体治理、MCP协议、AI编排、策略控制领域中的优质开源项目。开源工具的最大优势在于代码完全透明,你可以审计每一行代码的安全性,也可以根据自身需求进行二次开发和定制。

**为什么要使用开源工具而非商业 SaaS?**
对于个人开发者和有隐私需求的用户,本地部署的开源工具意味着数据不离本机,不受第三方服务商的数据政策约束。同时,开源工具通常没有使用次数限制和月度费用,一次安装即可长期使用,对于高频使用场景的总拥有成本(TCO)远低于订阅制商业工具。

**安装与环境准备**
cordum MCP工具 依赖 Go 运行环境。建议通过 pyenv(Python)或 nvm(Node.js)管理 Go 版本,避免全局环境污染。对于新手用户,推荐先创建虚拟环境(python -m venv venv && source venv/bin/activate),再安装依赖,这样即使出现问题也可以随时删除虚拟环境重新开始,不影响系统稳定性。

**社区与维护**
GitHub Issue 和 Discussion 是获取帮助的最快渠道。在提问前建议先检查 Closed Issues(已关闭的问题),大多数常见问题都已有解答。遇到 Bug 时,提供 pip list 的输出、完整错误堆栈和最小可复现示例,能显著提高开发者响应速度。AI Skill Hub 将持续追踪 cordum MCP工具 的版本更新,及时通知重要功能变化。

📋 工具概览

cordum MCP工具 是一款基于 Go 开发的开源工具,专注于 智能体治理、MCP协议、AI编排 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

GitHub Stars
⭐ 479
开发语言
Go
支持平台
Windows / macOS / Linux(跨平台)
维护状态
轻量级项目,按需更新
开源协议
NOASSERTION
AI 综合评分
7.8 分
工具类型
AI工具
Forks
26

📖 中文文档

以下内容由 AI Skill Hub 根据项目信息自动整理,如需查看完整原始文档请访问底部「原始来源」。

cordum MCP工具 是一款基于 Go 开发的开源工具,专注于 智能体治理、MCP协议、AI编排 等核心功能。作为 GitHub 开源项目,它拥有活跃的社区支持和持续的版本迭代,代码完全透明可审计,支持本地部署以保护数据隐私。无论是个人使用还是集成到企业工作流,都能提供稳定可靠的解决方案。

📌 核心特色
  • 开源免费,支持本地部署,数据完全自主可控
  • 活跃的 GitHub 开源社区,持续迭代更新
  • 提供详细文档和使用示例,新手友好
  • 支持自定义配置,灵活适配不同使用环境
  • 可作为基础组件集成进现有技术栈或进行二次开发
🎯 主要使用场景
  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发
以下安装命令基于项目开发语言和类型自动生成,实际以官方 README 为准。
安装命令
# 方式一:go install(推荐)
go install github.com/cordum-io/cordum@latest

# 方式二:从源码编译
git clone https://github.com/cordum-io/cordum
cd cordum
go build -o cordum .

# 方式三:下载预编译二进制
# 访问 Releases 页面下载对应平台二进制文件
# https://github.com/cordum-io/cordum/releases
📋 安装步骤说明
  1. 访问 GitHub 仓库页面
  2. 按照 README 文档完成依赖安装
  3. 根据系统环境完成初始化配置
  4. 参考官方示例或文档开始使用
  5. 遇到问题可在 GitHub Issues 中查找解答
以下用法示例由 AI Skill Hub 整理,涵盖最常见的使用场景。
常用命令 / 代码示例
# 查看帮助
cordum --help

# 基本运行
cordum [options] <input>

# 详细使用说明请查阅文档
# https://github.com/cordum-io/cordum
以下配置示例基于典型使用场景生成,具体参数请参照官方文档调整。
配置示例
# cordum 配置说明
# 查看配置选项
cordum --config-example > config.yml

# 常见配置项
# output_dir: ./output
# log_level: info
# workers: 4

# 环境变量(覆盖配置文件)
export CORDUM_CONFIG="/path/to/config.yml"
📑 README 深度解析 真实文档 完整度 100/100 含工作流图 查看 GitHub 原文 →
以下内容由系统直接从 GitHub README 解析整理,保留代码块、表格与列表结构。

简介

<p align="center"> <img src="dashboard/public/logo.png" alt="Cordum" width="200"/> </p>

Cordum

<p align="center"> <a href="https://artifacthub.io/packages/helm/cordum/cordum"><img src="https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/cordum" alt="Artifact Hub" /></a> </p>

<p align="center"> <strong>Know What Your AI Agents Are Doing. Before They Do It.</strong><br/> The Source-Available <strong>Agent Control Plane</strong> for Governance, Safety, and Trust.<br/> <em>Includes <strong>Cordum Edge</strong> — a Compliance Firewall for Claude Code and other local AI-agent actions.</em> </p>

<p align="center"> <a href="https://github.com/cordum-io/cordum/stargazers"><img src="https://img.shields.io/github/stars/cordum-io/cordum?style=social" alt="Stars"/></a> <a href="https://github.com/cordum-io/cordum/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-BUSL--1.1-blue" alt="License"/></a> <a href="https://github.com/cordum-io/cordum/releases"><img src="https://img.shields.io/github/v/release/cordum-io/cordum?sort=semver" alt="Release"/></a> <a href="https://github.com/cordum-io/cordum/actions/workflows/ci.yml"><img src="https://github.com/cordum-io/cordum/actions/workflows/ci.yml/badge.svg" alt="CI"/></a> <a href="https://goreportcard.com/report/github.com/cordum-io/cordum"><img src="https://goreportcard.com/badge/github.com/cordum-io/cordum" alt="Go Report Card"/></a> <a href="https://discord.gg/nvHzPCcWWt"><img src="https://img.shields.io/badge/discord-join-5865F2?logo=discord&logoColor=white" alt="Discord"/></a> <a href="https://github.com/cordum-io/cap"><img src="https://img.shields.io/badge/protocol-CAP%20v2-green" alt="CAP Protocol"/></a> </p>

<p align="center"> <a href="https://discord.gg/nvHzPCcWWt">Discord</a> · <a href="https://github.com/cordum-io/cordum/discussions">Discussions</a> · <a href="docs/">Docs</a> </p>

---

Key Features

nWwQVRVqwlZKeRbBZvkSof-img-4_1771930611000_na1fn_d29ya2Zsb3ctdmlzdWFsaXphdGlvbg

Governance FeatureWhy It Matters for Enterprise
**Safety Gating**Prevents agents from executing destructive or unauthorized actions *before* they occur.
**Output Quarantine**Automatically blocks PII leaks, secrets, or hallucinated results from reaching the client.
**Human-in-the-Loop**Mandates human oversight for high-risk operations (e.g., financial transfers, prod access).
**Pool Segmentation**Ensures sensitive data only reaches agents in trusted environments.
**Deterministic Audit**Prove exactly *why* a decision was made with a full chain-of-thought audit trail.
**Governance Policies**Declarative YAML-based rules that map enterprise risk to agent behavior.
**Policy Simulator**Test your governance rules against historical data before rolling them out to production.
**Cordum Edge**Compliance Firewall for local AI-agent actions (Claude Code today, more agents next): hook → local agentd → Gateway evaluate → resolved approval provenance → redacted evidence export. See [docs/edge/README.md](docs/edge/README.md).

Prerequisites

  • Docker Desktop v4+ or Docker Engine v20.10+ with the Compose v2 plugin (≥ 4 GB RAM allocated to Docker).
  • jq (recommended, for parsing API responses).

Deploy to Kubernetes

helm install cordum oci://ghcr.io/cordum-io/cordum/charts/cordum \
  --namespace cordum --create-namespace \
  --set secrets.apiKey=$(openssl rand -hex 32) \
  --set redis.auth.password=$(openssl rand -hex 32) \
  --set ingress.enabled=true \
  --set ingress.className=nginx \
  --set ingress.api.host=api.cordum.example.com \
  --set ingress.dashboard.host=cordum.example.com

See cordum-helm/ for the full Helm chart reference. Chart also available on Artifact Hub.

Container images (multi-arch: linux/amd64 + linux/arm64):

ImageGHCRDocker Hub
api-gateway[ghcr.io/cordum-io/cordum/api-gateway](https://github.com/cordum-io/cordum/pkgs/container/cordum%2Fapi-gateway)[cordum/api-gateway](https://hub.docker.com/r/cordum/api-gateway)
schedulerghcr.io/cordum-io/cordum/scheduler[cordum/scheduler](https://hub.docker.com/r/cordum/scheduler)
safety-kernelghcr.io/cordum-io/cordum/safety-kernel[cordum/safety-kernel](https://hub.docker.com/r/cordum/safety-kernel)
workflow-engineghcr.io/cordum-io/cordum/workflow-engine[cordum/workflow-engine](https://hub.docker.com/r/cordum/workflow-engine)
context-engineghcr.io/cordum-io/cordum/context-engine[cordum/context-engine](https://hub.docker.com/r/cordum/context-engine)
mcpghcr.io/cordum-io/cordum/mcpcordum/mcp
dashboardghcr.io/cordum-io/cordum/dashboard[cordum/dashboard](https://hub.docker.com/r/cordum/dashboard)

latest release api-gateway image size dashboard image size

Full catalogue, tag policy, cosign verification recipe, and multi-arch notes: docs/deployment/images.md.

After Setup

```bash

Quickstart

One command stands up the full stack — API gateway, scheduler, safety kernel, workflow engine, context engine, dashboard, NATS, and TLS-secured Redis — with auto-generated secrets, auto-provisioned certificates, and a post-deploy smoke test that exercises a real approval workflow:

git clone https://github.com/cordum-io/cordum.git
cd cordum
./tools/scripts/quickstart.sh

Prerequisites: Docker Desktop v4+ (or Engine v20.10+ with Compose v2, ≥ 4 GB RAM allocated), Go 1.24+ (for first-run cert generation), and curl. On Windows use MSYS2 / Git Bash / WSL.

What you get at the end: - Dashboard at http://localhost:8082 — log in as admin / ChangeMe123! (the default dev password, also saved to .env as CORDUM_ADMIN_PASSWORD; change it before exposing the stack). - Gateway at http://localhost:8081 with a generated CORDUM_API_KEY in .env. - TLS CA, server, and client keypairs under ./certs/. - A working approval-gate workflow proven by the built-in platform_smoke.sh run.

Full walkthrough, platform notes, and troubleshooting: docs/quickstart.md.

Edge Quickstart (Compliance Firewall for Claude Code)

Cordum Edge governs Claude Code tool calls in the developer's terminal — the hook denies risky actions before they run, requires approval on edits, and exports a redacted evidence bundle for every session. Once the platform stack is up (above), point Claude Code at Cordum:

export CORDUM_GATEWAY=https://localhost:8081
export CORDUM_API_KEY=$(grep CORDUM_API_KEY .env | cut -d= -f2)
export CORDUM_TENANT_ID=default
./bin/cordumctl edge claude

The wrapper renders a temporary settings.json, spawns cordum-agentd on a local loopback nonce, and starts Claude Code with the command hook installed. Read .env is denied; Edit/Write requires approval; safe reads pass through untouched. The dashboard shows the live session timeline at /edge/sessions.

For approved destructive actions, Edge does not trust the approval store alone: the ProvenanceGate also requires a resolved approval audit event for the same tenant, approval_ref, and action_hash. An approval-requested event by itself does not satisfy provenance, and raw prompts, transcripts, and tool payloads are kept out of audit evidence.

Full 30-minute walkthrough: docs/quickstart-edge.md. Reference: docs/edge/README.md.

---

Quickstart

See a 3-verdict demo

Once the stack is up, install the demo-quickstart pack and run the governance demo:

cordumctl pack install ./demo/quickstart/pack
cordumctl demo run quickstart

A single hello, operator! workflow fans out to three topics and exercises every safety-kernel decision class in under 30 seconds:

  +--------------------+--------------------------+--------------------+---------
  | Step               | Topic                    | Verdict            | Reason
  +--------------------+--------------------------+--------------------+---------
  | greet              | job.demo-quickstart.greet           | ALLOW              | Safe…
  | attempt_delete     | job.demo-quickstart.delete-all      | DENY               | Block…
  | escalate_admin     | job.demo-quickstart.admin           | REQUIRE_APPROVAL   | Sign…
  +--------------------+--------------------------+--------------------+---------

Full walkthrough, rule-by-rule explanation, and extension recipe: demo/quickstart/README.md.

Edit .env: set CORDUM_API_KEY (or generate: openssl rand -hex 32)

export CORDUM_API_KEY="your-key-here" go run ./cmd/cordumctl up open http://localhost:8082 ``` </details>

SDK

The Go SDK makes it easy to build CAP-compatible workers:

import (
    "log"

    "github.com/cordum/cordum/sdk/runtime"
)

type Input struct {
    Prompt string `json:"prompt"`
}

type Output struct {
    Summary string `json:"summary"`
}

func main() {
    agent := &runtime.Agent{Retries: 2}

    runtime.Register(agent, "job.summarize", func(ctx runtime.Context, input Input) (Output, error) {
        // Your agent logic here
        return Output{Summary: input.Prompt}, nil
    })

    if err := agent.Start(); err != nil {
        log.Fatal(err)
    }
    select {}
}

SDKs: Go (stable) | Python | Node

Integration Packs

Extend Cordum with 30+ integration packs for Slack, GitHub, AWS, Jira, Terraform, Datadog, PagerDuty, and more. Each pack is a CAP-native worker with policy-gated workflows.

PackCategoryDescription
SlackCommunicationApproval notifications and agent alerts
GitHubDevOpsGovern agent actions on repositories
AWSCloudPolicy-gated cloud operations
KubernetesDevOpsGoverned incident remediation
TerraformDevOpsPre-apply governance for IaC
DatadogMonitoringAlert-triggered governed workflows
LangChainAI FrameworkGovernance for LangChain tool calls
MCP BridgeAI FrameworkGateway governance for MCP tools

Browse all integrations →

CAP vs. MCP: Why You Need Both

While both are essential, they solve different parts of the agent stack:

ProtocolFocusLevelResponsibility
**MCP** (Model Context Protocol)**Tool Calling**LocalHow a model interacts with a tool.
**CAP** (Cordum Agent Protocol)**Governance**NetworkHow an agent is governed within an enterprise.
  • MCP is for within the agent — it defines how a model calls local tools.
  • CAP is for above the agent — it defines the governance control plane for the entire agent fleet.

Use CAP for high-level orchestration and safety gating, and MCP inside your agents for fine-grained tool integration.

Read the full deep dive: MCP vs CAP: Why Your AI Agents Need Both Protocols

Compared To

FeatureCordumGuardrails AINeMo GuardrailsCustom Middleware
Pre-execution policy engine✅ Safety Kernel❌ Post-generation⚠️ Dialog rails only⚠️ Manual
Human-in-the-loop approvals✅ Built-in⚠️ DIY
Multi-agent fleet governance❌ Single model❌ Single model
Deterministic audit trail⚠️ Manual
Framework agnostic✅ Any via CAP❌ Python only❌ NVIDIA stack
MCP governance✅ Bridge + Gateway
Local agent-action firewall✅ Cordum Edge (Claude Code hook today)⚠️ DIY

See detailed comparisons →

Troubleshooting

IssueFix
Port already in usedocker compose down then retry, or check lsof -i :8082
Docker out of memoryAllocate at least 4 GB RAM to Docker Desktop
Can't login to dashboardDefault is admin / ChangeMe123! (in .env as CORDUM_ADMIN_PASSWORD); ensure CORDUM_USER_AUTH_ENABLED=true. Custom passwords must be ≥12 chars + uppercase + digit + special
TLS/SSL cert errorsRemove ./certs/ and re-run — certs auto-regenerate
openssl not foundNot needed — quickstart.sh auto-generates keys without it
Go build failsRequires Go 1.24+ — check with go version
Stale config after changesredis-cli DEL cfg:system:default then restart

For detailed troubleshooting, see docs/troubleshooting.md.

🇨🇳 中文文档镜像 AI 翻译 2026-05-28
英文原文章节由系统翻译为中文摘要,便于快速理解。完整原文见上方 "📑 README 深度解析"。
📌 简介

Cordum 是一个专为 AI Agent 设计的治理平台,旨在让开发者能够清晰掌控 AI 代理的行为。通过提供强大的监控与控制能力,Cordum 确保在 AI 代理执行任何操作之前,其行为都在预期的安全范围内,帮助企业实现对 AI 自动化流程的深度感知与管理。

⚡ 功能介绍

Cordum 为企业级应用提供了核心治理功能。通过 Safety Gating(安全门控)机制,可以在破坏性或未经授权的操作��生前进行拦截;同时具备 Output Guardrails(输出护栏)功能,确保 AI 生成内容的合规性与质量。这些特性为 AI Agent 的落地提供了必要的安全保障。

📋 环境依赖

在开始使用之前,请确保您的开发环境已安装 Docker Desktop v4+ 或 Docker Engine v20.10+(需包含 Compose v2 插件),并为 Docker 分配至少 4 GB 的 RAM。此外,建议安装 jq 工具,以便于解析 API 返回的 JSON 数据。

🛠 安装步骤(Docker/pip/源码)

Cordum 支持通过 Helm 进行 Kubernetes 部署。您可以使用提供的 Helm Chart 快速安装,并通过命令行参数配置 secrets.apiKey、redis.auth.password 以及 Ingress 的域名设置。安装完成后,系统会自动处理证书与命名空间,确保生产环境的安全运行。

🚀 使用教程

项目提供了极简的 Quickstart 脚本,只需运行 `./tools/scripts/quickstart.sh` 即可一键启动包含 API gateway、scheduler、safety kernel、workflow engine 及 Redis 在内的全栈环境。此外,Cordum 还支持 Edge 模式,作为 Claude Code 的合规防火墙,在开发者终端拦截高风险操作并导出审计证据。

⚙️ 配置说明(含 MCP / env)

用户可以通过编辑 .env 文件来配置关键参数,例如设置 CORDUM_API_KEY。对于本地开发调试,可以使用 cordumctl 工具进行管理,并通过指定的本地端口访问 Dashboard 界面进行实时监控与配置调整。

🔌 API 说明

Cordum 提供了官方 Go SDK,方便开发者快速构建符合 CAP 标准的 Worker。通过集成 SDK,您可以轻松定义 Agent 的重试机制与运行逻辑,实现与 Cordum 治理框架的无缝对接,让自定义的 AI 逻辑也能享受安全护栏的保护。

🔄 工作流/模块

Cordum 拥有强大的扩展能力,支持通过 Integration Packs 扩展功能。目前已提供包括 Slack、GitHub、AWS、Jira、Terraform、Datadog 及 PagerDuty 在内的 30 多个集成包。每个集成包都是一个原生的 CAP Worker,能够实现带有策略门控(Policy-gated)的自动化工作流。

❓ FAQ 摘要

针对常见问题,如果遇到端口占用,请尝试使用 `docker compose down` 或通过 `lsof` 命令检查;若遇到 Docker 内存不足,请增加 Docker Desktop 的内存分配;若无法登录 Dashboard,请检查 .env 文件中的 CORDUM_ADMIN_PASSWORD 初始密码设置。

🎯 aiskill88 AI 点评 A 级 2026-05-20

cordum填补AI智能体治理空白,架构设计专业,Go实现保证性能。社区关注度中等,适合前沿探索者采用。

📚 实用指南(长尾问题)
适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal
部署方案
  • Docker:cordum 提供官方镜像,docker compose up 一键启动
  • CLI:直接 npm install -g / pip install,命令行调用
  • 云端托管:可放在 Vercel / Railway / Fly.io 等 PaaS 平台
相关搜索
cordum 中文教程cordum 安装报错怎么办cordum MCP 配置cordum Docker 部署cordum Agent 工作流cordum 与同类工具对比cordum 最佳实践cordum 适合谁用

⚡ 核心功能

👥 适合谁
  • 需要让 Claude / Cursor 操作本地工具的 AI 工程师
  • 构建多智能体协作系统的 Agent 开发者
⭐ 最佳实践
  • 配置 MCP 服务器时建议使用 stdio 传输 + JSON-RPC,避免暴露公网
  • 生产部署优先使用 Docker Compose 隔离依赖,并挂载 volume 持久化数据
  • Agent 任务先做 dry-run 验证工具调用链,再开启自主执行
⚠️ 常见错误
  • API key 直接提交到 git 仓库(请用 .env 并加入 .gitignore)
  • MCP 配置路径拼错或权限不足,重启 Claude Desktop 才生效
  • 容器内无法访问宿主机 localhost — 使用 host.docker.internal

👥 适合人群

AI 技术爱好者研究人员和学生开发者和工程师技术创业者

🎯 使用场景

  • 本地部署运行,保护数据隐私,满足合规要求
  • 自定义集成到现有系统,扩展技术栈能力
  • 作为开源基础组件进行商业化二次开发

⚖️ 优点与不足

✅ 优点
  • +完全开源免费,无授权费用
  • +本地部署,数据完全自主可控
  • +开发者社区支持,遇问题可查可问
⚠️ 不足
  • 安装和初始配置可能需要一定技术基础
  • 功能完整性通常不如成熟商业产品
  • 技术支持主要依赖开源社区,响应速度不稳定
⚠️ 使用须知

该工具使用 NOASSERTION 协议,商用场景请仔细阅读协议条款,必要时咨询法律意见。

AI Skill Hub 为第三方内容聚合平台,本页面信息基于公开数据整理,不对工具功能和质量作任何法律背书。

建议在沙箱或测试环境中充分验证后,再部署至生产环境,并做好必要的安全评估。

📄 License 说明

📄 NOASSERTION — 请查阅原始协议条款了解具体使用限制。

🔗 相关工具推荐

📚 相关教程推荐
📰 相关 AI 新闻
🍿 AI 圈相关吃瓜
🗺️ 相关解决方案
🧩 你可能还需要
基于当前 Skill 的能力图谱,自动补全的工具组合

❓ 常见问题 FAQ

Cordum专注于智能体的执行前策略治理,提供完整的控制平面和AI治理能力。
💡 AI Skill Hub 点评

总体来看,cordum MCP工具 是一款质量良好的AI工具,在同类工具中具备一定竞争力。AI Skill Hub 将持续追踪其更新动态,建议收藏备用,结合自身场景选择合适时机引入使用。

📚 深入学习 cordum MCP工具
查看分步骤安装教程和完整使用指南,快速上手这款工具
🌐 原始信息
原始名称 cordum
原始描述 开源MCP工具:The open agent control plane. Govern autonomous AI agents with pre-execution pol。⭐479 · Go
Topics 智能体治理MCP协议AI编排策略控制开源框架
GitHub https://github.com/cordum-io/cordum
License NOASSERTION
语言 Go
🔗 原始来源
🐙 GitHub 仓库  https://github.com/cordum-io/cordum

收录时间:2026-05-16 · 更新时间:2026-05-19 · License:NOASSERTION · AI Skill Hub 不对第三方内容的准确性作法律背书。

📺 订阅 AI Skill Hub Daily Telegram 频道
每天 8 条精选 AI Skill、MCP、Agent 与自动化工具推送
加入频道 →