@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,654 @@
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-charts",
17
+ "hidden": false,
18
+ "muted": false,
19
+ "items": [
20
+ "item-chart-line",
21
+ "item-chart-bar",
22
+ "item-chart-pie"
23
+ ]
24
+ },
25
+ {
26
+ "id": "track-overlay",
27
+ "hidden": false,
28
+ "muted": false,
29
+ "items": [
30
+ "item-title",
31
+ "item-note-line",
32
+ "item-note-bar",
33
+ "item-note-pie",
34
+ "item-illustration"
35
+ ]
36
+ },
37
+ {
38
+ "id": "track-fx",
39
+ "hidden": false,
40
+ "muted": false,
41
+ "items": [
42
+ "item-filter-bar"
43
+ ]
44
+ }
45
+ ],
46
+ "assets": {},
47
+ "items": {
48
+ "item-bg": {
49
+ "id": "item-bg",
50
+ "type": "solid",
51
+ "startTicks": 0,
52
+ "durationTicks": 1680000,
53
+ "top": {
54
+ "value": 0,
55
+ "keyframes": []
56
+ },
57
+ "left": {
58
+ "value": 0,
59
+ "keyframes": []
60
+ },
61
+ "width": {
62
+ "value": 1280,
63
+ "keyframes": []
64
+ },
65
+ "height": {
66
+ "value": 720,
67
+ "keyframes": []
68
+ },
69
+ "scaleX": {
70
+ "value": 1,
71
+ "keyframes": []
72
+ },
73
+ "scaleY": {
74
+ "value": 1,
75
+ "keyframes": []
76
+ },
77
+ "opacity": {
78
+ "value": 1,
79
+ "keyframes": []
80
+ },
81
+ "isDraggingInTimeline": false,
82
+ "color": "#0f172a",
83
+ "shape": "rectangle",
84
+ "keepAspectRatio": false,
85
+ "borderRadius": {
86
+ "value": 0,
87
+ "keyframes": []
88
+ },
89
+ "rotation": {
90
+ "value": 0,
91
+ "keyframes": []
92
+ }
93
+ },
94
+ "item-chart-line": {
95
+ "id": "item-chart-line",
96
+ "type": "chart",
97
+ "startTicks": 0,
98
+ "durationTicks": 560000,
99
+ "top": {
100
+ "value": 140,
101
+ "keyframes": []
102
+ },
103
+ "left": {
104
+ "value": 120,
105
+ "keyframes": []
106
+ },
107
+ "width": {
108
+ "value": 1040,
109
+ "keyframes": []
110
+ },
111
+ "height": {
112
+ "value": 420,
113
+ "keyframes": []
114
+ },
115
+ "scaleX": {
116
+ "value": 1,
117
+ "keyframes": []
118
+ },
119
+ "scaleY": {
120
+ "value": 1,
121
+ "keyframes": []
122
+ },
123
+ "opacity": {
124
+ "value": 1,
125
+ "keyframes": []
126
+ },
127
+ "isDraggingInTimeline": false,
128
+ "chartType": "line",
129
+ "themeColor": "#3b82f6",
130
+ "data": {
131
+ "series": [
132
+ {
133
+ "key": "seriesA",
134
+ "label": "Series A"
135
+ },
136
+ {
137
+ "key": "seriesB",
138
+ "label": "Series B"
139
+ }
140
+ ],
141
+ "rows": [
142
+ {
143
+ "label": "Jan",
144
+ "values": {
145
+ "seriesA": 42,
146
+ "seriesB": 35
147
+ }
148
+ },
149
+ {
150
+ "label": "Feb",
151
+ "values": {
152
+ "seriesA": 58,
153
+ "seriesB": 46
154
+ }
155
+ },
156
+ {
157
+ "label": "Mar",
158
+ "values": {
159
+ "seriesA": 51,
160
+ "seriesB": 63
161
+ }
162
+ },
163
+ {
164
+ "label": "Apr",
165
+ "values": {
166
+ "seriesA": 76,
167
+ "seriesB": 69
168
+ }
169
+ },
170
+ {
171
+ "label": "May",
172
+ "values": {
173
+ "seriesA": 90,
174
+ "seriesB": 82
175
+ }
176
+ }
177
+ ]
178
+ },
179
+ "animationDurationTicks": 192000,
180
+ "keepAspectRatio": false,
181
+ "rotation": {
182
+ "value": 0,
183
+ "keyframes": []
184
+ },
185
+ "animations": {
186
+ "in": {
187
+ "type": "fade",
188
+ "durationTicks": 80000,
189
+ "easing": "ease-out"
190
+ }
191
+ }
192
+ },
193
+ "item-chart-bar": {
194
+ "id": "item-chart-bar",
195
+ "type": "chart",
196
+ "startTicks": 560000,
197
+ "durationTicks": 560000,
198
+ "top": {
199
+ "value": 140,
200
+ "keyframes": []
201
+ },
202
+ "left": {
203
+ "value": 120,
204
+ "keyframes": []
205
+ },
206
+ "width": {
207
+ "value": 1040,
208
+ "keyframes": []
209
+ },
210
+ "height": {
211
+ "value": 420,
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
+ "chartType": "bar",
228
+ "themeColor": "#3b82f6",
229
+ "data": {
230
+ "series": [
231
+ {
232
+ "key": "seriesA",
233
+ "label": "Series A"
234
+ },
235
+ {
236
+ "key": "seriesB",
237
+ "label": "Series B"
238
+ }
239
+ ],
240
+ "rows": [
241
+ {
242
+ "label": "Jan",
243
+ "values": {
244
+ "seriesA": 42,
245
+ "seriesB": 35
246
+ }
247
+ },
248
+ {
249
+ "label": "Feb",
250
+ "values": {
251
+ "seriesA": 58,
252
+ "seriesB": 46
253
+ }
254
+ },
255
+ {
256
+ "label": "Mar",
257
+ "values": {
258
+ "seriesA": 51,
259
+ "seriesB": 63
260
+ }
261
+ },
262
+ {
263
+ "label": "Apr",
264
+ "values": {
265
+ "seriesA": 76,
266
+ "seriesB": 69
267
+ }
268
+ },
269
+ {
270
+ "label": "May",
271
+ "values": {
272
+ "seriesA": 90,
273
+ "seriesB": 82
274
+ }
275
+ }
276
+ ]
277
+ },
278
+ "animationDurationTicks": 192000,
279
+ "keepAspectRatio": false,
280
+ "rotation": {
281
+ "value": 0,
282
+ "keyframes": []
283
+ }
284
+ },
285
+ "item-chart-pie": {
286
+ "id": "item-chart-pie",
287
+ "type": "chart",
288
+ "startTicks": 1120000,
289
+ "durationTicks": 560000,
290
+ "top": {
291
+ "value": 120,
292
+ "keyframes": []
293
+ },
294
+ "left": {
295
+ "value": 320,
296
+ "keyframes": []
297
+ },
298
+ "width": {
299
+ "value": 640,
300
+ "keyframes": []
301
+ },
302
+ "height": {
303
+ "value": 480,
304
+ "keyframes": []
305
+ },
306
+ "scaleX": {
307
+ "value": 1,
308
+ "keyframes": []
309
+ },
310
+ "scaleY": {
311
+ "value": 1,
312
+ "keyframes": []
313
+ },
314
+ "opacity": {
315
+ "value": 1,
316
+ "keyframes": []
317
+ },
318
+ "isDraggingInTimeline": false,
319
+ "chartType": "pie",
320
+ "themeColor": "#3b82f6",
321
+ "data": {
322
+ "slices": [
323
+ {
324
+ "label": "Desktop",
325
+ "value": 46
326
+ },
327
+ {
328
+ "label": "Mobile",
329
+ "value": 34
330
+ },
331
+ {
332
+ "label": "Tablet",
333
+ "value": 20
334
+ }
335
+ ]
336
+ },
337
+ "animationDurationTicks": 192000,
338
+ "keepAspectRatio": false,
339
+ "rotation": {
340
+ "value": 0,
341
+ "keyframes": []
342
+ },
343
+ "animations": {
344
+ "in": {
345
+ "type": "zoom-in",
346
+ "durationTicks": 80000,
347
+ "easing": "ease-out"
348
+ }
349
+ }
350
+ },
351
+ "item-title": {
352
+ "id": "item-title",
353
+ "type": "text",
354
+ "startTicks": 0,
355
+ "durationTicks": 1680000,
356
+ "top": {
357
+ "value": 36,
358
+ "keyframes": []
359
+ },
360
+ "left": {
361
+ "value": 80,
362
+ "keyframes": []
363
+ },
364
+ "width": {
365
+ "value": 760,
366
+ "keyframes": []
367
+ },
368
+ "height": {
369
+ "value": 90,
370
+ "keyframes": []
371
+ },
372
+ "scaleX": {
373
+ "value": 1,
374
+ "keyframes": []
375
+ },
376
+ "scaleY": {
377
+ "value": 1,
378
+ "keyframes": []
379
+ },
380
+ "opacity": {
381
+ "value": 1,
382
+ "keyframes": []
383
+ },
384
+ "isDraggingInTimeline": false,
385
+ "text": "Chart Showcase",
386
+ "color": "#ffffff",
387
+ "align": "left",
388
+ "fontFamily": "TikTok Sans",
389
+ "fontStyle": {
390
+ "variant": "normal",
391
+ "weight": "700"
392
+ },
393
+ "fontSize": 60,
394
+ "lineHeight": 1.1,
395
+ "letterSpacing": 0,
396
+ "resizeOnEdit": true,
397
+ "direction": "ltr",
398
+ "strokeWidth": 0,
399
+ "strokeColor": "#000000",
400
+ "background": null,
401
+ "rotation": {
402
+ "value": 0,
403
+ "keyframes": []
404
+ }
405
+ },
406
+ "item-note-line": {
407
+ "id": "item-note-line",
408
+ "type": "text",
409
+ "startTicks": 0,
410
+ "durationTicks": 560000,
411
+ "top": {
412
+ "value": 602,
413
+ "keyframes": []
414
+ },
415
+ "left": {
416
+ "value": 80,
417
+ "keyframes": []
418
+ },
419
+ "width": {
420
+ "value": 820,
421
+ "keyframes": []
422
+ },
423
+ "height": {
424
+ "value": 70,
425
+ "keyframes": []
426
+ },
427
+ "scaleX": {
428
+ "value": 1,
429
+ "keyframes": []
430
+ },
431
+ "scaleY": {
432
+ "value": 1,
433
+ "keyframes": []
434
+ },
435
+ "opacity": {
436
+ "value": 1,
437
+ "keyframes": []
438
+ },
439
+ "isDraggingInTimeline": false,
440
+ "text": "Use line charts for trend movement across time.",
441
+ "color": "#cbd5e1",
442
+ "align": "left",
443
+ "fontFamily": "TikTok Sans",
444
+ "fontStyle": {
445
+ "variant": "normal",
446
+ "weight": "500"
447
+ },
448
+ "fontSize": 24,
449
+ "lineHeight": 1.1,
450
+ "letterSpacing": 0,
451
+ "resizeOnEdit": true,
452
+ "direction": "ltr",
453
+ "strokeWidth": 0,
454
+ "strokeColor": "#000000",
455
+ "background": null,
456
+ "rotation": {
457
+ "value": 0,
458
+ "keyframes": []
459
+ }
460
+ },
461
+ "item-note-bar": {
462
+ "id": "item-note-bar",
463
+ "type": "text",
464
+ "startTicks": 560000,
465
+ "durationTicks": 560000,
466
+ "top": {
467
+ "value": 602,
468
+ "keyframes": []
469
+ },
470
+ "left": {
471
+ "value": 80,
472
+ "keyframes": []
473
+ },
474
+ "width": {
475
+ "value": 760,
476
+ "keyframes": []
477
+ },
478
+ "height": {
479
+ "value": 70,
480
+ "keyframes": []
481
+ },
482
+ "scaleX": {
483
+ "value": 1,
484
+ "keyframes": []
485
+ },
486
+ "scaleY": {
487
+ "value": 1,
488
+ "keyframes": []
489
+ },
490
+ "opacity": {
491
+ "value": 1,
492
+ "keyframes": []
493
+ },
494
+ "isDraggingInTimeline": false,
495
+ "text": "Use bar charts for side-by-side comparison.",
496
+ "color": "#cbd5e1",
497
+ "align": "left",
498
+ "fontFamily": "TikTok Sans",
499
+ "fontStyle": {
500
+ "variant": "normal",
501
+ "weight": "500"
502
+ },
503
+ "fontSize": 24,
504
+ "lineHeight": 1.1,
505
+ "letterSpacing": 0,
506
+ "resizeOnEdit": true,
507
+ "direction": "ltr",
508
+ "strokeWidth": 0,
509
+ "strokeColor": "#000000",
510
+ "background": null,
511
+ "rotation": {
512
+ "value": 0,
513
+ "keyframes": []
514
+ }
515
+ },
516
+ "item-note-pie": {
517
+ "id": "item-note-pie",
518
+ "type": "text",
519
+ "startTicks": 1120000,
520
+ "durationTicks": 560000,
521
+ "top": {
522
+ "value": 602,
523
+ "keyframes": []
524
+ },
525
+ "left": {
526
+ "value": 80,
527
+ "keyframes": []
528
+ },
529
+ "width": {
530
+ "value": 780,
531
+ "keyframes": []
532
+ },
533
+ "height": {
534
+ "value": 70,
535
+ "keyframes": []
536
+ },
537
+ "scaleX": {
538
+ "value": 1,
539
+ "keyframes": []
540
+ },
541
+ "scaleY": {
542
+ "value": 1,
543
+ "keyframes": []
544
+ },
545
+ "opacity": {
546
+ "value": 1,
547
+ "keyframes": []
548
+ },
549
+ "isDraggingInTimeline": false,
550
+ "text": "Use pie charts for share-of-total storytelling.",
551
+ "color": "#cbd5e1",
552
+ "align": "left",
553
+ "fontFamily": "TikTok Sans",
554
+ "fontStyle": {
555
+ "variant": "normal",
556
+ "weight": "500"
557
+ },
558
+ "fontSize": 24,
559
+ "lineHeight": 1.1,
560
+ "letterSpacing": 0,
561
+ "resizeOnEdit": true,
562
+ "direction": "ltr",
563
+ "strokeWidth": 0,
564
+ "strokeColor": "#000000",
565
+ "background": null,
566
+ "rotation": {
567
+ "value": 0,
568
+ "keyframes": []
569
+ }
570
+ },
571
+ "item-illustration": {
572
+ "id": "item-illustration",
573
+ "type": "illustration",
574
+ "startTicks": 0,
575
+ "durationTicks": 1680000,
576
+ "top": {
577
+ "value": 28,
578
+ "keyframes": []
579
+ },
580
+ "left": {
581
+ "value": 1040,
582
+ "keyframes": []
583
+ },
584
+ "width": {
585
+ "value": 160,
586
+ "keyframes": []
587
+ },
588
+ "height": {
589
+ "value": 160,
590
+ "keyframes": []
591
+ },
592
+ "scaleX": {
593
+ "value": 1,
594
+ "keyframes": []
595
+ },
596
+ "scaleY": {
597
+ "value": 1,
598
+ "keyframes": []
599
+ },
600
+ "opacity": {
601
+ "value": 1,
602
+ "keyframes": []
603
+ },
604
+ "isDraggingInTimeline": false,
605
+ "illustrationName": "IGrowthChart",
606
+ "color": "#38bdf8",
607
+ "keepAspectRatio": true,
608
+ "rotation": {
609
+ "value": 0,
610
+ "keyframes": []
611
+ }
612
+ },
613
+ "item-filter-bar": {
614
+ "id": "item-filter-bar",
615
+ "type": "filter",
616
+ "filterType": "verdant-glow",
617
+ "intensity": 1,
618
+ "startTicks": 560000,
619
+ "durationTicks": 560000,
620
+ "isDraggingInTimeline": false,
621
+ "params": {
622
+ "blend": 0.75
623
+ }
624
+ }
625
+ },
626
+ "transitions": {
627
+ "transition-line-bar": {
628
+ "id": "transition-line-bar",
629
+ "trackId": "track-charts",
630
+ "fromClipId": "item-chart-line",
631
+ "toClipId": "item-chart-bar",
632
+ "type": "slide",
633
+ "durationTicks": 64000,
634
+ "easing": "ease-in-out",
635
+ "params": {
636
+ "direction": "from-left"
637
+ }
638
+ },
639
+ "transition-bar-pie": {
640
+ "id": "transition-bar-pie",
641
+ "trackId": "track-charts",
642
+ "fromClipId": "item-chart-bar",
643
+ "toClipId": "item-chart-pie",
644
+ "type": "iris",
645
+ "durationTicks": 64000,
646
+ "easing": "ease-in-out"
647
+ }
648
+ },
649
+ "globalBackground": {
650
+ "type": "color",
651
+ "color": "#0f172a",
652
+ "gradient": "linear-gradient(135deg, #0f172a 0%, #1e293b 100%)"
653
+ }
654
+ }