@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,614 @@
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-media",
17
+ "hidden": false,
18
+ "muted": false,
19
+ "items": [
20
+ "item-product-image",
21
+ "item-badge-image"
22
+ ]
23
+ },
24
+ {
25
+ "id": "track-design",
26
+ "hidden": false,
27
+ "muted": false,
28
+ "items": [
29
+ "item-card",
30
+ "item-badge-circle",
31
+ "item-illustration"
32
+ ]
33
+ },
34
+ {
35
+ "id": "track-copy",
36
+ "hidden": false,
37
+ "muted": false,
38
+ "items": [
39
+ "item-headline",
40
+ "item-subhead",
41
+ "item-feature-pill"
42
+ ]
43
+ },
44
+ {
45
+ "id": "track-fx",
46
+ "hidden": false,
47
+ "muted": false,
48
+ "items": [
49
+ "item-effect-opening",
50
+ "item-filter-look"
51
+ ]
52
+ }
53
+ ],
54
+ "assets": {
55
+ "asset-product-image": {
56
+ "id": "asset-product-image",
57
+ "type": "image",
58
+ "filename": "product-hero.png",
59
+ "size": 0,
60
+ "remoteUrl": "https://r.indream.ai/system/presets/c1a286f5-a2f9-4fd4-92e5-cbb92585bed6.png",
61
+ "remoteKey": null,
62
+ "mimeType": "image/png",
63
+ "width": 1024,
64
+ "height": 1024
65
+ },
66
+ "asset-badge-image": {
67
+ "id": "asset-badge-image",
68
+ "type": "image",
69
+ "filename": "portable-badge.png",
70
+ "size": 0,
71
+ "remoteUrl": "https://r.indream.ai/system/presets/cc3ed7dd-582b-4a82-80ed-3963c853fead.png",
72
+ "remoteKey": null,
73
+ "mimeType": "image/png",
74
+ "width": 1024,
75
+ "height": 1024
76
+ }
77
+ },
78
+ "items": {
79
+ "item-bg": {
80
+ "id": "item-bg",
81
+ "type": "solid",
82
+ "startTicks": 0,
83
+ "durationTicks": 960000,
84
+ "top": {
85
+ "value": 0,
86
+ "keyframes": []
87
+ },
88
+ "left": {
89
+ "value": 0,
90
+ "keyframes": []
91
+ },
92
+ "width": {
93
+ "value": 1280,
94
+ "keyframes": []
95
+ },
96
+ "height": {
97
+ "value": 720,
98
+ "keyframes": []
99
+ },
100
+ "scaleX": {
101
+ "value": 1,
102
+ "keyframes": []
103
+ },
104
+ "scaleY": {
105
+ "value": 1,
106
+ "keyframes": []
107
+ },
108
+ "opacity": {
109
+ "value": 1,
110
+ "keyframes": []
111
+ },
112
+ "isDraggingInTimeline": false,
113
+ "color": "#020617",
114
+ "shape": "rectangle",
115
+ "keepAspectRatio": false,
116
+ "borderRadius": {
117
+ "value": 0,
118
+ "keyframes": []
119
+ },
120
+ "rotation": {
121
+ "value": 0,
122
+ "keyframes": []
123
+ }
124
+ },
125
+ "item-product-image": {
126
+ "id": "item-product-image",
127
+ "type": "image",
128
+ "startTicks": 0,
129
+ "durationTicks": 960000,
130
+ "top": {
131
+ "value": 92,
132
+ "keyframes": []
133
+ },
134
+ "left": {
135
+ "value": 80,
136
+ "keyframes": []
137
+ },
138
+ "width": {
139
+ "value": 520,
140
+ "keyframes": []
141
+ },
142
+ "height": {
143
+ "value": 540,
144
+ "keyframes": []
145
+ },
146
+ "scaleX": {
147
+ "value": 1,
148
+ "keyframes": []
149
+ },
150
+ "scaleY": {
151
+ "value": 1,
152
+ "keyframes": []
153
+ },
154
+ "opacity": {
155
+ "value": 1,
156
+ "keyframes": []
157
+ },
158
+ "isDraggingInTimeline": false,
159
+ "assetId": "asset-product-image",
160
+ "keepAspectRatio": true,
161
+ "borderRadius": {
162
+ "value": 28,
163
+ "keyframes": []
164
+ },
165
+ "rotation": {
166
+ "value": 0,
167
+ "keyframes": []
168
+ },
169
+ "cropLeft": {
170
+ "value": 0,
171
+ "keyframes": []
172
+ },
173
+ "cropTop": {
174
+ "value": 0,
175
+ "keyframes": []
176
+ },
177
+ "cropRight": {
178
+ "value": 0,
179
+ "keyframes": []
180
+ },
181
+ "cropBottom": {
182
+ "value": 0,
183
+ "keyframes": []
184
+ },
185
+ "animations": {
186
+ "in": {
187
+ "type": "slide-right",
188
+ "durationTicks": 96000,
189
+ "easing": "ease-out"
190
+ }
191
+ }
192
+ },
193
+ "item-badge-image": {
194
+ "id": "item-badge-image",
195
+ "type": "image",
196
+ "startTicks": 144000,
197
+ "durationTicks": 720000,
198
+ "top": {
199
+ "value": 52,
200
+ "keyframes": []
201
+ },
202
+ "left": {
203
+ "value": 1060,
204
+ "keyframes": []
205
+ },
206
+ "width": {
207
+ "value": 120,
208
+ "keyframes": []
209
+ },
210
+ "height": {
211
+ "value": 120,
212
+ "keyframes": []
213
+ },
214
+ "scaleX": {
215
+ "value": 1,
216
+ "keyframes": []
217
+ },
218
+ "scaleY": {
219
+ "value": 1,
220
+ "keyframes": []
221
+ },
222
+ "opacity": {
223
+ "value": 1,
224
+ "keyframes": []
225
+ },
226
+ "isDraggingInTimeline": false,
227
+ "assetId": "asset-badge-image",
228
+ "keepAspectRatio": true,
229
+ "borderRadius": {
230
+ "value": 24,
231
+ "keyframes": []
232
+ },
233
+ "rotation": {
234
+ "value": -8,
235
+ "keyframes": []
236
+ },
237
+ "cropLeft": {
238
+ "value": 0,
239
+ "keyframes": []
240
+ },
241
+ "cropTop": {
242
+ "value": 0,
243
+ "keyframes": []
244
+ },
245
+ "cropRight": {
246
+ "value": 0,
247
+ "keyframes": []
248
+ },
249
+ "cropBottom": {
250
+ "value": 0,
251
+ "keyframes": []
252
+ },
253
+ "animations": {
254
+ "in": {
255
+ "type": "zoom-in",
256
+ "durationTicks": 64000,
257
+ "easing": "ease-out"
258
+ }
259
+ }
260
+ },
261
+ "item-card": {
262
+ "id": "item-card",
263
+ "type": "solid",
264
+ "startTicks": 0,
265
+ "durationTicks": 960000,
266
+ "top": {
267
+ "value": 88,
268
+ "keyframes": []
269
+ },
270
+ "left": {
271
+ "value": 660,
272
+ "keyframes": []
273
+ },
274
+ "width": {
275
+ "value": 540,
276
+ "keyframes": []
277
+ },
278
+ "height": {
279
+ "value": 544,
280
+ "keyframes": []
281
+ },
282
+ "scaleX": {
283
+ "value": 1,
284
+ "keyframes": []
285
+ },
286
+ "scaleY": {
287
+ "value": 1,
288
+ "keyframes": []
289
+ },
290
+ "opacity": {
291
+ "value": 1,
292
+ "keyframes": []
293
+ },
294
+ "isDraggingInTimeline": false,
295
+ "color": "#111827",
296
+ "shape": "rectangle",
297
+ "keepAspectRatio": false,
298
+ "borderRadius": {
299
+ "value": 32,
300
+ "keyframes": []
301
+ },
302
+ "rotation": {
303
+ "value": 0,
304
+ "keyframes": []
305
+ }
306
+ },
307
+ "item-badge-circle": {
308
+ "id": "item-badge-circle",
309
+ "type": "solid",
310
+ "startTicks": 0,
311
+ "durationTicks": 960000,
312
+ "top": {
313
+ "value": 44,
314
+ "keyframes": []
315
+ },
316
+ "left": {
317
+ "value": 942,
318
+ "keyframes": []
319
+ },
320
+ "width": {
321
+ "value": 180,
322
+ "keyframes": []
323
+ },
324
+ "height": {
325
+ "value": 180,
326
+ "keyframes": []
327
+ },
328
+ "scaleX": {
329
+ "value": 1,
330
+ "keyframes": []
331
+ },
332
+ "scaleY": {
333
+ "value": 1,
334
+ "keyframes": []
335
+ },
336
+ "opacity": {
337
+ "value": 1,
338
+ "keyframes": []
339
+ },
340
+ "isDraggingInTimeline": false,
341
+ "color": "#f59e0b",
342
+ "shape": "circle",
343
+ "keepAspectRatio": true,
344
+ "borderRadius": {
345
+ "value": 0,
346
+ "keyframes": []
347
+ },
348
+ "rotation": {
349
+ "value": 0,
350
+ "keyframes": []
351
+ },
352
+ "animations": {
353
+ "in": {
354
+ "type": "zoom-in",
355
+ "durationTicks": 80000,
356
+ "easing": "ease-out"
357
+ }
358
+ }
359
+ },
360
+ "item-illustration": {
361
+ "id": "item-illustration",
362
+ "type": "illustration",
363
+ "startTicks": 0,
364
+ "durationTicks": 960000,
365
+ "top": {
366
+ "value": 332,
367
+ "keyframes": []
368
+ },
369
+ "left": {
370
+ "value": 932,
371
+ "keyframes": []
372
+ },
373
+ "width": {
374
+ "value": 220,
375
+ "keyframes": []
376
+ },
377
+ "height": {
378
+ "value": 220,
379
+ "keyframes": []
380
+ },
381
+ "scaleX": {
382
+ "value": 1,
383
+ "keyframes": []
384
+ },
385
+ "scaleY": {
386
+ "value": 1,
387
+ "keyframes": []
388
+ },
389
+ "opacity": {
390
+ "value": 1,
391
+ "keyframes": []
392
+ },
393
+ "isDraggingInTimeline": false,
394
+ "illustrationName": "IProductExplainer",
395
+ "color": "#22c55e",
396
+ "keepAspectRatio": true,
397
+ "rotation": {
398
+ "value": 0,
399
+ "keyframes": []
400
+ },
401
+ "animations": {
402
+ "in": {
403
+ "type": "fade",
404
+ "durationTicks": 96000,
405
+ "easing": "ease-out"
406
+ }
407
+ }
408
+ },
409
+ "item-headline": {
410
+ "id": "item-headline",
411
+ "type": "text",
412
+ "startTicks": 0,
413
+ "durationTicks": 960000,
414
+ "top": {
415
+ "value": 132,
416
+ "keyframes": []
417
+ },
418
+ "left": {
419
+ "value": 720,
420
+ "keyframes": []
421
+ },
422
+ "width": {
423
+ "value": 380,
424
+ "keyframes": []
425
+ },
426
+ "height": {
427
+ "value": 120,
428
+ "keyframes": []
429
+ },
430
+ "scaleX": {
431
+ "value": 1,
432
+ "keyframes": []
433
+ },
434
+ "scaleY": {
435
+ "value": 1,
436
+ "keyframes": []
437
+ },
438
+ "opacity": {
439
+ "value": 1,
440
+ "keyframes": []
441
+ },
442
+ "isDraggingInTimeline": false,
443
+ "text": "Product Intro Scene",
444
+ "color": "#ffffff",
445
+ "align": "left",
446
+ "fontFamily": "TikTok Sans",
447
+ "fontStyle": {
448
+ "variant": "normal",
449
+ "weight": "700"
450
+ },
451
+ "fontSize": 58,
452
+ "lineHeight": 1.1,
453
+ "letterSpacing": 0,
454
+ "resizeOnEdit": true,
455
+ "direction": "ltr",
456
+ "strokeWidth": 0,
457
+ "strokeColor": "#000000",
458
+ "background": null,
459
+ "rotation": {
460
+ "value": 0,
461
+ "keyframes": []
462
+ }
463
+ },
464
+ "item-subhead": {
465
+ "id": "item-subhead",
466
+ "type": "text",
467
+ "startTicks": 64000,
468
+ "durationTicks": 832000,
469
+ "top": {
470
+ "value": 286,
471
+ "keyframes": []
472
+ },
473
+ "left": {
474
+ "value": 720,
475
+ "keyframes": []
476
+ },
477
+ "width": {
478
+ "value": 360,
479
+ "keyframes": []
480
+ },
481
+ "height": {
482
+ "value": 160,
483
+ "keyframes": []
484
+ },
485
+ "scaleX": {
486
+ "value": 1,
487
+ "keyframes": []
488
+ },
489
+ "scaleY": {
490
+ "value": 1,
491
+ "keyframes": []
492
+ },
493
+ "opacity": {
494
+ "value": 1,
495
+ "keyframes": []
496
+ },
497
+ "isDraggingInTimeline": false,
498
+ "text": "Mix product media, shape cards, support art, and a timed opening effect.",
499
+ "color": "#cbd5e1",
500
+ "align": "left",
501
+ "fontFamily": "TikTok Sans",
502
+ "fontStyle": {
503
+ "variant": "normal",
504
+ "weight": "500"
505
+ },
506
+ "fontSize": 26,
507
+ "lineHeight": 1.1,
508
+ "letterSpacing": 0,
509
+ "resizeOnEdit": true,
510
+ "direction": "ltr",
511
+ "strokeWidth": 0,
512
+ "strokeColor": "#000000",
513
+ "background": null,
514
+ "rotation": {
515
+ "value": 0,
516
+ "keyframes": []
517
+ }
518
+ },
519
+ "item-feature-pill": {
520
+ "id": "item-feature-pill",
521
+ "type": "text",
522
+ "startTicks": 96000,
523
+ "durationTicks": 720000,
524
+ "top": {
525
+ "value": 500,
526
+ "keyframes": []
527
+ },
528
+ "left": {
529
+ "value": 736,
530
+ "keyframes": [
531
+ {
532
+ "timeTicks": 0,
533
+ "value": 640
534
+ }
535
+ ]
536
+ },
537
+ "width": {
538
+ "value": 360,
539
+ "keyframes": []
540
+ },
541
+ "height": {
542
+ "value": 80,
543
+ "keyframes": []
544
+ },
545
+ "scaleX": {
546
+ "value": 1,
547
+ "keyframes": []
548
+ },
549
+ "scaleY": {
550
+ "value": 1,
551
+ "keyframes": []
552
+ },
553
+ "opacity": {
554
+ "value": 1,
555
+ "keyframes": []
556
+ },
557
+ "isDraggingInTimeline": false,
558
+ "text": "Portable badge overlay, not hard-coded sticker metadata",
559
+ "color": "#ffffff",
560
+ "align": "center",
561
+ "fontFamily": "TikTok Sans",
562
+ "fontStyle": {
563
+ "variant": "normal",
564
+ "weight": "600"
565
+ },
566
+ "fontSize": 20,
567
+ "lineHeight": 1.1,
568
+ "letterSpacing": 0,
569
+ "resizeOnEdit": true,
570
+ "direction": "ltr",
571
+ "strokeWidth": 0,
572
+ "strokeColor": "#000000",
573
+ "background": {
574
+ "color": "#2563eb",
575
+ "horizontalPadding": 18,
576
+ "borderRadius": 999
577
+ },
578
+ "rotation": {
579
+ "value": 0,
580
+ "keyframes": []
581
+ }
582
+ },
583
+ "item-effect-opening": {
584
+ "id": "item-effect-opening",
585
+ "type": "effect",
586
+ "effectType": "blurred-opening",
587
+ "intensity": 1,
588
+ "startTicks": 0,
589
+ "durationTicks": 192000,
590
+ "isDraggingInTimeline": false,
591
+ "params": {
592
+ "maxBlurPx": 24
593
+ }
594
+ },
595
+ "item-filter-look": {
596
+ "id": "item-filter-look",
597
+ "type": "filter",
598
+ "filterType": "sunset-orange",
599
+ "intensity": 1,
600
+ "startTicks": 192000,
601
+ "durationTicks": 768000,
602
+ "isDraggingInTimeline": false,
603
+ "params": {
604
+ "blend": 0.82
605
+ }
606
+ }
607
+ },
608
+ "transitions": {},
609
+ "globalBackground": {
610
+ "type": "color",
611
+ "color": "#020617",
612
+ "gradient": "linear-gradient(135deg, #020617 0%, #111827 100%)"
613
+ }
614
+ }