A CLI-first workflow for deploying, updating, and verifying web applications hosted on Puter.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install puter-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 puter-deployer using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
Puter Deployer is a technical skill designed to manage the lifecycle of Puter-hosted web applications. It streamlines the process of publishing sites by enforcing a strict verify-first workflow that ensures every deployment is functional before completion. By integrating this skill into your workflow, you leverage a standardized approach to cloud hosting that reduces human error and downtime.
This tool is a vital addition to the Openclaw Skills ecosystem for developers seeking production-grade automation on the Puter platform. It provides a structured path from local build directories to live URLs, incorporating safety checks and automated verification to maintain high availability.
To use this tool within the Openclaw Skills framework, ensure the Puter CLI is installed and authenticated. Follow these steps to initialize:
# Install Puter CLI
npm install -g @puter/cli
# Authenticate your account
puter login
# Run the preflight check to ensure the environment is ready
bash skills/puter-deployer/scripts/preflight.sh <project_dir> <build_dir>
The skill organizes data using scripts and report templates to maintain consistency across the Openclaw Skills repository.
| Component | Description |
|---|---|
| scripts/preflight.sh | Validation logic for environment, CLI status, and build artifacts. |
| scripts/verify_url.sh | Post-deployment utility for HTTP and content verification. |
| scripts/deploy_report_template.md | Standardized output for tracking deployment metadata and rollback paths. |
| references/ | Documentation for failure playbooks, API fallbacks, and checklists. |
Loading
A local UI automation skill for macOS that controls the Find My app to locate people, devices, and AirTags.

A secure bridge allowing remote AI agents to read, search, and append to Markdown notes on your local computer via an SSH tunnel.

A scientific framework for evaluating longevity interventions, supplements, and lifestyle protocols based on rigorous evidence tiers.

An AI-driven research assistant that extracts, analyzes, and synchronizes deep academic paper summaries directly into Notion.

A voice-first social interaction skill that enables AI agents to participate in and host real-time audio rooms on Moltspaces.

An AI-powered skill for generating professional slide presentations and PPTX files through interactive dialogue and reference material analysis.








































