Live application URL
Open the deployed application and test the relevant path.
Qoder + Sealos Skills
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.
python3 scripts/package-qoder-plugin.pyStart with /sealos
Qoder QUICK START
Three steps take you from the supported install path to reviewable deployment evidence.
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.pyImport dist/sealos-1.2.5.zip in Qoder, open the project, and run the plugin command.
/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.
Qoder PROMPTS
Use these prompts in Qoder 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 package this repo for deployment and report every generated artifact/sealos show the resources created by the last deploymentQUESTIONS
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.