·Y Build Team
OpenClaw Config Edit:完全セットアップ&設定ガイド(2026年)
WhatsApp、Discord、Telegram、Ollamaなどのopenclaw config editコマンドをマスター。チャネル、モデル、プロバイダーの設定方法と一般的なOpenClaw設定エラーの修正方法をステップバイステップで解説。
OpenClawConfigurationTutorialWhatsAppDiscordTelegramOllamaAI Assistant
Y
OC概要
最も一般的なOpenClaw設定コマンドのクイックリファレンス:
bash
openclaw config edit
openclaw config set channels.whatsapp.enabled true
openclaw config set model.provider openai
openclaw config set model.name gpt-4o
openclaw config show
openclaw doctor
openclaw doctor --fix
openclaw config reset
OpenClawとは?
OpenClawはWhatsApp、Discord、Telegram、Slackなどのメッセージングチャネルに大規模言語モデルを接続するオープンソースAIアシスタントフレームワークです。複数のモデルプロバイダー(OpenAI、Anthropic、Ollama、Googleなど)をサポートし、カスタムスキルやプラグインで拡張できます。
Early Access
Be first to build with AI
Y Build is the AI-era operating system for startups. Join the waitlist and get early access.
チャネルのセットアップ
bash
openclaw config set channels.whatsapp.enabled true
openclaw config set channels.whatsapp.phone_number_id "YOUR_PHONE_NUMBER_ID"
openclaw config set channels.whatsapp.access_token "YOUR_ACCESS_TOKEN"
openclaw config set channels.whatsapp.webhook_url "https://your-domain.com/webhook/whatsapp"
Discord
bash
openclaw config set channels.discord.enabled true
openclaw config set channels.discord.bot_token "YOUR_DISCORD_BOT_TOKEN"
Telegram
bash
openclaw config set channels.telegram.enabled true
openclaw config set channels.telegram.bot_token "YOUR_TELEGRAM_BOT_TOKEN"
openclaw config set channels.telegram.mode polling
Slack
bash
openclaw config set channels.slack.enabled true
openclaw config set channels.slack.bot_token "xoxb-YOUR-BOT-TOKEN"
openclaw config set channels.slack.app_token "xapp-YOUR-APP-TOKEN"
モデルプロバイダーの設定
OpenAI
bash
openclaw config set model.provider openai
openclaw config set model.name gpt-4o
export OPENAI_API_KEY="sk-..."
Anthropic(Claude)
bash
openclaw config set model.provider anthropic
openclaw config set model.name claude-sonnet-4-6
export ANTHROPIC_API_KEY="sk-ant-..."
Ollama(ローカルモデル)
bash
ollama pull llama3.3
openclaw config set model.provider ollama
openclaw config set model.name llama3.3
openclaw config set model.base_url "http://localhost:11434"
Google(Gemini)
bash
openclaw config set model.provider google
openclaw config set model.name gemini-2.5-pro
export GOOGLE_API_KEY="..."
xAI(Grok)
bash
openclaw config set model.provider openai
openclaw config set model.name grok-4.1
openclaw config set model.base_url "https://api.x.ai/v1"
export OPENAI_API_KEY="xai-..."
一般的な設定エラーと修正
タイプミスをチェック。openclaw config showで有効なキーを確認し、openclaw doctorで設定を診断してください。
高度な設定
カスタムスキル
yaml
skills:
- web_search
- custom_skill:
path: ./my-skills/custom_tool.py
複数モデル設定
yaml
models:
default:
provider: openai
name: gpt-4o
fast:
provider: ollama
name: llama3.3
reasoning:
provider: anthropic
name: claude-opus-4-6
もっとシンプルなものが欲しい?
Y Build がスタック全体を処理 — デプロイメント、製品動画、AI SEO、アナリティクス。設定ファイル不要。ターミナル不要。 無料で始める →出典:
Early Access
Be first to build with AI
Y Build is the AI-era operating system for startups. Join the waitlist and get early access.