|
1 | 1 | { |
2 | 2 | "name": "sealos", |
3 | 3 | "version": "0.1.0", |
4 | | - "description": "Build, deploy, update, and troubleshoot apps on Sealos Cloud from Codex.", |
| 4 | + "description": "Ship any repo to Sealos Cloud, then build Sealos Desktop apps from Codex.", |
5 | 5 | "author": { |
6 | 6 | "name": "Sealos", |
7 | 7 | "url": "https://sealos.io/" |
|
18 | 18 | "skills": "./skills/", |
19 | 19 | "interface": { |
20 | 20 | "displayName": "Sealos", |
21 | | - "shortDescription": "Deploy and operate apps on Sealos Cloud.", |
22 | | - "longDescription": "Bring Sealos deployment workflows into Codex for app readiness checks, containerization, deployment preparation, in-place updates, and rollout verification.", |
| 21 | + "shortDescription": "Ship any repo to Sealos Cloud from Codex.", |
| 22 | + "longDescription": "Deploy GitHub and local projects to Sealos Cloud with readiness checks, Dockerfile generation, image builds, Sealos templates, rollout updates, and cloud-native migration helpers. You can also build Sealos Desktop apps with SDK integration, session data, and local debugging.", |
23 | 23 | "developerName": "Sealos", |
24 | 24 | "category": "Coding", |
25 | 25 | "capabilities": [ |
|
30 | 30 | "privacyPolicyURL": "https://sealos.io/docs/msa/privacy-policy/", |
31 | 31 | "termsOfServiceURL": "https://sealos.io/docs/msa/terms-of-service/", |
32 | 32 | "defaultPrompt": [ |
33 | | - "Use Sealos to assess this repo for Sealos Cloud deployment readiness.", |
34 | | - "Use Sealos to prepare Docker and deployment artifacts for this app.", |
35 | | - "Use Sealos to update an existing Sealos deployment and verify rollout." |
| 33 | + "Deploy this repo to Sealos Cloud with Dockerfile, image build, and rollout checks.", |
| 34 | + "Deploy this GitHub project to Sealos Cloud from source to running app.", |
| 35 | + "Build a Sealos Desktop app with SDK auth, session data, and local debugging." |
36 | 36 | ], |
37 | 37 | "composerIcon": "./assets/logo.svg", |
38 | 38 | "logo": "./assets/logo.svg" |
|
0 commit comments