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
- Do not deploy, update, restart, patch, delete, or apply resources.
- Only use read commands such as
kubectl getandkubectl config view. - Use the Sealos kubeconfig at
~/.sealos/kubeconfig. - Do not display Secret data or full ConfigMap contents.
- If the project has no
.sealos/state.jsonwithlast_deploy, stop and tell the user to deploy first with/sealos-deploy. - If kubeconfig or live resource access is unavailable, report the script message and stop.