AI agent skills for Sealos Cloud — deploy any project, provision databases, object storage & more with one command. Works with Claude Code, Gemini CLI, Codex.
npx skills add https://github.com/labring/seakills --skill sealos-app-builderCLI를 사용하여 이 스킬을 설치하고 작업 공간에서 SKILL.md 워크플로 사용을 시작하세요.
Deploy projects to Sealos Cloud from your AI agent.
Seakills is a skills.sh skill pack centered on /sealos-deploy. It helps an agent inspect a project, prepare missing deployment artifacts, and ship it to Sealos Cloud.
Install Seakills:
npx skills add labring/seakills
Then run:
/sealos-deploy
Examples:
/sealos-deploy
/sealos-deploy /path/to/project
/sealos-deploy https://github.com/labring-sigs/kite
You only need a skills.sh compatible AI agent and a project to deploy.
During the deploy flow, Seakills will:
kubectl are availableFor an actual deployment, you will still need a Sealos Cloud account and access to a container registry, but these do not need to be fully set up before the skill starts.
/sealos-deploy HandlesOn a typical deploy, the agent will:
Later runs can switch to an in-place update flow when an existing deployment is detected.
skills/ contains /sealos-deploy and the supporting skills it uses during the deploy flow.
MIT