@kvasar/google-stitch 0.1.21 → 0.1.22

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.21",
4
+ "version": "0.1.22",
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.21",
3
+ "version": "0.1.22",
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
@@ -167,6 +167,22 @@ Returns:
167
167
  - A visual list of generated screens in the project
168
168
  - Each screen is rendered with title, prompt, device type, dimensions, and preview image/HTML when available
169
169
 
170
+ ### Channel-specific link formatting
171
+
172
+ If the response contains URLs or downloadable resources and the channel is Telegram, always format links as clickable Markdown links.
173
+
174
+
175
+
176
+ Use this format:
177
+
178
+ [descriptive text](url)
179
+
180
+
181
+
182
+ Example:
183
+
184
+ [View screen preview](https://example.com/screen.png)
185
+
170
186
  ---
171
187
 
172
188
  ### Screen editing
@@ -324,4 +340,6 @@ Focus on:
324
340
  - realistic production UI
325
341
  - startup / enterprise SaaS design
326
342
  - scalable UX patterns
327
- - modern component systems
343
+ - modern component systems
344
+
345
+