Live application URL
Open the deployed application and test the relevant path.
Claude Code + Sealos Skills
Claude Code is Anthropic's agentic coding tool for terminal-based repository work. Sealos Skills installs through Claude Code's managed plugin marketplace.
Register the Labring marketplace, install the Sealos plugin, and use /sealos to route deployment and cloud-service requests.
claude plugin marketplace add labring/sealos-skills
claude plugin install sealos@sealosStart with /sealos
Claude Code QUICK START
Three steps take you from the supported install path to reviewable deployment evidence.
Register the Sealos marketplace and install the plugin in Claude Code.
claude plugin marketplace add labring/sealos-skills
claude plugin install sealos@sealosRun the plugin command from a project and describe the cloud outcome you want.
/sealos deploy this repo to Sealos CloudCheck the live URL, rollout, logs, relevant page checks, resource footprint, and saved .sealos/state.json.
VERIFIED DEPLOYMENT
The workflow returns inspectable evidence from the real deployment and saves the target for the next update or Canvas inspection.
Open the deployed application and test the relevant path.
Confirm the workload reaches its expected ready state.
Review startup and request logs for actionable failures.
Exercise setup, login, upload, or data paths used by the app.
Report the Sealos resources created or updated by the run.
Persist the verified target in .sealos/state.json.
Claude Code PROMPTS
Use these prompts in Claude Code after the install path is complete.
/sealos deploy this repo to Sealos Cloud/sealos create a cloud Postgres database for this repo and wire DATABASE_URL/sealos add private S3 storage for uploads and verify the application path/sealos update the last deployment and verify the new rolloutQUESTIONS
Install location, invocation, and updates for this integration path.
Resources
Related Agent guides
Install Sealos Skills, run the first workflow, and review the live result before handoff.