@indreamai/openclaw-plugin 0.1.0

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.
Files changed (31) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +6 -0
  3. package/dist/chunk-ENGUNMFI.js +196 -0
  4. package/dist/index.d.ts +11 -0
  5. package/dist/index.js +781 -0
  6. package/dist/setup-entry.d.ts +11 -0
  7. package/dist/setup-entry.js +20 -0
  8. package/openclaw.plugin.json +98 -0
  9. package/package.json +58 -0
  10. package/skills/indream-editor-json/SKILL.md +157 -0
  11. package/skills/indream-editor-json/references/asset-mapping.md +147 -0
  12. package/skills/indream-editor-json/references/common-items.md +280 -0
  13. package/skills/indream-editor-json/references/editor-state.v1.schema.json +1491 -0
  14. package/skills/indream-editor-json/references/keyframes.md +102 -0
  15. package/skills/indream-editor-json/references/material-libraries.md +97 -0
  16. package/skills/indream-editor-json/references/minimal-editor-state.json +36 -0
  17. package/skills/indream-editor-json/references/motion-effects-and-transitions.md +235 -0
  18. package/skills/indream-editor-json/references/recipes.md +122 -0
  19. package/skills/indream-editor-json/references/structure-and-principles.md +159 -0
  20. package/skills/indream-editor-json/references/template-catalog.md +45 -0
  21. package/skills/indream-editor-json/references/templates/chart-showcase.json +654 -0
  22. package/skills/indream-editor-json/references/templates/gallery-carousel.json +538 -0
  23. package/skills/indream-editor-json/references/templates/hello-world.json +212 -0
  24. package/skills/indream-editor-json/references/templates/illustration-board.json +480 -0
  25. package/skills/indream-editor-json/references/templates/keyframe-motion-lab.json +362 -0
  26. package/skills/indream-editor-json/references/templates/product-intro.json +614 -0
  27. package/skills/indream-editor-json/references/templates/subtitle-promo.json +341 -0
  28. package/skills/indream-editor-json/references/text-and-captions.md +211 -0
  29. package/skills/indream-editor-json/references/validation-repair.md +134 -0
  30. package/skills/indream-render-workflow/SKILL.md +57 -0
  31. package/skills/indream-render-workflow/references/workflow.md +19 -0
@@ -0,0 +1,212 @@
1
+ {
2
+ "compositionWidth": 1280,
3
+ "compositionHeight": 720,
4
+ "timebaseTicksPerSecond": 240000,
5
+ "outputRatio": "16:9",
6
+ "tracks": [
7
+ {
8
+ "id": "track-background",
9
+ "hidden": false,
10
+ "muted": false,
11
+ "items": [
12
+ "item-bg"
13
+ ]
14
+ },
15
+ {
16
+ "id": "track-overlay",
17
+ "hidden": false,
18
+ "muted": false,
19
+ "items": [
20
+ "item-title",
21
+ "item-subtitle"
22
+ ]
23
+ }
24
+ ],
25
+ "assets": {},
26
+ "items": {
27
+ "item-bg": {
28
+ "id": "item-bg",
29
+ "type": "solid",
30
+ "startTicks": 0,
31
+ "durationTicks": 720000,
32
+ "top": {
33
+ "value": 0,
34
+ "keyframes": []
35
+ },
36
+ "left": {
37
+ "value": 0,
38
+ "keyframes": []
39
+ },
40
+ "width": {
41
+ "value": 1280,
42
+ "keyframes": []
43
+ },
44
+ "height": {
45
+ "value": 720,
46
+ "keyframes": []
47
+ },
48
+ "scaleX": {
49
+ "value": 1,
50
+ "keyframes": []
51
+ },
52
+ "scaleY": {
53
+ "value": 1,
54
+ "keyframes": []
55
+ },
56
+ "opacity": {
57
+ "value": 1,
58
+ "keyframes": []
59
+ },
60
+ "isDraggingInTimeline": false,
61
+ "color": "#0f172a",
62
+ "shape": "rectangle",
63
+ "keepAspectRatio": false,
64
+ "borderRadius": {
65
+ "value": 0,
66
+ "keyframes": []
67
+ },
68
+ "rotation": {
69
+ "value": 0,
70
+ "keyframes": []
71
+ }
72
+ },
73
+ "item-title": {
74
+ "id": "item-title",
75
+ "type": "text",
76
+ "startTicks": 0,
77
+ "durationTicks": 720000,
78
+ "top": {
79
+ "value": 200,
80
+ "keyframes": []
81
+ },
82
+ "left": {
83
+ "value": 140,
84
+ "keyframes": []
85
+ },
86
+ "width": {
87
+ "value": 1000,
88
+ "keyframes": []
89
+ },
90
+ "height": {
91
+ "value": 180,
92
+ "keyframes": []
93
+ },
94
+ "scaleX": {
95
+ "value": 1,
96
+ "keyframes": []
97
+ },
98
+ "scaleY": {
99
+ "value": 1,
100
+ "keyframes": []
101
+ },
102
+ "opacity": {
103
+ "value": 1,
104
+ "keyframes": []
105
+ },
106
+ "isDraggingInTimeline": false,
107
+ "text": "Hello World",
108
+ "color": "#ffffff",
109
+ "align": "center",
110
+ "fontFamily": "TikTok Sans",
111
+ "fontStyle": {
112
+ "variant": "normal",
113
+ "weight": "700"
114
+ },
115
+ "fontSize": 82,
116
+ "lineHeight": 1.1,
117
+ "letterSpacing": 0,
118
+ "resizeOnEdit": true,
119
+ "direction": "ltr",
120
+ "strokeWidth": 0,
121
+ "strokeColor": "#000000",
122
+ "background": null,
123
+ "rotation": {
124
+ "value": 0,
125
+ "keyframes": []
126
+ },
127
+ "animations": {
128
+ "in": {
129
+ "type": "fade",
130
+ "durationTicks": 96000,
131
+ "easing": "ease-out"
132
+ },
133
+ "out": {
134
+ "type": "fade",
135
+ "durationTicks": 96000,
136
+ "easing": "ease-in"
137
+ }
138
+ },
139
+ "captionAnimations": {
140
+ "in": {
141
+ "type": "elastic-pop",
142
+ "durationTicks": 80000
143
+ },
144
+ "loop": {
145
+ "type": "sweep-shine",
146
+ "durationTicks": 144000
147
+ }
148
+ }
149
+ },
150
+ "item-subtitle": {
151
+ "id": "item-subtitle",
152
+ "type": "text",
153
+ "startTicks": 96000,
154
+ "durationTicks": 528000,
155
+ "top": {
156
+ "value": 408,
157
+ "keyframes": []
158
+ },
159
+ "left": {
160
+ "value": 220,
161
+ "keyframes": []
162
+ },
163
+ "width": {
164
+ "value": 840,
165
+ "keyframes": []
166
+ },
167
+ "height": {
168
+ "value": 80,
169
+ "keyframes": []
170
+ },
171
+ "scaleX": {
172
+ "value": 1,
173
+ "keyframes": []
174
+ },
175
+ "scaleY": {
176
+ "value": 1,
177
+ "keyframes": []
178
+ },
179
+ "opacity": {
180
+ "value": 1,
181
+ "keyframes": []
182
+ },
183
+ "isDraggingInTimeline": false,
184
+ "text": "Minimal valid scene with motion-ready text.",
185
+ "color": "#cbd5e1",
186
+ "align": "center",
187
+ "fontFamily": "TikTok Sans",
188
+ "fontStyle": {
189
+ "variant": "normal",
190
+ "weight": "500"
191
+ },
192
+ "fontSize": 28,
193
+ "lineHeight": 1.1,
194
+ "letterSpacing": 0,
195
+ "resizeOnEdit": true,
196
+ "direction": "ltr",
197
+ "strokeWidth": 0,
198
+ "strokeColor": "#000000",
199
+ "background": null,
200
+ "rotation": {
201
+ "value": 0,
202
+ "keyframes": []
203
+ }
204
+ }
205
+ },
206
+ "transitions": {},
207
+ "globalBackground": {
208
+ "type": "color",
209
+ "color": "#0f172a",
210
+ "gradient": "linear-gradient(135deg, #0f172a 0%, #1e293b 100%)"
211
+ }
212
+ }
@@ -0,0 +1,480 @@
1
+ {
2
+ "compositionWidth": 1280,
3
+ "compositionHeight": 720,
4
+ "timebaseTicksPerSecond": 240000,
5
+ "outputRatio": "16:9",
6
+ "tracks": [
7
+ {
8
+ "id": "track-shapes",
9
+ "hidden": false,
10
+ "muted": false,
11
+ "items": [
12
+ "item-shape-star",
13
+ "item-shape-circle",
14
+ "item-shape-triangle"
15
+ ]
16
+ },
17
+ {
18
+ "id": "track-illustration-1",
19
+ "hidden": false,
20
+ "muted": false,
21
+ "items": [
22
+ "item-illustration-1"
23
+ ]
24
+ },
25
+ {
26
+ "id": "track-illustration-2",
27
+ "hidden": false,
28
+ "muted": false,
29
+ "items": [
30
+ "item-illustration-2"
31
+ ]
32
+ },
33
+ {
34
+ "id": "track-illustration-3",
35
+ "hidden": false,
36
+ "muted": false,
37
+ "items": [
38
+ "item-illustration-3"
39
+ ]
40
+ },
41
+ {
42
+ "id": "track-copy",
43
+ "hidden": false,
44
+ "muted": false,
45
+ "items": [
46
+ "item-title",
47
+ "item-body"
48
+ ]
49
+ },
50
+ {
51
+ "id": "track-fx",
52
+ "hidden": false,
53
+ "muted": false,
54
+ "items": [
55
+ "item-filter"
56
+ ]
57
+ }
58
+ ],
59
+ "assets": {},
60
+ "items": {
61
+ "item-shape-star": {
62
+ "id": "item-shape-star",
63
+ "type": "solid",
64
+ "startTicks": 0,
65
+ "durationTicks": 960000,
66
+ "top": {
67
+ "value": 58,
68
+ "keyframes": []
69
+ },
70
+ "left": {
71
+ "value": 80,
72
+ "keyframes": []
73
+ },
74
+ "width": {
75
+ "value": 150,
76
+ "keyframes": []
77
+ },
78
+ "height": {
79
+ "value": 150,
80
+ "keyframes": []
81
+ },
82
+ "scaleX": {
83
+ "value": 1,
84
+ "keyframes": []
85
+ },
86
+ "scaleY": {
87
+ "value": 1,
88
+ "keyframes": []
89
+ },
90
+ "opacity": {
91
+ "value": 1,
92
+ "keyframes": []
93
+ },
94
+ "isDraggingInTimeline": false,
95
+ "color": "#f59e0b",
96
+ "shape": "star",
97
+ "keepAspectRatio": true,
98
+ "borderRadius": {
99
+ "value": 0,
100
+ "keyframes": []
101
+ },
102
+ "rotation": {
103
+ "value": 0,
104
+ "keyframes": []
105
+ }
106
+ },
107
+ "item-shape-circle": {
108
+ "id": "item-shape-circle",
109
+ "type": "solid",
110
+ "startTicks": 0,
111
+ "durationTicks": 960000,
112
+ "top": {
113
+ "value": 520,
114
+ "keyframes": []
115
+ },
116
+ "left": {
117
+ "value": 1020,
118
+ "keyframes": []
119
+ },
120
+ "width": {
121
+ "value": 140,
122
+ "keyframes": []
123
+ },
124
+ "height": {
125
+ "value": 140,
126
+ "keyframes": []
127
+ },
128
+ "scaleX": {
129
+ "value": 1,
130
+ "keyframes": []
131
+ },
132
+ "scaleY": {
133
+ "value": 1,
134
+ "keyframes": []
135
+ },
136
+ "opacity": {
137
+ "value": 1,
138
+ "keyframes": []
139
+ },
140
+ "isDraggingInTimeline": false,
141
+ "color": "#ec4899",
142
+ "shape": "circle",
143
+ "keepAspectRatio": true,
144
+ "borderRadius": {
145
+ "value": 0,
146
+ "keyframes": []
147
+ },
148
+ "rotation": {
149
+ "value": 0,
150
+ "keyframes": []
151
+ }
152
+ },
153
+ "item-shape-triangle": {
154
+ "id": "item-shape-triangle",
155
+ "type": "solid",
156
+ "startTicks": 0,
157
+ "durationTicks": 960000,
158
+ "top": {
159
+ "value": 560,
160
+ "keyframes": []
161
+ },
162
+ "left": {
163
+ "value": 120,
164
+ "keyframes": []
165
+ },
166
+ "width": {
167
+ "value": 180,
168
+ "keyframes": []
169
+ },
170
+ "height": {
171
+ "value": 140,
172
+ "keyframes": []
173
+ },
174
+ "scaleX": {
175
+ "value": 1,
176
+ "keyframes": []
177
+ },
178
+ "scaleY": {
179
+ "value": 1,
180
+ "keyframes": []
181
+ },
182
+ "opacity": {
183
+ "value": 1,
184
+ "keyframes": []
185
+ },
186
+ "isDraggingInTimeline": false,
187
+ "color": "#22c55e",
188
+ "shape": "triangle",
189
+ "keepAspectRatio": true,
190
+ "borderRadius": {
191
+ "value": 0,
192
+ "keyframes": []
193
+ },
194
+ "rotation": {
195
+ "value": 0,
196
+ "keyframes": []
197
+ }
198
+ },
199
+ "item-illustration-1": {
200
+ "id": "item-illustration-1",
201
+ "type": "illustration",
202
+ "startTicks": 0,
203
+ "durationTicks": 960000,
204
+ "top": {
205
+ "value": 130,
206
+ "keyframes": []
207
+ },
208
+ "left": {
209
+ "value": 110,
210
+ "keyframes": []
211
+ },
212
+ "width": {
213
+ "value": 260,
214
+ "keyframes": []
215
+ },
216
+ "height": {
217
+ "value": 260,
218
+ "keyframes": []
219
+ },
220
+ "scaleX": {
221
+ "value": 1,
222
+ "keyframes": []
223
+ },
224
+ "scaleY": {
225
+ "value": 1,
226
+ "keyframes": []
227
+ },
228
+ "opacity": {
229
+ "value": 1,
230
+ "keyframes": []
231
+ },
232
+ "isDraggingInTimeline": false,
233
+ "illustrationName": "IHello",
234
+ "color": "#f8fafc",
235
+ "keepAspectRatio": true,
236
+ "rotation": {
237
+ "value": 0,
238
+ "keyframes": []
239
+ },
240
+ "animations": {
241
+ "in": {
242
+ "type": "slide-right",
243
+ "durationTicks": 80000,
244
+ "easing": "ease-out"
245
+ }
246
+ }
247
+ },
248
+ "item-illustration-2": {
249
+ "id": "item-illustration-2",
250
+ "type": "illustration",
251
+ "startTicks": 0,
252
+ "durationTicks": 960000,
253
+ "top": {
254
+ "value": 208,
255
+ "keyframes": []
256
+ },
257
+ "left": {
258
+ "value": 780,
259
+ "keyframes": []
260
+ },
261
+ "width": {
262
+ "value": 280,
263
+ "keyframes": []
264
+ },
265
+ "height": {
266
+ "value": 280,
267
+ "keyframes": []
268
+ },
269
+ "scaleX": {
270
+ "value": 1,
271
+ "keyframes": []
272
+ },
273
+ "scaleY": {
274
+ "value": 1,
275
+ "keyframes": []
276
+ },
277
+ "opacity": {
278
+ "value": 1,
279
+ "keyframes": []
280
+ },
281
+ "isDraggingInTimeline": false,
282
+ "illustrationName": "IProductDemo",
283
+ "color": "#38bdf8",
284
+ "keepAspectRatio": true,
285
+ "rotation": {
286
+ "value": 0,
287
+ "keyframes": []
288
+ },
289
+ "animations": {
290
+ "in": {
291
+ "type": "zoom-in",
292
+ "durationTicks": 80000,
293
+ "easing": "ease-out"
294
+ }
295
+ }
296
+ },
297
+ "item-illustration-3": {
298
+ "id": "item-illustration-3",
299
+ "type": "illustration",
300
+ "startTicks": 96000,
301
+ "durationTicks": 768000,
302
+ "top": {
303
+ "value": 380,
304
+ "keyframes": []
305
+ },
306
+ "left": {
307
+ "value": 450,
308
+ "keyframes": []
309
+ },
310
+ "width": {
311
+ "value": 230,
312
+ "keyframes": []
313
+ },
314
+ "height": {
315
+ "value": 230,
316
+ "keyframes": []
317
+ },
318
+ "scaleX": {
319
+ "value": 1,
320
+ "keyframes": []
321
+ },
322
+ "scaleY": {
323
+ "value": 1,
324
+ "keyframes": []
325
+ },
326
+ "opacity": {
327
+ "value": 1,
328
+ "keyframes": []
329
+ },
330
+ "isDraggingInTimeline": false,
331
+ "illustrationName": "IDataAnalysis",
332
+ "color": "#22c55e",
333
+ "keepAspectRatio": true,
334
+ "rotation": {
335
+ "value": 0,
336
+ "keyframes": []
337
+ },
338
+ "animations": {
339
+ "out": {
340
+ "type": "fade",
341
+ "durationTicks": 80000,
342
+ "easing": "ease-in"
343
+ }
344
+ }
345
+ },
346
+ "item-title": {
347
+ "id": "item-title",
348
+ "type": "text",
349
+ "startTicks": 0,
350
+ "durationTicks": 960000,
351
+ "top": {
352
+ "value": 38,
353
+ "keyframes": []
354
+ },
355
+ "left": {
356
+ "value": 300,
357
+ "keyframes": []
358
+ },
359
+ "width": {
360
+ "value": 700,
361
+ "keyframes": []
362
+ },
363
+ "height": {
364
+ "value": 90,
365
+ "keyframes": []
366
+ },
367
+ "scaleX": {
368
+ "value": 1,
369
+ "keyframes": []
370
+ },
371
+ "scaleY": {
372
+ "value": 1,
373
+ "keyframes": []
374
+ },
375
+ "opacity": {
376
+ "value": 1,
377
+ "keyframes": []
378
+ },
379
+ "isDraggingInTimeline": false,
380
+ "text": "Illustration Board",
381
+ "color": "#ffffff",
382
+ "align": "center",
383
+ "fontFamily": "TikTok Sans",
384
+ "fontStyle": {
385
+ "variant": "normal",
386
+ "weight": "700"
387
+ },
388
+ "fontSize": 60,
389
+ "lineHeight": 1.1,
390
+ "letterSpacing": 0,
391
+ "resizeOnEdit": true,
392
+ "direction": "ltr",
393
+ "strokeWidth": 0,
394
+ "strokeColor": "#000000",
395
+ "background": null,
396
+ "rotation": {
397
+ "value": 0,
398
+ "keyframes": []
399
+ }
400
+ },
401
+ "item-body": {
402
+ "id": "item-body",
403
+ "type": "text",
404
+ "startTicks": 48000,
405
+ "durationTicks": 864000,
406
+ "top": {
407
+ "value": 620,
408
+ "keyframes": []
409
+ },
410
+ "left": {
411
+ "value": 240,
412
+ "keyframes": []
413
+ },
414
+ "width": {
415
+ "value": 800,
416
+ "keyframes": []
417
+ },
418
+ "height": {
419
+ "value": 70,
420
+ "keyframes": []
421
+ },
422
+ "scaleX": {
423
+ "value": 1,
424
+ "keyframes": []
425
+ },
426
+ "scaleY": {
427
+ "value": 1,
428
+ "keyframes": []
429
+ },
430
+ "opacity": {
431
+ "value": 1,
432
+ "keyframes": []
433
+ },
434
+ "isDraggingInTimeline": false,
435
+ "text": "Use live illustration names for hand-drawn vector compositions and combine them with simple geometric shapes.",
436
+ "color": "#f8fafc",
437
+ "align": "center",
438
+ "fontFamily": "TikTok Sans",
439
+ "fontStyle": {
440
+ "variant": "normal",
441
+ "weight": "500"
442
+ },
443
+ "fontSize": 22,
444
+ "lineHeight": 1.1,
445
+ "letterSpacing": 0,
446
+ "resizeOnEdit": true,
447
+ "direction": "ltr",
448
+ "strokeWidth": 0,
449
+ "strokeColor": "#000000",
450
+ "background": {
451
+ "color": "#00000066",
452
+ "horizontalPadding": 16,
453
+ "borderRadius": 20
454
+ },
455
+ "rotation": {
456
+ "value": 0,
457
+ "keyframes": []
458
+ }
459
+ },
460
+ "item-filter": {
461
+ "id": "item-filter",
462
+ "type": "filter",
463
+ "filterType": "sakura-pink",
464
+ "intensity": 1,
465
+ "startTicks": 0,
466
+ "durationTicks": 960000,
467
+ "isDraggingInTimeline": false,
468
+ "params": {
469
+ "blend": 0.66
470
+ }
471
+ }
472
+ },
473
+ "transitions": {},
474
+ "globalBackground": {
475
+ "type": "image",
476
+ "imageAssetId": null,
477
+ "imageUrl": "https://r.indream.ai/system/presets/d6f6de7b-2c38-4f9c-82d5-79adac647911.png",
478
+ "source": "preset"
479
+ }
480
+ }