Sparkforge Site Deployer for Openclaw

A high-speed deployment utility for scaffolding and shipping static websites to production platforms in under five minutes.

crispyangles
v3.2.0
Mar 20, 2026
0
1.1k
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install sparkforge-site-deployer

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

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).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Sparkforge Site Deployer?

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'.

Sparkforge Site Deployer Use Cases

  • Launching high-conversion landing pages for MVPs and experiments in minutes.
  • Deploying technical documentation or personal portfolios with pre-configured SEO.
  • Automating production readiness checks to ensure mobile compatibility and social sharing optimization.
  • Setting up fast, secure static sites for clients without the overhead of a CMS.

How Sparkforge Site Deployer Works

  1. Scaffolds a project structure including a public assets directory and optimized HTML5 boilerplate.
  2. Injects essential meta-data for SEO, social previews (Open Graph), and mobile responsiveness.
  3. Generates platform-specific configuration files such as vercel.json for advanced routing and clean URLs.
  4. Runs a multi-point pre-deploy audit to detect missing titles, descriptions, or exposed API secrets.
  5. Executes automated CLI commands to push the site live to Vercel, Netlify, or GitHub Pages.

Sparkforge Site Deployer Setup

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

Sparkforge Site Deployer Data Schema & Taxonomy

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.

Sparkforge Site Deployer Advanced Features

  • Integrated Secret Scanner: Automatically audits HTML and JS files for accidental leaks of Stripe or AWS keys.
  • Zero-File Favicon: Implements an SVG-based emoji favicon to ensure browser tabs look professional without extra assets.
  • Platform-Agnostic DNS Mapping: Includes pre-configured A records and CNAME settings for major hosting providers.
  • Tailwind CSS Integration: Uses a high-performance CDN-based Tailwind setup for rapid UI development without a build step.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*