SEALOS
Deploy & Update Skill
One command to deploy and update any project on Sealos Cloud.
Installed through the open skills ecosystem for Claude Code, Gemini CLI, Codex, and more.
npx skills add zjy365/seakills/sealos-deployCompatibility
Works With Your Favorite Agent
Pipeline
What Happens When You Run It
Preflight
Check Docker, Docker Hub, Sealos Cloud, and kubectl availability.
Mode Detection
Check for existing deployment. If found, switch to UPDATE path.
Assess
Analyze project language, framework, and deployment readiness.
Detect
Search for existing container images to skip unnecessary builds.
Dockerfile
Auto-generate an optimized Dockerfile if one is missing.
Build & Push
Build the container image and push to Docker Hub.
Deploy
Generate a Sealos template and deploy to Sealos Cloud.
Build & Push
Rebuild the container image with latest changes and push.
Rolling Update
kubectl set image for zero-downtime rolling update.
Verify
Confirm rollout succeeded. Auto-rollback on failure.
First Time Setup
Interactive Environment Check
On first use, the skill checks your environment and guides you through setup interactively.
Docker
RequiredBuild images locally. The skill detects your project type and generates optimized Dockerfiles automatically.
Docker Hub
RequiredPush your built images to Docker Hub. Just run docker login — the skill handles the rest.
Sealos Cloud
RequiredYour deployment target. Automatic OAuth device-flow login — just open a link and confirm.
kubectl
OptionalEnables in-place updates for deployed apps. Without it, each deploy creates a fresh instance.
Structure
Project Layout
Ready to Deploy?
Install through the standard skills ecosystem. Let your AI assistant handle the rest, from Dockerfile to live deployment.
npx skills add zjy365/seakills