All Agent guides

Codex + Sealos Skills

Deploy to Sealos Cloud with Codex

Codex is OpenAI's coding agent for working across repositories from the terminal and Codex App. The managed Sealos plugin keeps its commands, skills, prompts, and metadata together.

Add the Labring marketplace, install the Sealos plugin, then open it with $sealos in Codex CLI or the plugin picker in Codex App.

Marketplace + pluginManaged plugin
codex plugin marketplace add labring/sealos-skills
codex plugin add sealos@sealos
View source

Start with $sealos

Codex QUICK START

Install Sealos Skills in Codex

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

  1. STEP 11

    Install the managed plugin

    Register the Sealos Skills marketplace and install the Sealos plugin.

    codex plugin marketplace add labring/sealos-skills
    codex plugin add sealos@sealos
  2. STEP 22

    Start with $sealos

    Type $sealos in Codex CLI, or choose Sealos from the Codex App plugin picker.

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

Codex PROMPTS

Start with a concrete cloud outcome

Use these prompts in Codex 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 assess this repo for cloud deployment blockers and fix the highest-priority issue

Inspect the result

$sealos show the live resources created by the last deployment

QUESTIONS

Codex installation FAQ

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

Resources

Related Agent guides

Deploy with Codex. Keep the evidence.

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

GitHub source