@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.
- package/openclaw.plugin.json +1 -1
- package/package.json +1 -1
- package/skills/SKILL.md +10 -3
package/openclaw.plugin.json
CHANGED
package/package.json
CHANGED
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
|
-
|
|
104
|
-
|
|
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
|
|