All Agent guides

Claude Code + Sealos Skills

Deploy to Sealos Cloud with Claude Code

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.

Marketplace + pluginManaged plugin
claude plugin marketplace add labring/sealos-skills
claude plugin install sealos@sealos
View source

Start with /sealos

Claude Code QUICK START

Install Sealos Skills in Claude Code

Three steps take you from the supported install path to reviewable deployment evidence.

  1. STEP 11

    Install the managed plugin

    Register the Sealos marketplace and install the plugin in Claude Code.

    claude plugin marketplace add labring/sealos-skills
    claude plugin install sealos@sealos
  2. STEP 22

    Start with /sealos

    Run the plugin command from a project and describe the cloud outcome you want.

    /sealos deploy this repo to Sealos Cloud
  3. STEP 33

    Review the verified result

    Check the live URL, rollout, logs, relevant page checks, resource footprint, and saved .sealos/state.json.

VERIFIED DEPLOYMENT

What Sealos Skills verifies

The workflow returns inspectable evidence from the real deployment and saves the target for the next update or Canvas inspection.

Live application URL

Open the deployed application and test the relevant path.

Rollout and workload health

Confirm the workload reaches its expected ready state.

Runtime logs

Review startup and request logs for actionable failures.

Relevant page checks

Exercise setup, login, upload, or data paths used by the app.

Resource footprint

Report the Sealos resources created or updated by the run.

Saved run state

Persist the verified target in .sealos/state.json.

Claude Code PROMPTS

Start with a concrete cloud outcome

Use these prompts in Claude Code after the install path is complete.

Deploy this repo

/sealos deploy this repo to Sealos Cloud

Connect Postgres

/sealos create a cloud Postgres database for this repo and wire DATABASE_URL

Prepare the runtime

/sealos add private S3 storage for uploads and verify the application path

Inspect the result

/sealos update the last deployment and verify the new rollout

QUESTIONS

Claude Code installation FAQ

Install location, invocation, and updates for this integration path.

Resources

Related Agent guides

Deploy with Claude Code. Keep the evidence.

Install Sealos Skills, run the first workflow, and review the live result before handoff.

GitHub source