open-design/plugins/_official/examples/frame-logo-outro/open-design.json

92 lines
2.5 KiB
JSON

{
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
"specVersion": "1.0.0",
"name": "example-frame-logo-outro",
"title": "Logo Outro Frame",
"version": "0.1.0",
"description": "Segmented logo assembly, glow bloom, and tagline reveal for video outros or brand closing frames.",
"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-logo-outro",
"tags": [
"example",
"first-party",
"video",
"logo",
"outro",
"branding",
"end-card",
"frame"
],
"compat": {
"agentSkills": [
{
"path": "./SKILL.md"
}
]
},
"od": {
"kind": "scenario",
"taskKind": "new-generation",
"mode": "video",
"scenario": "video",
"surface": "video",
"featured": 0.16,
"preview": {
"type": "html",
"entry": "./example.html"
},
"useCase": {
"query": {
"en": "Use the Logo Outro Frame template to turn my content into a video outro or brand closing frame with segmented logo assembly, glow bloom, and tagline reveal. Preserve the template's visual signature, use real content and data, and avoid lorem ipsum or placeholder images.",
"zh-CN": "用「品牌 Logo 收尾帧」模板把我的内容做成一段「Logo 分块组装入场 + glow bloom + tagline 揭示, 适合视频片尾 / 品牌闭幕」。保持模板的视觉签名,使用真实内容和数据,避免 lorem ipsum 和占位图片。"
},
"exampleOutputs": [
{
"path": "./example.html",
"title": "Logo Outro Frame",
"title_i18n": {
"en": "Logo Outro Frame",
"zh-CN": "品牌 Logo 收尾帧"
}
}
]
},
"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": "Logo Outro Frame",
"zh-CN": "品牌 Logo 收尾帧"
},
"description_i18n": {
"en": "Segmented logo assembly, glow bloom, and tagline reveal for video outros or brand closing frames.",
"zh-CN": "Logo 分块组装入场 + glow bloom + tagline 揭示, 适合视频片尾 / 品牌闭幕"
}
}