Vercel Deploy
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports produc
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports produc
Real data. Real impact.
Emerging
Developers
Per week
Open source
Skills give you superpowers. Install in 30 seconds.
Deploy and manage Vercel projects. No "AI will build your app" nonsense - just practical Vercel operations.
Get your token:
export VERCEL_TOKEN="your-token-here"
Or store in
.env:
VERCEL_TOKEN=your-token-here
# Deploy to preview scripts/vercel_deploy.sh --project bountylock --previewDeploy to production
scripts/vercel_deploy.sh --project bountylock --production
# List env vars scripts/vercel_env.sh --project bountylock --listSet env var
scripts/vercel_env.sh --project bountylock --set
--key NEXT_PUBLIC_RPC_URL
--value "https://sepolia.base.org"
--env productionDelete env var
scripts/vercel_env.sh --project bountylock --delete
--key OLD_VAR
--env production
# Get latest deployment scripts/vercel_status.sh --project bountylockGet specific deployment
scripts/vercel_status.sh --deployment dpl_abc123
# Get deployment logs scripts/vercel_logs.sh --deployment dpl_abc123Get runtime logs
scripts/vercel_logs.sh --project bountylock --function api/bounties
# Contract addresses (after deploying to Sepolia) scripts/vercel_env.sh --project bountylock --set \ --key NEXT_PUBLIC_CONTRACT_ADDRESS \ --value "0x..." \ --env productionRPC URL
scripts/vercel_env.sh --project bountylock --set
--key NEXT_PUBLIC_RPC_URL
--value "https://sepolia.base.org"
--env productionChain ID
scripts/vercel_env.sh --project bountylock --set
--key NEXT_PUBLIC_CHAIN_ID
--value "84532"
--env production
scripts/vercel_deploy.sh --project bountylock --production
scripts/vercel_status.sh --project bountylock
# Update contract address after redeployment scripts/vercel_env.sh --project bountylock --set \ --key NEXT_PUBLIC_CONTRACT_ADDRESS \ --value "0xNEW_ADDRESS" \ --env productionTrigger new deployment to use updated vars
scripts/vercel_deploy.sh --project bountylock --production
# Get latest deployment info scripts/vercel_status.sh --project bountylockGet build logs
scripts/vercel_logs.sh --deployment dpl_abc123
Check environment variables
scripts/vercel_env.sh --project bountylock --list
"Authentication failed"
"Project not found"
"Deployment failed"
scripts/vercel_logs.sh --deployment dpl_xxxNo automatic installation available. Please visit the source repository for installation instructions.
View Installation Instructions1,500+ AI skills, agents & workflows. Install in 30 seconds. Part of the Torly.ai family.
© 2026 Torly.ai. All rights reserved.