ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified developer tools Safety 2/5

solo-deploy

Deploy project to hosting platform — read stack YAML for exact config, detect local CLI tools (vercel, wrangler, supabase, fly, sst), set up database, push code, verify live deployment. Use when user says "deploy it", "push to production", "set up hosting", or after /build completes. Do NOT use before build is complete.

Why use this skill?

Automate your project deployment with solo-deploy. This OpenClaw skill integrates stack templates, CLI tool detection, and plan-driven logic for seamless cloud pushes.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/fortunto2/solo-deploy
Or

What This Skill Does

The solo-deploy skill acts as the intelligent orchestration engine for transitioning code from a local development environment to live production infrastructure. It functions as the crucial second step in the OpenClaw development lifecycle, picking up exactly where the /build skill leaves off.

Upon activation, the skill performs a deep-context analysis of your project by scanning stack template YAML files (templates/stacks/*.yaml) to understand specific infrastructure requirements, environment configurations, and deployment patterns. It dynamically probes your local environment to identify installed CLI tools—such as Vercel, Wrangler, Supabase, Fly, or SST—ensuring that it utilizes your local toolchain rather than falling back to inefficient or generic commands.

Beyond simple execution, solo-deploy bridges the gap between generic stack configurations and project-specific requirements by parsing docs/plan/*/plan.md. If your active development plan dictates specific deployment sequences or specialized infrastructure tasks, the skill incorporates these as primary instructions. Finally, it validates the deployment to ensure the live environment reflects the desired state, providing peace of mind through a verified hand-off.

Installation

To add this skill to your OpenClaw agent, execute the following command in your terminal:

clawhub install openclaw/skills/skills/fortunto2/solo-deploy

Use Cases

  • Automated Production Pushes: When a feature set is complete and needs to be moved to the live hosting environment.
  • Environment Syncing: Setting up production database instances or cloud environment variables as specified in the project stack files.
  • CI/CD Orchestration: Executing deployment sequences for complex, multi-tier architectures that require coordinated pushes across frontend and backend services.
  • Infrastructure Verification: Ensuring that the newly deployed code is live, healthy, and reachable after the automated push.

Example Prompts

  1. "The build phase is finished, please go ahead and deploy it to our production environment."
  2. "Everything is ready for launch; push the code to Vercel using the standard deployment procedure."
  3. "Set up the staging hosting environment and deploy the current branch following the infrastructure plan."

Tips & Limitations

  • Dependency Order: Always wait for the /build skill to complete. If the project state indicates the build stage is incomplete, the skill will issue a warning to prevent deployment of broken artifacts.
  • Tooling Awareness: The skill is designed to prioritize native CLI tools found on your machine. Ensure your PATH is configured correctly so the skill can detect your installed utilities (like fly or gh).
  • Plan Priority: When in doubt, the skill prioritizes custom deployment phases found within your active plan.md. Keep these documents updated to reflect any deviations from standard deployment patterns.

Metadata

Author@fortunto2
Stars2387
Views1
Updated2026-03-09
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-fortunto2-solo-deploy": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#deployment#devops#cloud#automation#infrastructure
Safety Score: 2/5

Flags: network-access, file-read, file-write, code-execution

Related Skills

solo-swarm

Launch 3 parallel research agents (market, users, tech) to investigate an idea from multiple angles simultaneously. Use when user says "swarm research", "parallel research", "investigate fast", "3 agents", "team research", or wants faster alternative to /research. Produces research.md. Do NOT use for solo research (use /research) or idea scoring (use /validate).

fortunto2 2387

solo-build

Execute implementation plan tasks with TDD workflow, auto-commit, and phase gates. Use when user says "build it", "start building", "execute plan", "implement tasks", "ship it", or references a track ID. Do NOT use for planning (use /plan) or scaffolding (use /scaffold).

fortunto2 2387

solo-metrics-track

Set up PostHog metrics plan with event funnel, KPI benchmarks, and kill/iterate/scale decision thresholds. Use when user says "set up metrics", "track KPIs", "PostHog events", "funnel analysis", "when to kill or scale", or "success metrics". Do NOT use for SEO metrics (use /seo-audit).

fortunto2 2387

solo-audit

Health check knowledge base for broken links, missing frontmatter, tag inconsistencies, and coverage gaps. Use when user says "audit KB", "check frontmatter", "find broken links", "tag cleanup", or "knowledge base quality". Do NOT use for SEO audits (use /seo-audit) or code reviews.

fortunto2 2387

solo-seo-audit

SEO health check for any URL — analyzes meta tags, OG, JSON-LD, sitemap, robots.txt, SERP positions, and scores 0-100. Use when user says "check SEO", "audit this page", "SEO score", "check meta tags", or "SERP position". Do NOT use for generating landing content (use /landing-gen) or social media posts (use /content-gen).

fortunto2 2387