vercel-deployDeploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.
Install via ClawdBot CLI:
clawdbot install nightfullstar/vercel-deployDeploy 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 --preview
# Deploy to production
scripts/vercel_deploy.sh --project bountylock --production
# List env vars
scripts/vercel_env.sh --project bountylock --list
# Set env var
scripts/vercel_env.sh --project bountylock --set \
--key NEXT_PUBLIC_RPC_URL \
--value "https://sepolia.base.org" \
--env production
# Delete env var
scripts/vercel_env.sh --project bountylock --delete \
--key OLD_VAR \
--env production
# Get latest deployment
scripts/vercel_status.sh --project bountylock
# Get specific deployment
scripts/vercel_status.sh --deployment dpl_abc123
# Get deployment logs
scripts/vercel_logs.sh --deployment dpl_abc123
# Get 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 production
# RPC URL
scripts/vercel_env.sh --project bountylock --set \
--key NEXT_PUBLIC_RPC_URL \
--value "https://sepolia.base.org" \
--env production
# Chain 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 production
# Trigger new deployment to use updated vars
scripts/vercel_deploy.sh --project bountylock --production
# Get latest deployment info
scripts/vercel_status.sh --project bountylock
# Get 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_xxxGenerated Mar 1, 2026
A startup building a decentralized application (dApp) on Base Sepolia testnet needs to deploy their frontend to Vercel. They use this skill to set environment variables like contract addresses and RPC URLs, then deploy to production for user testing.
A software-as-a-service company regularly updates their web application hosted on Vercel. They use this skill to manage environment variables for different features, deploy new versions to preview for QA testing, and then push to production after approval.
An e-commerce business uses Vercel to host their online store. They leverage this skill to update API keys for payment gateways, deploy seasonal promotions, and monitor deployment logs to ensure uptime during high-traffic events like Black Friday.
A digital agency manages multiple client websites on Vercel. They use this skill to deploy projects for different clients, set client-specific environment variables, and check deployment statuses to provide timely updates and troubleshoot issues efficiently.
Offer a basic free tier for deploying small projects with limited features, and charge for advanced capabilities like automated deployments, team collaboration, or priority support. Revenue comes from subscription upgrades and enterprise plans.
Provide expert services to help businesses set up and optimize their Vercel deployments, including environment configuration, security audits, and troubleshooting. Revenue is generated through hourly rates or retainer contracts.
Create and sell pre-configured Vercel deployment templates for specific industries like Web3 or e-commerce, including scripts and environment setups. Revenue comes from one-time template sales or commissions on related services.
š¬ Integration Tip
Ensure the Vercel token is securely stored in environment variables and not hardcoded in scripts to prevent security breaches.
Automatically update Clawdbot and all installed skills once daily. Runs via cron, checks for updates, applies them, and messages the user with a summary of what changed.
Full desktop computer use for headless Linux servers. Xvfb + XFCE virtual desktop with xdotool automation. 17 actions (click, type, scroll, screenshot, drag,...
Essential Docker commands and workflows for container management, image operations, and debugging.
Tool discovery and shell one-liner reference for sysadmin, DevOps, and security tasks. AUTO-CONSULT this skill when the user is: troubleshooting network issues, debugging processes, analyzing logs, working with SSL/TLS, managing DNS, testing HTTP endpoints, auditing security, working with containers, writing shell scripts, or asks 'what tool should I use for X'. Source: github.com/trimstray/the-book-of-secret-knowledge
Deploy applications and manage projects with complete CLI reference. Commands for deployments, projects, domains, environment variables, and live documentation access.
Monitor topics of interest and proactively alert when important developments occur. Use when user wants automated monitoring of specific subjects (e.g., product releases, price changes, news topics, technology updates). Supports scheduled web searches, AI-powered importance scoring, smart alerts vs weekly digests, and memory-aware contextual summaries.