hosting
Meta-skill for zero-friction deployment of local web projects to production URLs by orchestrating github-api, vercel/netlify, domain-dns-ops, and api-gateway. Use when users want to make a local site live with SSL, CI/CD, and optional custom domain wiring.
Why use this skill?
Deploy local web projects to production instantly. Automate GitHub repo creation, CI/CD, and custom domain configuration with the OpenClaw hosting skill.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/h4gen/web-hostingWhat This Skill Does
The hosting skill acts as an intelligent orchestration layer for OpenClaw AI, designed to automate the entire lifecycle of moving local web projects to live production environments. Rather than manually juggling GitHub repositories, platform-specific CLIs, and DNS records, this meta-skill synchronizes these distinct operations into a single cohesive workflow. It handles repository creation, CI/CD configuration, deployment triggering, and optional custom domain wiring. By centralizing the interaction between github-api, deployment providers like Vercel or Netlify, and infrastructure tools like api-gateway and domain-dns-ops, it eliminates the friction of manual DevOps tasks.
Installation
To get started, ensure you have the necessary base skills installed via clawhub. Run the following commands in your terminal:
npx -y clawhub@latest install github-api
npx -y clawhub@latest install vercel
npx -y clawhub@latest install netlify
npx -y clawhub@latest install domain-dns-ops
npx -y clawhub@latest install api-gateway
npx -y clawhub@latest update --all
Verify the installation by running npx -y clawhub@latest list. Ensure your environment variables MATON_API_KEY and your respective platform tokens (VERCEL_TOKEN or NETLIFY_AUTH_TOKEN) are correctly set.
Use Cases
- Rapid Prototyping: Quickly push a local static site or full-stack application to a live URL for immediate stakeholder review.
- Production Deployment: Standardize CI/CD pipelines for web projects by linking local codebases directly to production-ready platforms.
- Custom Branding: Automate the complex process of pointing a custom domain to a new deployment, including SSL/TLS verification.
- Multi-Cloud Management: Effortlessly switch between Vercel and Netlify depending on project requirements while keeping the management workflow identical.
Example Prompts
- "I have a local react project in ./app. Please create a public GitHub repo named 'my-awesome-site' and deploy it to Vercel."
- "Deploy the current directory to Netlify as a private repo and set up my custom domain 'example.com' using my Cloudflare settings."
- "I need to push this local folder to a new private repository and set up a full-stack managed deployment on Vercel. Can you handle the infrastructure?"
Tips & Limitations
- Explicit Inputs: Always specify your
deploy_targetandrepo_visibilityto avoid deployment errors. If you forget, the AI will prompt you for these before proceeding. - Naming: If the AI misinterprets your input, remember that
/netliflyis automatically mapped to/netlify. - Error Handling: This skill is designed not to fail silently. If an API key is missing, you will receive a
MissingAPIKeyserror; it will proceed with non-blocked stages where possible. - SLA: Note that this skill orchestrates deployments but does not provide uptime SLAs; monitor your hosting provider dashboard for service-level status.
Metadata
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-h4gen-web-hosting": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, external-api, code-execution
Related Skills
cold-outreach-hunter
Meta-skill for orchestrating Apollo API, LinkedIn API, YC Cold Outreach, and MachFive Cold Email into a complete B2B cold outreach pipeline. Use when the user wants end-to-end lead sourcing, enrichment, personalized copy strategy, and generation-ready outreach sequences with strict quality and safety gates.
skills-search-fts
Instantly find the best AI agent skills, tools, and capabilities from across the entire web.
seo-ranker
Meta-skill for end-to-end SEO auditing and on-page optimization by orchestrating brave-search, summarize, api-gateway, and markdown-converter. Use when users want to understand why a page is not ranking for a target keyword and need concrete rewrite actions plus backlink intelligence.
no-code-frontend-builder
Meta-skill for generating production-ready React UI for non-programmers by orchestrating frontend-design-ultimate, shadcn-ui, and react-expert. Use when users describe UI outcomes (for example dashboards, landing pages, admin screens) and need a single copy-pasteable TSX component with explicit setup and dependency instructions.
clawauth
Let agents request OAuth access from end users via short links, continue working asynchronously, and later claim reusable third-party API tokens from local keychain storage instead of a centralized SaaS token vault.