A high-speed deployment utility for scaffolding and shipping static websites to production platforms in under five minutes.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install sparkforge-site-deployer
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 sparkforge-site-deployer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Sparkforge Site Deployer is a technical workflow designed to eliminate the friction between local development and production hosting. As a specialized entry in the Openclaw Skills library, it provides a comprehensive framework for scaffolding HTML5 sites, configuring cloud providers like Vercel or Netlify, and implementing production best practices such as clean URLs and mobile-first meta tags.
This skill is built for developers who prioritize speed without sacrificing quality. By using this tool within the Openclaw Skills framework, you can automate the repetitive tasks of setting up OG tags, favicons, and security headers, ensuring every project launches with a professional polish and zero common deployment 'gotchas'.
To utilize this workflow within Openclaw Skills, you must have the CLI tools for your target provider installed. Begin by scaffolding your directory structure:
mkdir -p my-site/public
# Define your site content and metadata in index.html
# Create a vercel.json or netlify.toml for deployment routing
cd my-site && vercel deploy --prod --yes
The skill follows a strict directory and metadata taxonomy to ensure compatibility across major static hosting providers:
| Component | Type | Description |
|---|---|---|
public/ |
Directory | The root folder for all browser-accessible assets. |
index.html |
File | The primary entry point, including Tailwind CSS and SEO meta. |
vercel.json |
File | Configuration for deployment behavior (e.g., cleanUrls). |
Metadata |
Taxonomy | Includes og:title, og:description, and viewport settings. |
Loading
A powerful terminal multiplexer controller that enables programmatic management of workspaces, surfaces, and notifications via a Unix socket API.

A protocol for AI agents to automatically trigger and execute installed skills based on conversation context and pre-defined rules.

A professional tool for analyzing Xiaohongshu and Douyin content and profiles to extract engagement metrics and viral strategies.

An intelligent development assistant that automates code analysis, detects vulnerabilities, and generates comprehensive Pull Request documentation.

A professional-grade framework for engineering high-performance AI prompts using proven structural methodologies like RACE and Chain-of-Thought.

An autonomous programming system that decomposes requirements, performs deep analysis, and iterates through self-reflection to deliver production-ready code.








































