@kvasar/google-stitch 0.1.15 → 0.1.16

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "openclaw-google-stitch",
3
3
  "name": "Google Stitch MCP",
4
- "version": "0.1.15",
4
+ "version": "0.1.16",
5
5
  "description": "Integrates Google Stitch MCP services into OpenClaw",
6
6
  "skills": ["skills"],
7
7
  "configSchema": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kvasar/google-stitch",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "OpenClaw plugin for Google Stitch UI generation, screen design, variants, and design systems",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
package/skills/SKILL.md CHANGED
@@ -85,7 +85,7 @@ Example prompts:
85
85
 
86
86
  ### Screen generation
87
87
 
88
- For new screens from prompts:
88
+ For creating new screens from prompts:
89
89
 
90
90
  - `generate_screen_from_text`
91
91
 
@@ -96,12 +96,19 @@ Example prompts:
96
96
  - build landing page
97
97
  - design mobile onboarding
98
98
 
99
+ Use this tool when the user wants to create a new UI screen from a text description.
100
+
99
101
  Always extract:
100
102
 
101
103
  - projectId
102
104
  - prompt
103
- - deviceType (optional)
104
- - modelId (optional)
105
+
106
+ Important:
107
+ - Screen generation usually takes a few minutes to complete
108
+ - Do **not retry automatically** if a connection error or timeout occurs
109
+ - A connection error does **not necessarily mean the generation failed**
110
+ - After waiting a few minutes, use `get_screen` or `list_screens` to verify whether the screen was successfully created
111
+ - Avoid duplicate retries to prevent generating the same screen multiple times
105
112
 
106
113
  ## Supported device types:
107
114