vercel-labs/launch-verify-debug
Launch verification and remote smoke debugging for vercel-openclaw: preflight, queue ping, ensureRunning, chatCompletions, wakeFromSleep, restorePrepared, channelReadiness, NDJSON progress, and vclaw create readiness. Use when launch verification, vclaw create validation, or remote smoke checks fail.
npx skills add https://github.com/vercel-labs/vercel-openclaw --skill launch-verify-debug
Use this skill for /api/admin/launch-verify, pnpm smoke:remote, and vclaw create readiness failures.
Collect:
GET /api/admin/preflight and persisted GET /api/admin/launch-verify when available.GET /api/channels/summary for channel readiness.GET /api/admin/logs filtered for launch., preflight., sandbox., gateway., channels..Report each phase separately:
Do not collapse ready:false into one root cause. failingChannelIds is the machine-readable channel failure list; warningChannelIds is deprecated.
src/server/deploy-preflight.ts, src/app/api/admin/preflight/route.ts.src/app/api/admin/launch-verify/route.ts, src/app/api/queues/launch-verify/route.ts.src/server/smoke/remote-smoke.ts, src/server/smoke/remote-phases.ts.src/server/sandbox/restore-oracle.ts and lifecycle callers.node scripts/verify.mjs --steps=test,typecheck
pnpm smoke:remote --base-url <url> [--destructive] [--auth-cookie "session=..."]
lat check
For live launch fixes, include the terminal launch verification payload and the exact failed phase before/after.
Take vercel-labs/launch-verify-debug from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.