Live application URL
Open the deployed application and test the relevant path.
Kimi Code + Sealos Skills
Kimi Code is Moonshot AI's open-source agentic coding tool. It discovers project skills from .agents/skills and supports explicit named-skill invocation.
Clone the shared Sealos repository into the project, copy its root skills into .agents/skills, and invoke the workflow with /skill:<name>.
git clone --depth 1 https://github.com/labring/sealos-skills.git .sealos-skills
mkdir -p .agents/skills
cp -R .sealos-skills/skills/. .agents/skills/Start with /skill:sealos-deploy
Kimi Code QUICK START
Three steps take you from the supported install path to reviewable deployment evidence.
Clone the source and copy all eight skills into Kimi Code's project Skills directory.
git clone --depth 1 https://github.com/labring/sealos-skills.git .sealos-skills
mkdir -p .agents/skills
cp -R .sealos-skills/skills/. .agents/skills/Use Kimi Code's explicit skill command or let the agent select a relevant skill.
/skill:sealos-deploy deploy this repo to Sealos Cloud and verify the resultCheck 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.
Kimi Code PROMPTS
Use these prompts in Kimi Code after the install path is complete.
/skill:sealos-deploy deploy this repo to Sealos Cloud and verify the result/skill:sealos-database create Postgres and wire DATABASE_URL for this repo/skill:dockerfile-skill create and build-check a production Dockerfile for this repo/skill:sealos-canvas show the live 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.