OpenAI
Codex
Native plugin for Codex CLI and Codex App.
Point Sealos Skills at a repo. Your agent prepares the runtime, deploys it to Sealos Cloud, and returns a live URL with rollout, log, and resource checks.
codex plugin marketplace add labring/sealos-skills
codex plugin add sealos@sealos8
skills from one source
9
Agent-specific guides
URL + rollout
checked before handoff
.sealos/
inspectable run evidence
AGENT GUIDES
Choose your agent for the exact install path, invocation, example prompts, update guidance, and deployment evidence.
9 Agent guides. One shared skill source.
OpenAI
Native plugin for Codex CLI and Codex App.
Anthropic
Managed plugin install with the same eight root skills.
Context extension. Ask Gemini to use Sealos Skills.
ClawHub
Install from ClawHub. Command exposure follows the host runtime.
Qwen
Context extension. Ask Qwen to use Sealos Skills.
Moonshot AI
Copy the root skills into the project .agents/skills directory.
Sourcegraph
Import the shared repository through the native Amp skill command.
Qoder
Build the package, import dist/sealos-1.2.5.zip, then run /sealos.
CodeBuddy
Register the Sealos marketplace. Command exposure follows the host runtime.
Use the direct skill-pack path when your coding agent already supports the skills.sh ecosystem. Start with /sealos-deploy.
Every workflow shows what Sealos Skills did, what it checked, and what you can review before you call it done.
$sealos deploy this repo to Sealos CloudCLOUD CAPABILITIES
Prepare the runtime, connect the services your app needs, deploy, update, and inspect the result from the same agent.
sealos-deploy
Inspect the repo, prepare its runtime, deploy to Sealos Cloud, and check the live result.
sealos-database
Create or reuse Postgres, MySQL, MongoDB, or Redis and wire only the environment values the app needs.
sealos-s3
Create a private bucket, place credentials safely, and verify the app's real object-storage path.
sealos-canvas
Read saved deployment state and open a temporary, read-only view of current Sealos resources.
sealos-app-builder
Apply Sealos SDK and platform conventions while the agent builds the app.
cloud-native-readiness
Check runtime, state, storage, configuration, and operations before deployment.
dockerfile-skill
Generate and build-check a Dockerfile for the detected framework and runtime.
docker-to-sealos
Turn Docker Compose services into a reviewable Sealos template and run quality checks.
Before the first run
Sealos Skills checks the tools and access each workflow needs, then guides login, registry, and workspace setup.
Start with a local repo or GitHub URL in a documented coding agent.
Sign in when a workflow needs to create or inspect resources in your Sealos workspace.
Use Docker Hub, GHCR, or an existing image path when deployment needs an image.
Preflight asks for Docker or kubectl when the selected workflow uses them.
Install Sealos Skills in Codex, run $sealos, and review the live result before you call it shipped.