FlowBridge - 零代码跨生态自动化工具 | No-code cross-platform automation with WeChat, DingTalk, Feishu, WPS integration
让无代码基础的用户也能在3分钟内搭建跨平台自动化流程,连接微信、钉钉、飞书、WPS等国内主流生态。
| 功能模块 | 说明 |
|---|---|
| 国内生态接口对接 | 微信、钉钉、飞书、WPS、腾讯文档、阿里云盘 |
| 零代码流程配置 |
python
from scripts.workflow_engine import WorkflowEngine
from scripts.aiflowgenerator import AIFlowGenerator
bash
pip install -r requirements.txt
clawhub-automation/
├── SKILL.md # Skill说明
├── README.md # 完整文档
├── requirements.txt # 依赖
├── config/
│ └── connectors.yaml # 生态连接器配置
├── scripts/ # 核心模块
│ ├── workflow_engine.py # 流程引擎
│ ├── connector_manager.py # 生态连接器
│ ├── aiflowgenerator.py # AI流程生成
│ ├── template_center.py # 模板中心
│ ├── execution_monitor.py # 执行监控
│ └── permission_manager.py # 权限管理
├── templates/ # 场景模板
├── examples/ # 使用示例
└── tests/ # 单元测试
bash
cd tests
python test_automation.py
请参考 README.md 获取完整API文档和使用指南。
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 flowbridge-1776063013 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 flowbridge-1776063013 技能
skillhub install flowbridge-1776063013
文件大小: 33.84 KB | 发布时间: 2026-4-15 12:47