Install
openclaw skills install openclaw-setup-wizardInteractive OpenClaw setup wizard that diagnoses, configures, and optimizes a fresh or existing OpenClaw installation. Use when a user asks to set up OpenClaw, configure providers, connect chat channels, install skills, set up cron jobs, harden security, or troubleshoot their OpenClaw environment. Covers first-time setup, multi-provider configuration, channel connection, skill installation, backup setup, and health verification.
openclaw skills install openclaw-setup-wizardOne-command diagnostic and guided setup for OpenClaw installations.
Run the diagnostic first to assess the current state:
bash scripts/diagnose.sh
This produces a JSON report covering: gateway status, provider config, channels, skills, cron jobs, security, and system resources.
scripts/diagnose.sh to get current system stateopenclaw CLI commands (never edit JSON directly)scripts/harden.sh for security best practicesThe diagnose script checks 12 areas:
diagnose.sh → identify missing componentsopenclaw models set <model>openclaw models fallbacks add <model>clawhub install <skill>harden.shSee references/providers.md for provider-specific configuration including API key setup, model selection, and fallback chains.
See references/channels.md for step-by-step guides for each supported channel (Telegram, Discord, Slack, WhatsApp, etc.)
Run scripts/harden.sh which checks and fixes:
See references/troubleshooting.md for common issues and fixes.