vercel
Installation
SKILL.md
Troubleshooting
If requests fail, run zero doctor check-connector --env-name VERCEL_TOKEN or zero doctor check-connector --url https://api.vercel.com/v2/user --method GET
User
Get Current User
curl -s "https://api.vercel.com/v2/user" \
--header "Authorization: Bearer $VERCEL_TOKEN"
List Auth Tokens
curl -s "https://api.vercel.com/v6/user/tokens" \
--header "Authorization: Bearer $VERCEL_TOKEN"