$ 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
// AIバックボーンとしてGPT-4oなどのOpenAIモデルを使用。
統合を見る →
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
// AI搭載ノートのためにローカルObsidian保管庫と統合。
統合を見る →
🏠 Home & IoT
// Make your smart home actually smart
home assistant.ts
Livev1.3+
openclaw.integrate(homeassistant)
Home Assistant
// 自然言語コマンドでスマートホームを制御。
統合を見る →
mqtt / iot.ts
Coming Soonv1.5+
openclaw.integrate(mqtt)
MQTT / IoT
// Mosquittoブローカー経由でセンサーを監視してスマートデバイスを制御。
// Built an integration the community is missing?
Submit it as a community skill
$git submit my-integration.ts