Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install web-deploy-github或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install web-deploy-github⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/web-deploy-github/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: web-deploy-github description: Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation. ---
This skill enables autonomous creation and deployment of static websites to GitHub Pages. It follows a complete workflow from project structure initialization through automatic deployment via GitHub Actions, optimized for single-page applications, portfolios, and landing pages.
Create the project structure:
bash scripts/init_project.sh <project-name>
This creates:
project-name/
├── index.html
├── styles.css
├── script.js
├── README.md
└── .github/
└── workflows/
└── deploy.yml
Build the website following these principles:
Use templates from assets/templates/ as starting points:
base-html/ - Minimal HTML5 boilerplateportfolio/ - Portfolio/CV template with sectionslanding/ - Landing page with hero and CTAbash scripts/deploy_github_pages.sh <project-name> <github-username>
This script:
GitHub Actions automatically deploys on push to main branch. The workflow:
gh-pages branchhttps://.github.io// User request: "Crée-moi un site portfolio CV"
Action:
init_project.sh portfolio-cvassets/templates/portfolio/ as basedeploy_github_pages.sh portfolio-cv usernameUser request: "Fais-moi une landing page pour mon app"
Action:
init_project.sh app-landingassets/templates/landing/ as basedeploy_github_pages.sh app-landing usernamegh-pages branchgh CLI is authenticated: gh auth status.github/workflows/deploy.yml syntaxinit_project.sh - Initialize project structuredeploy_github_pages.sh - Deploy to GitHub Pagesworkflow.md - Detailed workflow documentationdesign-patterns.md - Design best practicestemplates/base-html/ - Minimal HTML5 boilerplatetemplates/portfolio/ - Portfolio/CV templatetemplates/landing/ - Landing page template.github/workflows/deploy.yml - GitHub Actions workflow template安装 Web Deploy GitHub Pages 后,可以对 AI 说这些话来触发它
Help me get started with Web Deploy GitHub Pages
Explains what Web Deploy GitHub Pages does, walks through the setup, and runs a quick demo based on your current project
Use Web Deploy GitHub Pages to create and deploy single-page static websites to GitHub Pages with ...
Invokes Web Deploy GitHub Pages with the right parameters and returns the result directly in the conversation
What can I do with Web Deploy GitHub Pages in my developer & devops workflow?
Lists the top use cases for Web Deploy GitHub Pages, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/web-deploy-github/ 目录(个人级,所有项目可用),或 .claude/skills/web-deploy-github/(项目级)。重启 AI 客户端后,用 /web-deploy-github 主动调用,或让 AI 根据上下文自动发现并使用。
Web Deploy GitHub Pages 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Web Deploy GitHub Pages 可免费安装使用。请查阅仓库了解许可证信息。
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Automate my developer & devops tasks using Web Deploy GitHub Pages
Identifies repetitive steps in your workflow and sets up Web Deploy GitHub Pages to handle them automatically
Web Deploy GitHub Pages 属于「Developer & DevOps」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。