Add support for OPENCLAW_SKIP_ONBOARDING environment variable in
Docker setup script. When set to a truthy value (1, true, yes),
the interactive onboarding step is skipped during container setup.
Gateway defaults and control UI allowlist still run as usual.
This is useful for automated/CI deployments where interactive
onboarding is not needed.
Includes e2e tests for both enabled and disabled cases.