sealos-skills

agent
Security Audit
Warn
Health Warn
  • No license — Repository has no license file
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 33 GitHub stars
Code Pass
  • Code scan — Scanned 12 files during light audit, no dangerous patterns found
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

AI agent skills for Sealos Cloud — deploy any project, provision databases, object storage & more with one command. Works with Claude Code, Gemini CLI, Codex.

README.md

Sealos Skills

Deploy projects to Sealos Cloud from your AI agent.

Sealos Skills is both a skills.sh skill pack and a Codex plugin package centered on /sealos-deploy. It helps an agent inspect a project, prepare missing deployment artifacts, and ship it to Sealos Cloud.

Quick Start

Install Sealos Skills:

npx skills add labring/sealos-skills

Then run:

/sealos-deploy

Examples:

/sealos-deploy
/sealos-deploy /path/to/project
/sealos-deploy https://github.com/labring-sigs/kite

How Setup Works

You only need a skills.sh compatible AI agent and a project to deploy.

During the deploy flow, Sealos Skills will:

  • check whether tools such as Docker and kubectl are 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.

What /sealos-deploy Handles

On a typical deploy, the agent will:

  1. Assess the project structure and runtime needs.
  2. Reuse an existing image or build one when needed.
  3. Generate a Sealos template.
  4. Deploy and verify rollout.

Later runs can switch to an in-place update flow when an existing deployment is detected.

Repository

skills/ is the single source of truth for /sealos-deploy and the supporting skills it uses during the deploy flow. The same root-level skills directory serves both skills.sh installs and the Codex plugin declared by .codex-plugin/plugin.json.

License

MIT

Reviews (0)

No results found