Static Website Hosting - Static.app for Openclaw

A powerful automation skill for deploying and managing static websites directly to Static.app hosting via the Openclaw ecosystem.

akellacom
v1.0.4
Feb 9, 2026
2
2.2k
0

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install static-app

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 static-app 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 Static Website Hosting - Static.app?

The Static Website Hosting skill for Static.app provides a seamless bridge between your development workspace and high-performance static hosting. By leveraging Openclaw Skills, developers can automate the entire lifecycle of a web project, from initial creation to global deployment. This tool handles the complexities of API communication, file compression, and clean URL mapping, allowing you to focus on building great user experiences.

Whether you are working with vanilla HTML/CSS or modern frontend frameworks like React and Vue, this skill ensures your assets are optimized and delivered correctly. It integrates directly into your local environment, providing CLI-like control over your hosting infrastructure without leaving your AI-augmented coding workflow.

Static Website Hosting - Static.app Use Cases

  • Rapidly deploying a multi-page HTML portfolio or landing page to a live URL.
  • Automating the deployment of React, Vue, or Angular production builds after a project update.
  • Managing multiple web projects through a single interface using Project IDs (PIDs).
  • Downloading and editing existing live sites locally for quick maintenance.
  • Cleaning up old projects by listing and deleting site instances from the hosting provider.

How Static Website Hosting - Static.app Works

  1. The skill identifies the source directory containing your static assets or the build output (e.g., /dist).
  2. It creates a temporary ZIP archive while automatically excluding unnecessary files like node_modules or .git.
  3. The archive is transmitted to the Static.app API using your secure API key.
  4. Static.app processes the upload, generates clean URLs for your HTML files, and returns a unique PID and live URL.
  5. The skill displays the deployment status and metadata, cleaning up local temporary files in the process.

Static Website Hosting - Static.app Setup

  1. Generate an API key (starting with sk_) at https://static.app/account/api.
  2. Set your environment variable:
export STATIC_APP_API_KEY=your_key_here
  1. Install dependencies within the scripts directory:
cd scripts && npm install
  1. Verify the installation by listing your existing sites using Openclaw Skills:
node scripts/list.js

Static Website Hosting - Static.app Data Schema & Taxonomy

The skill organizes data within a dedicated staticapp/ directory in your workspace:

Component Description Location
Workspace Root Main folder for all operations staticapp/
New Projects Temporary local site files staticapp/new-site/
Existing Sites Downloaded site files by ID staticapp/{pid}/
Build Assets Production-ready files dist/ or build/

Static Website Hosting - Static.app Advanced Features

  • Automatic clean URL mapping where about.html automatically becomes /about.
  • Targeted updates for existing sites using the --pid flag to prevent duplicate project creation.
  • Smart exclusion patterns that ignore internal dev files, node_modules, and sensitive environment variables.
  • Full CRUD capabilities for remote projects including listing files and site deletion.
  • Multi-agent compatibility via the Openclaw Skills framework for automated CI/CD pipelines.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*