All Agent guides

Gemini CLI + Sealos Skills

Deploy to Sealos Cloud with Gemini CLI

Gemini CLI is Google's open-source AI agent for terminal workflows. The Sealos extension supplies repository context that Gemini can use while planning and running cloud work.

Install the GitHub extension, open a project, and ask Gemini to use Sealos Skills for the requested deployment or service workflow.

Gemini CLI supports Google sign-in, Gemini API keys, and Vertex AI. Authentication requirements vary by account type and organization policy.

GitHub extensionContext extension
gemini extensions install https://github.com/labring/sealos-skills
View source

Start with Ask Gemini to use Sealos Skills

Gemini CLI QUICK START

Install Sealos Skills in Gemini CLI

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

  1. STEP 11

    Install the context extension

    Install Sealos Skills directly from the public GitHub repository.

    gemini extensions install https://github.com/labring/sealos-skills
  2. STEP 22

    Name Sealos Skills in your prompt

    Gemini loads the repository context; state the skill source and the outcome you need.

    Use Sealos Skills to 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.

Gemini CLI PROMPTS

Start with a concrete cloud outcome

Use these prompts in Gemini CLI after the install path is complete.

Deploy this repo

Use Sealos Skills to deploy this repo to Sealos Cloud and verify the result.

Connect Postgres

Use Sealos Skills to create a cloud Postgres database and wire DATABASE_URL.

Prepare the runtime

Use Sealos Skills to create and build-check the missing Dockerfile for this repo.

Inspect the result

Use Sealos Skills to read the last deployment state and inspect the live resources.

QUESTIONS

Gemini CLI installation FAQ

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

Resources

Related Agent guides

Deploy with Gemini CLI. Keep the evidence.

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

GitHub source