在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
$ git log --oneline --stat
stars:1,307
forks:281
updated:2026年4月4日 01:52
文件资源管理器
SKILL.md
| name | tis-data-pipeline |
| version | 1.0.0 |
| description | TIS 数据集成平台 Skill - 支持创建和管理端到端的数据同步管道 |
| author | TIS Community |
| tags | ["data-integration","etl","cdc","pipeline","datax","flink"] |
| requires | [{"mcp":"tis-mcp-server"}] |
该 Skill 提供以下数据集成能力:
用户说:"帮我把 MySQL 数据库 order_db 中的 orders 和 order_items 表同步到 Paimon 数仓"
执行步骤:
list_plugin_types 检查可用插件get_plugin_schema 获取 MySQL 数据源配置模板create_plugin_instance 创建 MySQL 数据源create_pipeline 创建同步管道