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.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/fortunto2/solo-deployWhat 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
- "The build phase is finished, please go ahead and deploy it to our production environment."
- "Everything is ready for launch; push the code to Vercel using the standard deployment procedure."
- "Set up the staging hosting environment and deploy the current branch following the infrastructure plan."
Tips & Limitations
- Dependency Order: Always wait for the
/buildskill 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
PATHis configured correctly so the skill can detect your installed utilities (likeflyorgh). - 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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-fortunto2-solo-deploy": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
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).
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).
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).
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.
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).