Provision, connect, and operate Sealos Cloud databases through sealos-cli for local development, Devbox development, and app setup. Use when the user needs a cloud database for a project, asks to create or connect PostgreSQL/MySQL/MongoDB/Redis or another Sealos database, wants DATABASE_URL or similar env vars wired into a dev environment, needs database connection details, backups, logs, public access, or wants to replace local Docker Compose databases with a managed Sealos database.
$npx -y skills add labring/sealos-skills --skill sealos-databaseInstalls into the current project.
Run `npx skills use "https://github.com/labring/sealos-skills" --skill "labring/sealos-skills/sealos-database"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/labring/sealos-skills" that are relevant to the current task. Run `npx skills add "https://github.com/labring/sealos-skills"` and select the relevant skills, then follow their instructions.