集成支持¶
ZeroClaw 提供 50+ 跨 9 个类别的集成。
集成类别¶
- 开发工具 - Git, npm, cargo, docker
- 云服务 - AWS, Azure, GCP
- 通讯 - Telegram, Discord, Slack, WhatsApp
- 数据库 - SQLite, MongoDB, PostgreSQL
- 监控 - Prometheus, Grafana, 日志系统
- 安全 - 加密, 证书管理, 认证
- 持续集成 - GitHub Actions, GitLab CI, Jenkins
- 文档 - Markdown, PDF, Confluence
- 其他 - 自定义插件
快速集成¶
查看可用集成¶
# 列出所有集成
zeroclaw integrations list
# 获取集成信息
zeroclaw integrations info Telegram
zeroclaw integrations info GitHub
启用集成¶
开发工具集成¶
Git 集成¶
Docker 集成¶
云服务集成¶
AWS 集成¶
Azure 集成¶
[integrations.azure]
enabled = false
subscription_id = "your-subscription-id"
resource_group = "my-resource-group"
自定义集成¶
Python 插件¶
# ~/.zeroclaw/plugins/my_plugin.py
from zeroclaw.plugins import Plugin
class MyPlugin(Plugin):
def name(self):
return "my-plugin"
def execute(self, args):
# 自定义逻辑
return "Hello from plugin!"
注册插件¶
Composio 集成¶
ZeroClaw 支持 1000+ 通过 Composio 的 OAuth 应用:
支持的服务¶
- 通讯 - Gmail, Outlook, Slack
- 存储 - Google Drive, Dropbox, OneDrive
- CRM - Salesforce, HubSpot, Pipedrive
- 项目管理 - Notion, Trello, Asana
- 社交媒体 - Twitter, Facebook, Instagram
- 开发 - GitHub, GitLab, Jira
- 数据分析 - Google Sheets, Excel
- 以及更多...
更多服务:app.composio.dev
查看集成状态¶
故障排查¶
集成不工作¶
调试模式¶
社区集成¶
查看社区贡献的集成: