All Agent guides

Qoder + Sealos Skills

Deploy to Sealos Cloud with Qoder

Qoder is an agentic coding environment with packaged plugin support. Sealos Skills includes a dedicated Qoder manifest and build script.

Build the official ZIP from the repository, import dist/sealos-1.2.5.zip into Qoder, and start a workflow with /sealos.

Build + import ZIPPackaged plugin
python3 scripts/package-qoder-plugin.py
View source

Start with /sealos

Qoder QUICK START

Install Sealos Skills in Qoder

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

  1. STEP 11

    Build the Qoder package

    Clone the repository and run its official packaging script.

    git clone https://github.com/labring/sealos-skills.git
    cd sealos-skills
    python3 scripts/package-qoder-plugin.py
  2. STEP 22

    Import and run /sealos

    Import dist/sealos-1.2.5.zip in Qoder, open the project, and run the plugin command.

    /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.

Qoder PROMPTS

Start with a concrete cloud outcome

Use these prompts in Qoder 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 package this repo for deployment and report every generated artifact

Inspect the result

/sealos show the resources created by the last deployment

QUESTIONS

Qoder installation FAQ

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

Resources

Related Agent guides

Deploy with Qoder. Keep the evidence.

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

GitHub source