Inspect Vercel preview deployments and retrieve build/runtime logs for failed or unhealthy previews. Use when the user asks to check Vercel preview errors, inspect deployment logs, debug failed builds, or correlate PR/commit deployments with log output.
Use this skill to close the deploy-debug loop by fetching real Vercel preview logs from CLI and summarizing actionable failures.
Trigger this skill for requests like:
vc (Vercel CLI) is installed.VERCEL_TOKEN (preferred) or existing CLI login.sandbox_permissions=require_escalated.Use the bundled wrapper for all commands:
bash <skill-dir>/scripts/vc_safe.sh <vc-subcommand> [args...]
What it does:
VERCEL_DISABLE_AUTO_UPDATE=1NO_UPDATE_NOTIFIER=1XDG_CACHE_HOME to /tmp by default-Q /tmp/.vercel-global so CLI does not need to write in ~/Library/...If URL/ID is provided:
bash <skill-dir>/scripts/vc_safe.sh inspect <url-or-id> --format=json -t "$VERCEL_TOKEN"
If not provided, list recent deployments for the linked project:
bash <skill-dir>/scripts/vc_safe.sh list --format=json --status ERROR,BUILDING,READY -t "$VERCEL_TOKEN"
Optional filters:
bash <skill-dir>/scripts/vc_safe.sh list --format=json -m githubCommitRef=<branch> -t "$VERCEL_TOKEN"
bash <skill-dir>/scripts/vc_safe.sh list --format=json -m githubCommitSha=<sha> -t "$VERCEL_TOKEN"
bash <skill-dir>/scripts/vc_safe.sh inspect <url-or-id> --logs -t "$VERCEL_TOKEN"
bash <skill-dir>/scripts/vc_safe.sh logs <url-or-id> --format=json -t "$VERCEL_TOKEN"
Report:
READY, ERROR, etc.)If multiple failures exist, prioritize:
Before finalizing diagnosis:
vercel-deploy.Vercel/React stack — this skill is the diagnose action paired with vercel-deploy.
vercel-deploy — paired action. Common upstream cause of the logs inspected here.diagnose — generalist debugging discipline. Use this skill first to gather Vercel-specific log evidence; hand off to diagnose for the broader feedback-loop framing if the bug isn't surface-level.nextjs-app-router, vercel-react-best-practices — referenced when log diagnosis surfaces App Router / React performance issues.npx skills add davisbuilds/vercel-preview-logs下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer