$ ls ./integrations/
import integrations from 'openclaw'
/** 将 OpenClaw 连接到您已使用的工具 */
15+ integrations•4 categories•community-maintained
💬 Messaging
// Connect OpenClaw to your communication channels
telegram.ts
Most Popularv1.0+
openclaw.connect(telegram)
Telegram
// 最受欢迎的 OpenClaw 频道,私密、快速、功能丰富。
查看集成 →
whatsapp.ts
Livev1.1+
openclaw.connect(whatsapp)
WhatsApp
// 从全球使用最广泛的聊天应用访问 OpenClaw。
查看集成 →
discord.ts
Livev1.0+
openclaw.connect(discord)
Discord
// 将您的服务器打造成 AI 驱动的社区中心。
查看集成 →
slack.ts
Livev1.2+
openclaw.connect(slack)
Slack
// 您的 AI 队友,24/7 在每个工作区频道待命。
查看集成 →
line.ts
Livev1.4+
openclaw.connect(line)
LINE
// 为亚洲市场用户将 OpenClaw 带入 LINE 通讯软件。
查看集成 →
microsoft teams.ts
Livev2026.3+
openclaw.connect(microsoft-teams)
Microsoft Teams
// 企业 AI 机器人:频道监控、会议总结和交互命令。
查看集成 →
语音通话.ts
Livev2026.3+
openclaw.connect(voice-call)
语音通话
// 通过 Whisper 语音识别和 ElevenLabs 语音合成与 OpenClaw 电话交互。
查看集成 →
🤖 AI Models
// Plug in any LLM backend — local or cloud
ollama.ts
Recommendedv1.0+
openclaw.useModel(ollama)
Ollama
// 以零云依赖运行 100% 本地 AI 模型。
查看集成 →
claude api.ts
Livev1.3+
openclaw.useModel(claude-api)
Claude API
// 连接 Anthropic 的 Claude 以实现顶级推理能力。
查看集成 →
openai.ts
Livev1.3+
openclaw.useModel(openai)
OpenAI
// 使用 GPT-4o 和其他 OpenAI 模型作为您的 AI 骨干。
查看集成 →
lm studio.ts
Coming Soonv1.4+
openclaw.useModel(lmstudio)
LM Studio
// 将 OpenClaw 指向 LM Studio 的 OpenAI 兼容本地端点。
⚡ Productivity
// Connect your workflow tools
notion.ts
Livev1.3+
openclaw.integrate(notion)
Notion
// 让 OpenClaw 读取、写入和搜索您的 Notion 工作区。
查看集成 →
github.ts
Livev1.4+
openclaw.integrate(github)
GitHub
// 自动化 PR 审查、Issue 分类和代码搜索。
查看集成 →
zapier.ts
Livev1.5+
openclaw.integrate(zapier)
Zapier
// 通过 Zapier 自动化将 OpenClaw 连接到 5000+ 应用。
查看集成 →
google drive.ts
Livev1.4+
openclaw.integrate(google-drive)
Google Drive
// 搜索和摘要您 Google Drive 中的文档。
查看集成 →
obsidian.ts
Livev1.5+
openclaw.integrate(obsidian)
Obsidian
// 与您的本地 Obsidian 库集成,实现 AI 驱动的笔记。
查看集成 →
🏠 Home & IoT
// Make your smart home actually smart
home assistant.ts
Livev1.3+
openclaw.integrate(homeassistant)
Home Assistant
// 用自然语言命令控制您的智能家居。
查看集成 →
mqtt / 物联网.ts
Coming Soonv1.5+
openclaw.integrate(mqtt)
MQTT / 物联网
// 通过 Mosquitto broker 监控传感器和控制智能设备。
// Built an integration the community is missing?
Submit it as a community skill
$git submit my-integration.ts