Interactive step-by-step setup assistant for OpenClaw with automated configuration and error handling.
- Interactive prompts guiding users through each setup step
- Automatic system detection (OS, dependencies, environment)
- Configuration file generation from validated templates
- Contextual troubleshooting guidance during setup
- Setup validation and issue detection
- Setup report and documentation generation
# Interactive setup wizard
node scripts/cli-interface.js
# Non-interactive setup with defaults
node scripts/cli-interface.js --non-interactive
# Validate an existing setup
node scripts/cli-interface.js --validate-only
# Detect system info
node scripts/cli-interface.js --detect-onlySource code: github.com/NeoSkillFactory/openclaw-setup-guide
MIT © NeoSkillFactory