sealos-canvas

Installation
SKILL.md

Sealos Canvas

Overview

Render the current repository's deployed Sealos resources as a locally hosted HTML canvas. This skill is view-only: it reads .sealos/state.json and Kubernetes resources, starts a temporary 127.0.0.1 UI server, and returns the local URL to the user.

Hard Rules

  1. Do not deploy, update, restart, patch, delete, or apply resources.
  2. Only use read commands such as kubectl get and kubectl config view.
  3. Use the Sealos kubeconfig at ~/.sealos/kubeconfig.
  4. Do not display Secret data or full ConfigMap contents.
  5. If the project has no .sealos/state.json with last_deploy, stop and tell the user to deploy first with /sealos-deploy.
  6. If kubeconfig or live resource access is unavailable, report the script message and stop.

Workflow

1. Resolve the project

Installs
11
GitHub Stars
1
First Seen
9 days ago
sealos-canvas — zjy365/sealos-skills