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/seakillsThen 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:
- check whether tools such as Docker and
kubectlare available - guide the user through Sealos login when needed
- use or help prepare a container registry path such as Docker Hub or GHCR
For 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.
On a typical deploy, the agent will:
- Assess the project structure and runtime needs.
- Reuse an existing image or build one when needed.
- Generate a Sealos template.
- Deploy and verify rollout.
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