vercel
Vercel — Deploy and Manage Projects
Set Up a New Project
cd <project-root> # must be the directory with .git
npx vercel link # link to Vercel project
npx vercel git connect # connect GitHub repo for auto-deploys
Run vercel git connect from the repo root (where .git lives), not a subdirectory.
Set Environment Variables
NEVER use echo — it adds a trailing \n:
printf 'value' | npx vercel env add VAR_NAME production
Check Domains
cd any-vercel-project && npx vercel domains ls
For the full domain list: see domains.md in this folder.
More from tychohq/agent-skills
system-watchdog
System resource monitoring that detects wasteful or suspicious processes. Outputs structured JSON for any consumer.
84flights
Search flights via Google Flights. Find nonstop/connecting flights, filter by time and cabin class, get booking links. Supports city names (NYC, London, Tokyo) with automatic multi-airport search. No API key required.
37amazon
Buy and return items on Amazon using browser automation. Use for purchasing, reordering, checking order history, and processing returns.
14tmux
Remote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
10domain-check
Check domain availability via Vercel and buy/manage domains via Vercel CLI
10research
Conduct open-ended research on a topic, building a living markdown document. Supports interactive and deep research modes.
9