labringlabringOfficialยท3 Agent Skills Included

sealos-skills

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 without exposing secrets. Converts Docker Compose files into validated Sealos templates and renders deployed resources in a local read-only canvas. Eliminates manual Kubernetes configuration, credential handling, and post-deploy smoke testing.
npx skills add labring/sealos-skills --all -g -y
Available:

Tells the AI agent how the eight Sealos skills depend on each other, which plugin entry points route user requests to them, and which safety and validation rules to follow during deployment workflows.

All Skills in This Repository (3)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install sealos-skills?โ–ผ

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

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

After installing, ask your agent to deploy a repo or local path; the sealos-deploy skill scores readiness, builds a Docker image, generates a template, deploys it, and verifies the live app URL.

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

Yes. The sealos-database skill provisions PostgreSQL, MySQL, MongoDB, Redis, and more through sealos-cli, then wires the correct env key like DATABASE_URL without printing secrets.

Does it work with Claude Code and Codex?โ–ผ

Yes. The same skills ship as plugins for Codex, Claude Code, Qoder, DeepSeek Harness, Gemini CLI, and Qwen Code, all reading from one shared skill source.

Can I convert Docker Compose to a Sealos template?โ–ผ

Yes. The docker-to-sealos skill converts Compose files or install docs into validated production-grade Sealos templates with database, storage, and ingress rules applied.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’