All Agent guides

Kimi Code + Sealos Skills

Deploy to Sealos Cloud with Kimi Code

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

Project Skills directoryRepository import
git clone --depth 1 https://github.com/labring/sealos-skills.git .sealos-skills
mkdir -p .agents/skills
cp -R .sealos-skills/skills/. .agents/skills/
View source

Start with /skill:sealos-deploy

Kimi Code QUICK START

Install Sealos Skills in Kimi Code

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

  1. STEP 11

    Add the project skills

    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/
  2. STEP 22

    Invoke a named skill

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

Kimi Code PROMPTS

Start with a concrete cloud outcome

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

Deploy this repo

/skill:sealos-deploy deploy this repo to Sealos Cloud and verify the result

Connect Postgres

/skill:sealos-database create Postgres and wire DATABASE_URL for this repo

Prepare the runtime

/skill:dockerfile-skill create and build-check a production Dockerfile for this repo

Inspect the result

/skill:sealos-canvas show the live resources created by the last deployment

QUESTIONS

Kimi Code installation FAQ

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

Resources

Related Agent guides

Deploy with Kimi Code. Keep the evidence.

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

GitHub source