A specialized tool for automating the build and deployment process of static websites to GitHub Pages.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install github-pages-auto-deploy
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install github-pages-auto-deploy using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The GitHub Pages Auto-Deploy skill provides a seamless bridge between your code repository and live web hosting. By leveraging GitHub Actions, this skill ensures that every code push triggers an automated build and deployment cycle, making it an essential part of the Openclaw Skills ecosystem for modern web developers. It handles complex tasks like environment configuration, artifact uploading, and site publishing without manual intervention, allowing you to focus on writing code rather than managing infrastructure.
Ensure your website files are in a dedicated directory:
your-repo/
├── website/
│ ├── index.html
│ ├── style.css
│ └── script.js
└── .github/
└── workflows/
└── deploy-pages.yml
Create .github/workflows/deploy-pages.yml with the appropriate permissions and deployment steps.
git add .
git commit -m "Setup GitHub Pages deployment"
git push
| Component | Description |
|---|---|
/website |
Root directory containing the static source code (HTML, CSS, JS). |
.github/workflows |
Contains the YAML configuration for the deployment runner. |
CNAME |
Text file containing the custom domain name (e.g., example.com). |
Artifacts |
Temporary build outputs generated during the GitHub Actions run. |
Loading
A smart automation skill that provides instant, professional responses to GitHub Issues based on labels and content.

A comprehensive automation framework that empowers an AI agent to manage end-to-end business operations, from lead generation to service delivery.

Analyze open-source repository culture and maintainer sentiment before submitting PRs or issues.

An automated GitHub repository scanner that prevents duplicate issue and pull request creation by checking for existing threads.

A comprehensive browser automation skill for OpenClaw that performs functional, UI, accessibility, performance, and visual regression testing.

A comprehensive integration skill for authenticating and interacting with the entire Zoho SaaS ecosystem, including CRM, Books, and Desk.








































