labringlabringOfficialยท5 Agent Skills Included

seakills

Deploy projects to Sealos Cloud with databases and storage

Deploys web projects from GitHub or local paths to Sealos Cloud with automated readiness scoring, Dockerfile generation, image builds, and runtime verification. Provisions cloud databases and S3 object storage, then wires connection env vars into projects without exposing secrets. Converts Docker Compose files into validated Sealos templates and renders deployed resources in a local read-only canvas.
npx skills add labring/seakills --all -g -y
Available:

Tells the agent how the eight Sealos skills depend on each other, which plugin entry points route user requests to them, and what safety and validation rules to follow when deploying.

All Skills in This Repository (5)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install seakills?โ–ผ

Run `npx skills add labring/seakills --all -g -y` in your terminal to install all Sealos skills globally.

How to deploy a project to Sealos Cloud?โ–ผ

Ask your agent to deploy a GitHub URL or local path; the sealos-deploy skill scores readiness, builds a Docker image, generates a template, and verifies the live app.

Can it create cloud databases for my app?โ–ผ

Yes. The sealos-database skill provisions PostgreSQL, MySQL, MongoDB, Redis, and more, then wires the connection string into your existing env file without printing secrets.

Can it convert Docker Compose to Kubernetes?โ–ผ

Yes. The docker-to-sealos skill converts Compose files or install docs into validated Sealos templates with managed KubeBlocks databases.

Which AI coding tools does it support?โ–ผ

It works with Codex, Claude Code, Qoder, DeepSeek Harness, OpenClaw, Gemini CLI, and Qwen Code through plugin manifests and the shared SKILL.md standard.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’