deploy-static

Deploy static websites to Vercel and Cloudflare Pages with one command.

27|9|Updated Jan 25, 2026
One-click install
npx skills add https://github.com/Leoyishou/personal-ai-company --skill deploy-static
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-static
Source: https://github.com/Leoyishou/personal-ai-company/tree/main/claude-global/skills/api-deploy-static
Command: npx skills add https://github.com/Leoyishou/personal-ai-company --skill deploy-static

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the deployment of static websites to hosting platforms like Vercel and Cloudflare Pages, eliminating manual steps and accelerating production releases.

Core Features & Use Cases

  • One-click deployment to Vercel and Cloudflare Pages for HTML, React, Vue, and other static projects.
  • Supports build steps and environment configuration, enabling smooth production publishing.
  • Use case: Deploy a finished static site to both platforms with a single command and keep them in sync via the same codebase.

Quick Start

Run the deployment from your project's root to publish to both platforms in a single action.

Frequently Asked Questions about deploy-static

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I deploy a static site to Vercel and Cloudflare Pages with a single command?

You can deploy a static site to Vercel and Cloudflare Pages by running a single command from your project root, which automates builds and publishes to both platforms simultaneously using vercel and wrangler commands. It supports HTML, React, and Vue projects.

What environment variables do I need to set up for automated static site deployment?

Automated static site deployment requires setting the VERCEL_TOKEN and CLOUDFLARE_API_TOKEN environment variables. These credentials authenticate the vercel and wrangler commands to execute production deployment workflows directly from your environment.

Does this one-click deployment work with React and Vue static projects?

Yes, one-click deployment works with React, Vue, and standard HTML static projects. It handles automated builds and environment management, enabling smooth production publishing for these frameworks across Vercel and Cloudflare Pages.

Can I keep my Vercel and Cloudflare deployments in sync using the same codebase?

Yes, you can keep Vercel and Cloudflare deployments in sync by deploying from the same codebase. The tool publishes your finished static site to both platforms in a single action, ensuring both environments reflect the identical production release.

What is the best way to automate production releases for a static website?

Automating production releases for a static website is best achieved by eliminating manual steps through a single-command deployment workflow. This approach configures build steps and manages environments to accelerate publishing to Vercel and Cloudflare Pages.