A specialized migration tool that converts dynamic WordPress installations into optimized, secure static sites for Cloudflare Pages deployment.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install wp-to-static
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 wp-to-static using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The wp-to-static skill is designed for developers looking to eliminate the maintenance overhead and security risks of WordPress. By utilizing Openclaw Skills, this tool performs a deep mirror of rendered HTML via SSH, intelligently identifying only the assets actually used on the frontend. This process can shrink a bulky 1.5GB site down to roughly 25MB by discarding unused themes, plugins, and server-side code.
This workflow ensures a zero-attack surface by removing PHP entirely, resulting in instant load times and zero hosting costs. The skill handles the entire lifecycle from server-side mirroring to local optimization and final deployment to Cloudflare Pages via GitHub.
To get started with this skill within the Openclaw Skills ecosystem, ensure your environment is configured:
# Authenticate with GitHub and Cloudflare
gh auth login
wrangler login
# Set required environment variables
export WP_SSH_HOST="your.server.com"
export WP_SSH_USER="username"
export WP_SSH_PORT="22"
export WP_SSH_KEY="~/.ssh/id_rsa"
export WP_SITE_URL="https://example.com"
export WP_SITE_NAME="my-static-site"
# Add your key to the agent
eval "$(ssh-agent -s)"
ssh-add $WP_SSH_KEY
The skill organizes data into a structured build pipeline to prevent accidental exposure of server-side files:
| Path | Description | Retention |
|---|---|---|
./build/site/ |
Raw mirrored content from the server | Deleted before git commit |
./public/ |
Final optimized static site | Committed to Git |
./public/fonts/ |
Localized web fonts | Committed to Git |
./public/_headers |
Cloudflare caching and security headers | Committed to Git |
./public/_redirects |
Static routing and legacy path handling | Committed to Git |
url() tags and HTML srcset attributes..env, wp-config.php, and SQL dumps during the rsync process.Loading
A comprehensive CLI-based skill for managing tasks, projects, and automation workflows within the Verk platform.

A streamlined utility for generating high-quality AI imagery and galleries using Azure OpenAI DALL-E services.

An intelligent memory layer that enables AI agents to semantically store and recall user preferences, patterns, and conversational context.

A natural language bus arrival lookup tool for Singapore commuters to find routes and live timings.

A desktop-first assistant that monitors Outlook and Teams to track action items and draft concise, personable replies.

A comprehensive toolkit for managing Toingg voice and WhatsApp outreach campaigns through automated scripts and scheduled analytics.








































