Vercel Deployment Monitor
Settings statusline 611
Real-time Vercel deployment monitor with clickable deploy link. Shows build status, time since last deployment, and a clickable OSC 8 hyperlink to the deployment URL (Cmd+click). Setup: Export environment variables 'export VERCEL_TOKEN=your_token' and 'export VERCEL_PROJECT_ID=your_project_id' (or manually replace $VERCEL_TOKEN and $VERCEL_PROJECT_ID in the command if you prefer not to use environment variables). Get your token from vercel.com/account/tokens and project ID from your Vercel dashboard.
npx claude-code-templates@latest --setting statusline/vercel-deployment-monitor claude-code — vercel-deployment-monitor
Content
JSON
{
"description": "Real-time Vercel deployment monitor with clickable deploy link. Shows build stat..."
"statusLine": {
"type": "command"
"command": "bash -c 'input=$(cat); DIR=$(echo "$input" | jq -r ".workspace.current_dir"); DE..."
}
}