@kvasar/google-stitch 0.1.18 → 0.1.19

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.18",
4
+ "version": "0.1.19",
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.18",
3
+ "version": "0.1.19",
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
@@ -164,8 +164,8 @@ Example prompts:
164
164
  - List the generated UI screens for project 12345
165
165
 
166
166
  Returns:
167
- - Array of `Screen` objects
168
- - Includes fields such as `name`, `title`, `prompt`, `deviceType`, `width`, `height`, and grouping metadata
167
+ - A visual list of generated screens in the project
168
+ - Each screen is rendered with title, prompt, device type, dimensions, and preview image/HTML when available
169
169
 
170
170
  ---
171
171