Install
openclaw skills install auth-preflight-checklistPreflight checklist for auth-dependent work: verify the active credential lane, runtime environment, scopes, and smallest safe live probe before writing, deploying, or debugging provider integrations.
openclaw skills install auth-preflight-checklistUse before auth-dependent docs, troubleshooting, cron jobs, deploys, API integrations, or any task where the result depends on a token, service account, OAuth session, 1Password item, gateway model route, deploy key, or approval flag.
Do not infer auth from configuration alone. Prove the same runtime that will do the work can access the credential and complete the smallest safe live action.
Identify the active auth lane.
Verify secret source and runtime agree.
Run the smallest live probe.
Check scopes and target access.
Fail with a useful blocker.
Auth work is not complete until one is true:
For OpenClaw model calls in scheduled scripts, prefer gateway/Codex routing. A missing raw OPENAI_API_KEY is not a failure if the OpenClaw gateway smoke test proves the Codex-backed route works.