Run any Skill in Manus
with one click
with one click
Run any Skill in Manus with one click
Get Started$pwd:
$ git log --oneline --stat
stars:430
forks:127
updated:February 11, 2026 at 08:53
SKILL.md
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | vercel-deploy |
| description | Automated Vercel deployment skill. |
| category | infrastructure |
| version | 4.1.0-fractal |
| layer | master-skill |
Goal: Seamlessly deploy any frontend/full-stack application to Vercel global edge network.
vercel (Install via npm i -g vercel)vercel login) or provide VERCEL_TOKEN.Detection:
package.json for frameworks (Next.js, Vite, Remix, Astro).npm run build) and output directory (dist or .next).Configuration:
vercel.json if custom headers/rewrites are needed.Execution:
vercel --no-prod (For testing feature branches).vercel --prod (For live release).Verification:
vercel inspect <url>..env from Vercel Project Settings (vercel env pull)..env to Vercel (Interactive confirmation required).ignoreBuildErrors: true ONLY for hotfixes.VERCEL_TOKEN is active in CI/CD environment.Command Reference:
vercel link: Link local folder to remote project.vercel deploy: Deploy preview.vercel deploy --prod: Deploy production.