一键导入
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": []
}