·Y Build Team
OpenClaw Config Edit: מדריך הגדרה ותצורה מלא (2026)
שלטו בפקודות openclaw config edit עבור WhatsApp, Discord, Telegram, Ollama ועוד. מדריך שלב אחר שלב להגדרת ערוצים, מודלים, ספקים ותיקון שגיאות תצורה נפוצות של OpenClaw.
OpenClawConfigurationTutorialWhatsAppDiscordTelegramOllamaAI Assistant
Y
OCבקצרה
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 הוא מסגרת עבודה של עוזר AI בקוד פתוח שמחברת מודלי שפה גדולים לערוצי הודעות כמו WhatsApp, Discord, Telegram ו-Slack. תומך בספקי מודלים מרובים וניתן להרחבה עם כישורים ותוספים מותאמים.
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"
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-..."
רוצים משהו פשוט יותר?
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.