·Y Build Team
OpenClaw Config Edit: Guida completa alla configurazione (2026)
Padroneggia i comandi openclaw config edit per WhatsApp, Discord, Telegram, Ollama e altro. Guida passo passo per configurare canali, modelli, provider e correggere errori comuni di configurazione OpenClaw.
OpenClawConfigurationTutorialWhatsAppDiscordTelegramOllamaAI Assistant
Y
OCIn breve
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
Cos'è OpenClaw?
OpenClaw è un framework per assistente AI open-source che collega modelli linguistici di grandi dimensioni a canali di messaggistica come WhatsApp, Discord, Telegram e Slack. Supporta diversi provider di modelli e può essere esteso con skill e plugin personalizzati.
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.
Configurazione dei canali
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"
Configurazione dei provider di modelli
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 (Modelli locali)
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-..."
Vuoi qualcosa di più semplice?
Y Build gestisce l'intero stack — deployment, video prodotto, AI SEO e analytics. Nessun file di configurazione. Nessun terminale. Inizia gratis →Fonti:
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.