mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
92 lines
2.6 KiB
JSON
92 lines
2.6 KiB
JSON
{
|
|
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
|
|
"specVersion": "1.0.0",
|
|
"name": "example-frame-liquid-bg-hero",
|
|
"title": "Liquid Background Hero",
|
|
"version": "0.1.0",
|
|
"description": "WebGL-style fluid displacement background with a quote overlay, suited to video intros, landing heroes, or posters.",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Open Design",
|
|
"url": "https://github.com/nexu-io"
|
|
},
|
|
"homepage": "https://github.com/nexu-io/open-design/tree/main/plugins/_official/examples/frame-liquid-bg-hero",
|
|
"tags": [
|
|
"example",
|
|
"first-party",
|
|
"video",
|
|
"liquid",
|
|
"fluid",
|
|
"background",
|
|
"hero",
|
|
"html-in-canvas",
|
|
"vfx"
|
|
],
|
|
"compat": {
|
|
"agentSkills": [
|
|
{
|
|
"path": "./SKILL.md"
|
|
}
|
|
]
|
|
},
|
|
"od": {
|
|
"kind": "scenario",
|
|
"taskKind": "new-generation",
|
|
"mode": "video",
|
|
"scenario": "video",
|
|
"surface": "video",
|
|
"preview": {
|
|
"type": "html",
|
|
"entry": "./example.html"
|
|
},
|
|
"useCase": {
|
|
"query": {
|
|
"en": "Use the Liquid Background Hero template to turn my content into a WebGL-style fluid displacement background with a quote overlay for a video intro, landing hero, or poster. Preserve the template's visual signature, use real content and data, and avoid lorem ipsum or placeholder images.",
|
|
"zh-CN": "用「流体背景 Hero 帧」模板把我的内容做成一段「WebGL 风流体置换背景 + 顶部叠加金句, 适合视频片头 / landing hero / 海报」。保持模板的视觉签名,使用真实内容和数据,避免 lorem ipsum 和占位图片。"
|
|
},
|
|
"exampleOutputs": [
|
|
{
|
|
"path": "./example.html",
|
|
"title": "Liquid Background Hero",
|
|
"title_i18n": {
|
|
"en": "Liquid Background Hero",
|
|
"zh-CN": "流体背景 Hero 帧"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"context": {
|
|
"skills": [
|
|
{
|
|
"path": "./SKILL.md"
|
|
}
|
|
],
|
|
"assets": [
|
|
"./example.html"
|
|
]
|
|
},
|
|
"pipeline": {
|
|
"stages": [
|
|
{
|
|
"id": "generate",
|
|
"atoms": [
|
|
"file-write",
|
|
"live-artifact"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"capabilities": [
|
|
"prompt:inject",
|
|
"fs:write"
|
|
]
|
|
},
|
|
"title_i18n": {
|
|
"en": "Liquid Background Hero",
|
|
"zh-CN": "流体背景 Hero 帧"
|
|
},
|
|
"description_i18n": {
|
|
"en": "WebGL-style fluid displacement background with a quote overlay, suited to video intros, landing heroes, or posters.",
|
|
"zh-CN": "WebGL 风流体置换背景 + 顶部叠加金句, 适合视频片头 / landing hero / 海报"
|
|
}
|
|
}
|