mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
93 lines
2.4 KiB
JSON
93 lines
2.4 KiB
JSON
{
|
|
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
|
|
"specVersion": "1.0.0",
|
|
"name": "example-card-xiaohongshu",
|
|
"title": "Xiaohongshu Card",
|
|
"version": "0.1.0",
|
|
"description": "Xiaohongshu-style knowledge cards, arranged as a swipeable multi-card carousel.",
|
|
"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/card-xiaohongshu",
|
|
"tags": [
|
|
"example",
|
|
"first-party",
|
|
"prototype",
|
|
"marketing",
|
|
"web",
|
|
"desktop",
|
|
"xhs",
|
|
"untitled",
|
|
"carousel"
|
|
],
|
|
"compat": {
|
|
"agentSkills": [
|
|
{
|
|
"path": "./SKILL.md"
|
|
}
|
|
]
|
|
},
|
|
"od": {
|
|
"kind": "scenario",
|
|
"taskKind": "new-generation",
|
|
"mode": "prototype",
|
|
"platform": "desktop",
|
|
"scenario": "marketing",
|
|
"surface": "web",
|
|
"preview": {
|
|
"type": "html",
|
|
"entry": "./example.html"
|
|
},
|
|
"useCase": {
|
|
"query": {
|
|
"en": "Use the Xiaohongshu Card template to turn my content into a Xiaohongshu-style swipeable knowledge-card carousel. Preserve the template's visual signature, use real content and data, and avoid lorem ipsum or placeholder images.",
|
|
"zh-CN": "用「小红书图文卡片」模板把我的内容做成一份「小红书风格知识卡片, 多张联排可滑动浏览」。保持模板的视觉签名,使用真实内容和数据,避免 lorem ipsum 和占位图片。"
|
|
},
|
|
"exampleOutputs": [
|
|
{
|
|
"path": "./example.html",
|
|
"title": "Xiaohongshu Card",
|
|
"title_i18n": {
|
|
"en": "Xiaohongshu Card",
|
|
"zh-CN": "小红书图文卡片"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"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": "Xiaohongshu Card",
|
|
"zh-CN": "小红书图文卡片"
|
|
},
|
|
"description_i18n": {
|
|
"en": "Xiaohongshu-style knowledge cards, arranged as a swipeable multi-card carousel.",
|
|
"zh-CN": "小红书风格知识卡片, 多张联排可滑动浏览"
|
|
}
|
|
}
|