Overview
- Skill Key
- h4gen/web-hosting
- Author
- h4gen
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/h4gen/web-hosting
- Latest Commit SHA
- beddd470d6f52054f03f9f84598066a4f5f7117f
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.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 hosting 技能。 若已安装,则直接安装 hosting 技能。
# Purpose Take a local codebase or static site and publish it to a production URL with minimal DevOps friction. Primary outcomes: 1. repository created and synced, 2. deployment triggered, 3. live URL verified, 4. custom-domain path documented when requested. This is an orchestration skill. It does not guarantee uptime/SLA by itself. # Required Installed Skills Core: - `github-api` (inspected latest: `1.0.3`) - One deploy path: - `vercel` (inspected latest: `1.0.1`), or - `netlify` (inspected latest: `1.0.0`) Optional: - `domain-dns-ops` (inspected latest: `1.0.0`, environment-specific) - `api-gateway` (inspected latest: `1.0.29`) Install/update: ```bash 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: ```bash npx -y clawhub@latest list ``` Important name mapping: - If user says `/netlifly`, map it to `/netlify`. # Required Credentials Mandatory: - `MATON_API_KEY` (required for `github-api`, and for `api-gateway` routes) Provider/CLI auth (at least one deploy path): - Vercel path: logged in `vercel login` or `VERCEL_TOKEN` - Netlify path: logged in `netlify login` or `NETLIFY_AUTH_TOKEN` Optional (custom infra through api-gateway): - active app-specific OAuth connection in Maton control plane (`ctrl.maton.ai`) Preflight: ```bash echo "$MATON_API_KEY" | wc -c echo "$VERCEL_TOKEN$NETLIFY_AUTH_TOKEN" | wc -c ``` Mandatory behavior: - Never fail silently on missing keys/tokens. - Always return `MissingAPIKeys` (or missing auth) with blocked stages. - Continue with non-blocked stages and mark output as `Partial` when needed. # Inputs the LM Must Collect First - `project_path` - `repo_name` - `repo_visibility` (`private` or `public`) - `deploy_target` (`vercel` or `netlify`) - `framework_hint` (optional) - `custom_domain` (optional) - `domain_provider...
aicodelion
🚀 Clone your OpenClaw AI Agent to a new device in ~25 minutes — configs, memory, skills, everything.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
cacheforge-ai
⚡ SOTA agent skills for OpenClaw — observability, security, code quality, incident response, and more. Built by Anvil AI.
zjianru
OpenClaw Skill: Safely restart the Gateway with context preservation, guardian watchdog, and multi-channel notification
jgm2025
Automated Linux server patching with PatchMon integration for OpenClaw
cyrustmods
🛡️ Audit and verify OpenClaw skills for safety, ensuring quality with 395 safe skills from an in-depth analysis of over 4,000 entries.