ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 5/5

deploy-router

Deployment platform router - Vercel vs Cloudflare vs GitHub Pages. Analyzes framework, SEO needs, repo visibility. Use for "where to deploy" decisions.

Why use this skill?

Deploy your projects smarter. Analyze repository visibility, framework needs, and SEO requirements to choose the perfect deployment platform.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/anton-abyzov/sw-deploy-router
Or

What This Skill Does

The deploy-router skill serves as an intelligent decision engine for developers and project managers aiming to deploy web applications. It abstracts the complexity of choosing between Vercel, Cloudflare Pages, and GitHub Pages by analyzing your project's specific requirements. The skill is context-aware, evaluating your tech stack, SEO requirements, edge-computing needs, and most importantly, your repository visibility (Public vs. Private) to ensure your deployment strategy remains compliant and cost-effective.

Installation

To integrate this skill into your environment, run the following command via your terminal or inside the OpenClaw interface: clawhub install openclaw/skills/skills/anton-abyzov/sw-deploy-router

Use Cases

  • Static Site Hosting: Ideal for portfolios or documentation sites where choosing between GitHub Pages and Cloudflare Pages can be confusing.
  • Dynamic SEO: Next.js applications that require server-side rendering (SSR) or incremental static regeneration (ISR) are often better suited for Vercel, and this skill identifies when your project necessitates that power.
  • Cost Mitigation: If you are working on a small, personal project and want to avoid high hosting costs, the skill suggests platforms that provide the most generous free tiers.
  • Private Repository Constraints: Many developers are caught off-guard by GitHub Pages' restriction on private repository deployments. This skill checks your GitHub visibility via the CLI to suggest free alternatives like Cloudflare Pages immediately.

Example Prompts

  1. "I am building a private dashboard with Next.js. Where should I deploy it for free?"
  2. "Analyze my project files and let me know if GitHub Pages is the best place for my public documentation site."
  3. "Which deployment platform handles global edge routing better for my e-commerce storefront?"

Tips & Limitations

Always ensure the GitHub CLI (gh) is authenticated on your system, as the skill relies on it to verify repository visibility. Remember that while this tool provides expert recommendations, you should still evaluate regional compliance and specific platform bandwidth limits for large media projects. The skill is designed to guide you toward the best-fit platform, but final configuration remains under your control.

Metadata

Stars1054
Views0
Updated2026-02-16
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-anton-abyzov-sw-deploy-router": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#deployment#devops#vercel#cloudflare#automation
Safety Score: 5/5

Flags: file-read, external-api