vercel-labs/admin-ui-debug
Admin UI and operator surface debugging for vercel-openclaw: command shell design, admin actions, request core, status panels, launch verification UI, channel readiness UI, and local read-only production-data workflows. Use when the root admin UI, controls, visual state, or operator copy is wrong.
npx skills add https://github.com/vercel-labs/vercel-openclaw --skill admin-ui-debug
Use this skill when the root admin control surface or operator-facing UI behavior is the focus.
Collect:
/api/status, /api/channels/summary, launch verify, preflight, logs.LOCAL_READ_ONLY=1 is set.This is an operator control surface, not a marketing dashboard. Keep it dense, dark-only, Vercel-native, and restrained. Avoid decorative cards, ornamental color, and copy that explains obvious controls.
Use existing components and patterns before adding abstractions. Keep text small enough for compact panels and ensure button/card text cannot overflow.
src/components/designs/command-shell.tsx.src/components/admin-{action,request}-core.ts..impeccable.md.Run focused tests/typecheck and, for visual changes, use browser verification or screenshots:
node scripts/verify.mjs --steps=test,typecheck
lat check
When a dev server is needed, start it and report the URL.
Take vercel-labs/admin-ui-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.