clawhub-automation

ClawHub零代码跨生态自动化Skill | No-code cross-platform automation for ClawHub with WeChat, DingTalk, Feishu, WPS integration

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "clawhub-automation" with this command: npx skills add kaiyuelv/clawhub-automation

ClawHub 零代码跨生态自动化 Skill

让无代码基础的用户也能在3分钟内搭建跨平台自动化流程,连接微信、钉钉、飞书、WPS等国内主流生态。

核心功能

功能模块说明
国内生态接口对接微信、钉钉、飞书、WPS、腾讯文档、阿里云盘
零代码流程配置可视化拖拽,3分钟完成配置
AI流程智能生成自然语言指令自动生成流程
执行监控与兜底与重试降级Skill联动,成功率≥95%
模板中心50+高频场景模板一键复用

快速开始

from scripts.workflow_engine import WorkflowEngine
from scripts.ai_flow_generator import AIFlowGenerator

# AI生成流程
ai_gen = AIFlowGenerator()
workflow = ai_gen.generate("微信收到文件自动同步到阿里云盘")

# 执行流程
engine = WorkflowEngine()
engine.run(workflow)

安装

pip install -r requirements.txt

项目结构

clawhub-automation/
├── SKILL.md                 # Skill说明
├── README.md                # 完整文档
├── requirements.txt         # 依赖
├── config/
│   └── connectors.yaml      # 生态连接器配置
├── scripts/                 # 核心模块
│   ├── workflow_engine.py   # 流程引擎
│   ├── connector_manager.py # 生态连接器
│   ├── ai_flow_generator.py # AI流程生成
│   ├── template_center.py   # 模板中心
│   ├── execution_monitor.py # 执行监控
│   └── permission_manager.py # 权限管理
├── templates/               # 场景模板
├── examples/                # 使用示例
└── tests/                   # 单元测试

运行测试

cd tests
python test_automation.py

详细文档

请参考 README.md 获取完整API文档和使用指南。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

Webhook Tester

Webhook testing and debugging tool. Send test webhook payloads to any URL, simulate various webhook events (GitHub, Stripe, Slack), inspect responses, and lo...

Registry SourceRecently Updated
Coding

Azuredatastudio

Azure Data Studio is a data management and development tool with connectivity to popular cloud and o azuredatastudio, typescript, azure, azure-data-studio, e...

Registry SourceRecently Updated
1130ckchzh
Coding

Awesome Postgres

A curated list of awesome PostgreSQL software, libraries, tools and resources, inspired by awesome-m awesome postgres, python, database, postgres, postgresql...

Registry SourceRecently Updated
Coding

Awesome Cheatsheets

👩‍💻👨‍💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They awesome cheatsheets, javascript, backend, bash, chea...

Registry SourceRecently Updated