Skip to content

Commit 1f1e110

Browse files
authored
chore(plugin): refine Sealos marketplace copy (#12)
1 parent 1bfab06 commit 1f1e110

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

plugins/sealos/.codex-plugin/plugin.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sealos",
33
"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.",
55
"author": {
66
"name": "Sealos",
77
"url": "https://sealos.io/"
@@ -18,8 +18,8 @@
1818
"skills": "./skills/",
1919
"interface": {
2020
"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.",
2323
"developerName": "Sealos",
2424
"category": "Coding",
2525
"capabilities": [
@@ -30,9 +30,9 @@
3030
"privacyPolicyURL": "https://sealos.io/docs/msa/privacy-policy/",
3131
"termsOfServiceURL": "https://sealos.io/docs/msa/terms-of-service/",
3232
"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."
3636
],
3737
"composerIcon": "./assets/logo.svg",
3838
"logo": "./assets/logo.svg"

0 commit comments

Comments
 (0)