원클릭으로
browser-smoke-check
Verify that a Vercel deployment URL displays a real page instead of a 404, auth wall, blank shell, or error page.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Verify that a Vercel deployment URL displays a real page instead of a 404, auth wall, blank shell, or error page.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Pre-code system configuration for any AI agent. Detects model, applies token optimization, estimates input tokens, compresses context, calculates real-time savings (to the token), and tracks cost delta before coding starts. Works with all 11 models. Agent runs this BEFORE writing code—saves 75-95% tokens + cost on every project. Triggers: "before i code", "set up token optimization", "configure system", "what model am i", "estimate tokens", "how much will this save", "show me savings", "pre-code checklist", "token tracker", "cost me to code this"
Publish agent capabilities and accept Agent2Agent task requests through the local HTTP receiver.
Verify and normalize GitHub webhook payloads for deployment automation. Use when a GitHub push, deployment_status, or workflow_run event arrives.
Iterate deployment visibility failures using only no-code-safe actions and stop when source-code changes are required.
Inventory GitHub repositories and Vercel projects, then map repos to deployments for a visibility sweep.
Link, deploy, inspect, and verify Vercel projects using Vercel CLI/API with token-based authentication.
| name | browser-smoke-check |
| description | Verify that a Vercel deployment URL displays a real page instead of a 404, auth wall, blank shell, or error page. |
node scripts/verify-url.mjs <url>
{
"visible": true,
"status": 200,
"title": "...",
"h1": "...",
"signals": [],
"blockers": []
}