@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,538 @@
1
+ {
2
+ "compositionWidth": 1280,
3
+ "compositionHeight": 720,
4
+ "timebaseTicksPerSecond": 240000,
5
+ "outputRatio": "16:9",
6
+ "tracks": [
7
+ {
8
+ "id": "track-media",
9
+ "hidden": false,
10
+ "muted": false,
11
+ "items": [
12
+ "item-image-1",
13
+ "item-image-2",
14
+ "item-image-3"
15
+ ]
16
+ },
17
+ {
18
+ "id": "track-overlay",
19
+ "hidden": false,
20
+ "muted": false,
21
+ "items": [
22
+ "item-title",
23
+ "item-label-1",
24
+ "item-label-2",
25
+ "item-label-3"
26
+ ]
27
+ },
28
+ {
29
+ "id": "track-fx",
30
+ "hidden": false,
31
+ "muted": false,
32
+ "items": [
33
+ "item-filter-mid"
34
+ ]
35
+ }
36
+ ],
37
+ "assets": {
38
+ "asset-gallery-1": {
39
+ "id": "asset-gallery-1",
40
+ "type": "image",
41
+ "filename": "gallery-1.png",
42
+ "size": 0,
43
+ "remoteUrl": "https://r.indream.ai/system/presets/154c197a-92c3-4bef-8560-4b9b70688a57.png",
44
+ "remoteKey": null,
45
+ "mimeType": "image/png",
46
+ "width": 1024,
47
+ "height": 1024
48
+ },
49
+ "asset-gallery-2": {
50
+ "id": "asset-gallery-2",
51
+ "type": "image",
52
+ "filename": "gallery-2.png",
53
+ "size": 0,
54
+ "remoteUrl": "https://r.indream.ai/system/presets/c1a286f5-a2f9-4fd4-92e5-cbb92585bed6.png",
55
+ "remoteKey": null,
56
+ "mimeType": "image/png",
57
+ "width": 1024,
58
+ "height": 1024
59
+ },
60
+ "asset-gallery-3": {
61
+ "id": "asset-gallery-3",
62
+ "type": "image",
63
+ "filename": "gallery-3.png",
64
+ "size": 0,
65
+ "remoteUrl": "https://r.indream.ai/system/presets/d6f6de7b-2c38-4f9c-82d5-79adac647911.png",
66
+ "remoteKey": null,
67
+ "mimeType": "image/png",
68
+ "width": 1024,
69
+ "height": 1024
70
+ }
71
+ },
72
+ "items": {
73
+ "item-image-1": {
74
+ "id": "item-image-1",
75
+ "type": "image",
76
+ "startTicks": 0,
77
+ "durationTicks": 480000,
78
+ "top": {
79
+ "value": 0,
80
+ "keyframes": []
81
+ },
82
+ "left": {
83
+ "value": 0,
84
+ "keyframes": []
85
+ },
86
+ "width": {
87
+ "value": 1280,
88
+ "keyframes": []
89
+ },
90
+ "height": {
91
+ "value": 720,
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
+ "assetId": "asset-gallery-1",
108
+ "keepAspectRatio": true,
109
+ "borderRadius": {
110
+ "value": 0,
111
+ "keyframes": []
112
+ },
113
+ "rotation": {
114
+ "value": 0,
115
+ "keyframes": []
116
+ },
117
+ "cropLeft": {
118
+ "value": 0,
119
+ "keyframes": []
120
+ },
121
+ "cropTop": {
122
+ "value": 0,
123
+ "keyframes": []
124
+ },
125
+ "cropRight": {
126
+ "value": 0,
127
+ "keyframes": []
128
+ },
129
+ "cropBottom": {
130
+ "value": 0,
131
+ "keyframes": []
132
+ },
133
+ "animations": {
134
+ "in": {
135
+ "type": "zoom-in",
136
+ "durationTicks": 96000,
137
+ "easing": "ease-out"
138
+ }
139
+ }
140
+ },
141
+ "item-image-2": {
142
+ "id": "item-image-2",
143
+ "type": "image",
144
+ "startTicks": 480000,
145
+ "durationTicks": 480000,
146
+ "top": {
147
+ "value": 0,
148
+ "keyframes": []
149
+ },
150
+ "left": {
151
+ "value": 0,
152
+ "keyframes": []
153
+ },
154
+ "width": {
155
+ "value": 1280,
156
+ "keyframes": []
157
+ },
158
+ "height": {
159
+ "value": 720,
160
+ "keyframes": []
161
+ },
162
+ "scaleX": {
163
+ "value": 1,
164
+ "keyframes": []
165
+ },
166
+ "scaleY": {
167
+ "value": 1,
168
+ "keyframes": []
169
+ },
170
+ "opacity": {
171
+ "value": 1,
172
+ "keyframes": []
173
+ },
174
+ "isDraggingInTimeline": false,
175
+ "assetId": "asset-gallery-2",
176
+ "keepAspectRatio": true,
177
+ "borderRadius": {
178
+ "value": 0,
179
+ "keyframes": []
180
+ },
181
+ "rotation": {
182
+ "value": 0,
183
+ "keyframes": []
184
+ },
185
+ "cropLeft": {
186
+ "value": 0,
187
+ "keyframes": []
188
+ },
189
+ "cropTop": {
190
+ "value": 0,
191
+ "keyframes": []
192
+ },
193
+ "cropRight": {
194
+ "value": 0,
195
+ "keyframes": []
196
+ },
197
+ "cropBottom": {
198
+ "value": 0,
199
+ "keyframes": []
200
+ }
201
+ },
202
+ "item-image-3": {
203
+ "id": "item-image-3",
204
+ "type": "image",
205
+ "startTicks": 960000,
206
+ "durationTicks": 480000,
207
+ "top": {
208
+ "value": 0,
209
+ "keyframes": []
210
+ },
211
+ "left": {
212
+ "value": 0,
213
+ "keyframes": []
214
+ },
215
+ "width": {
216
+ "value": 1280,
217
+ "keyframes": []
218
+ },
219
+ "height": {
220
+ "value": 720,
221
+ "keyframes": []
222
+ },
223
+ "scaleX": {
224
+ "value": 1,
225
+ "keyframes": []
226
+ },
227
+ "scaleY": {
228
+ "value": 1,
229
+ "keyframes": []
230
+ },
231
+ "opacity": {
232
+ "value": 1,
233
+ "keyframes": []
234
+ },
235
+ "isDraggingInTimeline": false,
236
+ "assetId": "asset-gallery-3",
237
+ "keepAspectRatio": true,
238
+ "borderRadius": {
239
+ "value": 0,
240
+ "keyframes": []
241
+ },
242
+ "rotation": {
243
+ "value": 0,
244
+ "keyframes": []
245
+ },
246
+ "cropLeft": {
247
+ "value": 0,
248
+ "keyframes": []
249
+ },
250
+ "cropTop": {
251
+ "value": 0,
252
+ "keyframes": []
253
+ },
254
+ "cropRight": {
255
+ "value": 0,
256
+ "keyframes": []
257
+ },
258
+ "cropBottom": {
259
+ "value": 0,
260
+ "keyframes": []
261
+ },
262
+ "animations": {
263
+ "out": {
264
+ "type": "slide-left",
265
+ "durationTicks": 96000,
266
+ "easing": "ease-in"
267
+ }
268
+ }
269
+ },
270
+ "item-title": {
271
+ "id": "item-title",
272
+ "type": "text",
273
+ "startTicks": 0,
274
+ "durationTicks": 1440000,
275
+ "top": {
276
+ "value": 44,
277
+ "keyframes": []
278
+ },
279
+ "left": {
280
+ "value": 80,
281
+ "keyframes": []
282
+ },
283
+ "width": {
284
+ "value": 1120,
285
+ "keyframes": []
286
+ },
287
+ "height": {
288
+ "value": 100,
289
+ "keyframes": []
290
+ },
291
+ "scaleX": {
292
+ "value": 1,
293
+ "keyframes": []
294
+ },
295
+ "scaleY": {
296
+ "value": 1,
297
+ "keyframes": []
298
+ },
299
+ "opacity": {
300
+ "value": 1,
301
+ "keyframes": []
302
+ },
303
+ "isDraggingInTimeline": false,
304
+ "text": "Gallery Carousel",
305
+ "color": "#ffffff",
306
+ "align": "left",
307
+ "fontFamily": "TikTok Sans",
308
+ "fontStyle": {
309
+ "variant": "normal",
310
+ "weight": "700"
311
+ },
312
+ "fontSize": 66,
313
+ "lineHeight": 1.1,
314
+ "letterSpacing": 0,
315
+ "resizeOnEdit": true,
316
+ "direction": "ltr",
317
+ "strokeWidth": 0,
318
+ "strokeColor": "#000000",
319
+ "background": null,
320
+ "rotation": {
321
+ "value": 0,
322
+ "keyframes": []
323
+ }
324
+ },
325
+ "item-label-1": {
326
+ "id": "item-label-1",
327
+ "type": "text",
328
+ "startTicks": 0,
329
+ "durationTicks": 480000,
330
+ "top": {
331
+ "value": 620,
332
+ "keyframes": []
333
+ },
334
+ "left": {
335
+ "value": 80,
336
+ "keyframes": []
337
+ },
338
+ "width": {
339
+ "value": 520,
340
+ "keyframes": []
341
+ },
342
+ "height": {
343
+ "value": 70,
344
+ "keyframes": []
345
+ },
346
+ "scaleX": {
347
+ "value": 1,
348
+ "keyframes": []
349
+ },
350
+ "scaleY": {
351
+ "value": 1,
352
+ "keyframes": []
353
+ },
354
+ "opacity": {
355
+ "value": 1,
356
+ "keyframes": []
357
+ },
358
+ "isDraggingInTimeline": false,
359
+ "text": "Scene 01 Coastal Color",
360
+ "color": "#ffffff",
361
+ "align": "left",
362
+ "fontFamily": "TikTok Sans",
363
+ "fontStyle": {
364
+ "variant": "normal",
365
+ "weight": "600"
366
+ },
367
+ "fontSize": 28,
368
+ "lineHeight": 1.1,
369
+ "letterSpacing": 0,
370
+ "resizeOnEdit": true,
371
+ "direction": "ltr",
372
+ "strokeWidth": 0,
373
+ "strokeColor": "#000000",
374
+ "background": {
375
+ "color": "#00000088",
376
+ "horizontalPadding": 16,
377
+ "borderRadius": 18
378
+ },
379
+ "rotation": {
380
+ "value": 0,
381
+ "keyframes": []
382
+ }
383
+ },
384
+ "item-label-2": {
385
+ "id": "item-label-2",
386
+ "type": "text",
387
+ "startTicks": 480000,
388
+ "durationTicks": 480000,
389
+ "top": {
390
+ "value": 620,
391
+ "keyframes": []
392
+ },
393
+ "left": {
394
+ "value": 80,
395
+ "keyframes": []
396
+ },
397
+ "width": {
398
+ "value": 520,
399
+ "keyframes": []
400
+ },
401
+ "height": {
402
+ "value": 70,
403
+ "keyframes": []
404
+ },
405
+ "scaleX": {
406
+ "value": 1,
407
+ "keyframes": []
408
+ },
409
+ "scaleY": {
410
+ "value": 1,
411
+ "keyframes": []
412
+ },
413
+ "opacity": {
414
+ "value": 1,
415
+ "keyframes": []
416
+ },
417
+ "isDraggingInTimeline": false,
418
+ "text": "Scene 02 Filter Window",
419
+ "color": "#ffffff",
420
+ "align": "left",
421
+ "fontFamily": "TikTok Sans",
422
+ "fontStyle": {
423
+ "variant": "normal",
424
+ "weight": "600"
425
+ },
426
+ "fontSize": 28,
427
+ "lineHeight": 1.1,
428
+ "letterSpacing": 0,
429
+ "resizeOnEdit": true,
430
+ "direction": "ltr",
431
+ "strokeWidth": 0,
432
+ "strokeColor": "#000000",
433
+ "background": {
434
+ "color": "#00000088",
435
+ "horizontalPadding": 16,
436
+ "borderRadius": 18
437
+ },
438
+ "rotation": {
439
+ "value": 0,
440
+ "keyframes": []
441
+ }
442
+ },
443
+ "item-label-3": {
444
+ "id": "item-label-3",
445
+ "type": "text",
446
+ "startTicks": 960000,
447
+ "durationTicks": 480000,
448
+ "top": {
449
+ "value": 620,
450
+ "keyframes": []
451
+ },
452
+ "left": {
453
+ "value": 80,
454
+ "keyframes": []
455
+ },
456
+ "width": {
457
+ "value": 560,
458
+ "keyframes": []
459
+ },
460
+ "height": {
461
+ "value": 70,
462
+ "keyframes": []
463
+ },
464
+ "scaleX": {
465
+ "value": 1,
466
+ "keyframes": []
467
+ },
468
+ "scaleY": {
469
+ "value": 1,
470
+ "keyframes": []
471
+ },
472
+ "opacity": {
473
+ "value": 1,
474
+ "keyframes": []
475
+ },
476
+ "isDraggingInTimeline": false,
477
+ "text": "Scene 03 Wipe Transition",
478
+ "color": "#ffffff",
479
+ "align": "left",
480
+ "fontFamily": "TikTok Sans",
481
+ "fontStyle": {
482
+ "variant": "normal",
483
+ "weight": "600"
484
+ },
485
+ "fontSize": 28,
486
+ "lineHeight": 1.1,
487
+ "letterSpacing": 0,
488
+ "resizeOnEdit": true,
489
+ "direction": "ltr",
490
+ "strokeWidth": 0,
491
+ "strokeColor": "#000000",
492
+ "background": {
493
+ "color": "#00000088",
494
+ "horizontalPadding": 16,
495
+ "borderRadius": 18
496
+ },
497
+ "rotation": {
498
+ "value": 0,
499
+ "keyframes": []
500
+ }
501
+ },
502
+ "item-filter-mid": {
503
+ "id": "item-filter-mid",
504
+ "type": "filter",
505
+ "filterType": "cyberpunk-neon",
506
+ "intensity": 1,
507
+ "startTicks": 480000,
508
+ "durationTicks": 480000,
509
+ "isDraggingInTimeline": false,
510
+ "params": {
511
+ "blend": 0.9
512
+ }
513
+ }
514
+ },
515
+ "transitions": {
516
+ "transition-1": {
517
+ "id": "transition-1",
518
+ "trackId": "track-media",
519
+ "fromClipId": "item-image-1",
520
+ "toClipId": "item-image-2",
521
+ "type": "fade",
522
+ "durationTicks": 64000,
523
+ "easing": "ease-in-out"
524
+ },
525
+ "transition-2": {
526
+ "id": "transition-2",
527
+ "trackId": "track-media",
528
+ "fromClipId": "item-image-2",
529
+ "toClipId": "item-image-3",
530
+ "type": "wipe",
531
+ "durationTicks": 64000,
532
+ "easing": "ease-in-out",
533
+ "params": {
534
+ "direction": "from-right"
535
+ }
536
+ }
537
+ }
538
+ }