Deploy Kit for Openclaw

An automated deployment utility that simplifies launching web applications to Vercel, Railway, and Supabase via integrated CLI workflows.

hugosbl
v1.0.0
Feb 3, 2026
1
1.9k
5

Install & Download

1. ClawHub CLI

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

npx clawhub@latest install deploy-kit

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 deploy-kit 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 Deploy Kit?

Deploy Kit is a comprehensive skill designed to streamline the transition from development to production. By leveraging the power of Openclaw Skills, this tool intelligently analyzes your codebase to identify frameworks, languages, and necessary configurations. It acts as a bridge between your local environment and premier cloud platforms, ensuring that deployments are handled consistently and efficiently.

Whether you are managing static frontends, complex backend APIs, or full-stack applications with integrated databases, Deploy Kit provides the automation required to reduce manual overhead. It prioritizes safety by requiring explicit user confirmation before any live changes are made, while providing developers with a high-level interface to complex CLI commands.

Deploy Kit Use Cases

  • Deploying frontend or SSR projects like Next.js, Astro, and Nuxt to Vercel.
  • Hosting backend services and Dockerized APIs on Railway.
  • Managing Supabase database migrations, edge functions, and authentication secrets.
  • Automating environment variable synchronization across multiple platforms.
  • Running project audits to determine the best hosting platform for a specific tech stack.

How Deploy Kit Works

  1. The skill runs a detection script to analyze the project path and identify key files like package.json, requirements.txt, or config.toml.
  2. It verifies that the necessary platform CLIs are installed and properly authenticated on the host system.
  3. Based on the detected framework, it provides a recommendation for the most suitable hosting provider (e.g., Vercel for frontend, Railway for backend).
  4. The agent prepares the deployment command and prompts the user for final confirmation.
  5. Upon approval, it executes the deployment and returns the production URL and logs to the user.

Deploy Kit Setup

To get started with this skill in your Openclaw Skills collection, ensure you have the relevant CLIs installed and the deployment script ready:

# Verify CLI availability
python3 skills/deploy-kit/scripts/deploy.py check

# Detect project type
python3 skills/deploy-kit/scripts/deploy.py detect <path>

You must also be logged into the respective platforms via their official CLIs (vercel login, railway login, or supabase login).

Deploy Kit Data Schema & Taxonomy

The skill utilizes a structured approach to project identification and platform referencing:

Component Description
scripts/deploy.py The primary execution script for detection and deployment orchestration.
references/ A directory containing detailed CLI documentation for Vercel, Railway, and Supabase.
Framework Mapping A logical table mapping files (like astro.config.js) to specific web frameworks.
Environment Mapping Rules for identifying and injecting variables from .env files into platform secrets.

Deploy Kit Advanced Features

  • Intelligent multi-platform project detection for over 10 different frameworks.
  • Automated recommendation engine based on application architecture (Frontend vs. Backend).
  • Support for preview deployments to test changes in a staging environment before production.
  • Integrated secret management for Supabase, Railway, and Vercel.
  • Direct access to platform-specific logs and project listing through the unified script.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*