This handles the full deployment flow to Vercel without any auth setup. You run a bash script, it tarballs your project, auto-detects the framework from package.json (Next, Astro, Express, whatever), uploads it, and spits back a live preview URL plus a claim link to transfer it to your account. The no-authentication approach is genuinely clever for quick prototyping or showing clients something live in seconds. Works with static HTML too. One gotcha: if you're on claude.ai, you'll need to whitelist vercel.com domains in capabilities settings or the network request gets blocked. Built by Vercel themselves.
npx skills add https://github.com/bytedance/deer-flow --skill vercel-deploy