Files
wehub-resource-sync 070959e133
landing-page-staging / Deploy landing page to staging (push) Has been skipped
landing-page-ci / Validate landing page (push) Failing after 4s
visual-baseline / Capture visual baselines (push) Has been cancelled
bake-plugin-previews / Bake plugin previews (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:00:47 +08:00

113 lines
4.0 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$schema": "https://open-design.ai/schemas/plugin.v1.json",
"specVersion": "1.0.0",
"name": "design-system-intercom",
"title": "Intercom",
"title_i18n": {
"zh-CN": "Intercom",
"zh-TW": "Intercom",
"ja": "Intercom",
"ko": "Intercom",
"de": "Intercom",
"fr": "Intercom",
"ru": "Intercom",
"es": "Intercom",
"pt-BR": "Intercom",
"it": "Intercom",
"vi": "Intercom",
"pl": "Intercom",
"id": "Intercom",
"nl": "Intercom",
"ar": "Intercom",
"tr": "Intercom",
"uk": "Intercom",
"en": "Intercom"
},
"version": "0.1.0",
"description": "Customer messaging. Friendly blue palette, conversational UI patterns.",
"description_i18n": {
"zh-CN": "客户消息传递。友好的蓝色调色板,对话式 UI 模式。",
"zh-TW": "客戶訊息傳遞。友善的藍色調色盤,對話式 UI 模式。",
"ja": "カスタマーメッセージング。フレンドリーなブルーパレット、会話型UIパターン。",
"ko": "고객 메시징. 친근한 블루 팔레트, 대화형 UI 패턴.",
"de": "Kundenkommunikation. Freundliche blaue Farbpalette, konversationelle UI-Muster.",
"fr": "Messagerie client. Palette bleue conviviale, motifs d'interface conversationnelle.",
"ru": "Обмен сообщениями с клиентами. Дружелюбная синяя палитра, разговорные UI-паттерны.",
"es": "Mensajería con clientes. Paleta azul amigable, patrones de UI conversacional.",
"pt-BR": "Mensagens com clientes. Paleta azul amigável, padrões de UI conversacional.",
"it": "Messaggistica clienti. Palette blu amichevole, pattern UI conversazionali.",
"vi": "Nhắn tin khách hàng. Bảng màu xanh thân thiện, mẫu UI đối thoại.",
"pl": "Wiadomości z klientami. Przyjazna niebieska paleta, konwersacyjne wzorce UI.",
"id": "Pesan pelanggan. Palet biru ramah, pola UI percakapan.",
"nl": "Klantcommunicatie. Vriendelijk blauw palet, conversationele UI-patronen.",
"ar": "رسائل العملاء. لوحة ألوان زرقاء ودية، أنماط UI حوارية.",
"tr": "Müşteri mesajlaşması. Arkadaş canlısı mavi palet, konuşma tarzı UI desenleri.",
"uk": "Обмін повідомленнями з клієнтами. Дружня синя палітра, розмовні UI-патерни.",
"en": "Customer messaging. Friendly blue palette, conversational UI patterns."
},
"license": "MIT",
"tags": [
"design-system",
"first-party",
"design",
"productivity-saas"
],
"od": {
"kind": "scenario",
"taskKind": "new-generation",
"mode": "design-system",
"scenario": "design",
"surface": "web",
"useCase": {
"query": {
"en": "Generate a {{artifactKind}} using the Intercom design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md.",
"zh-CN": "使用这个插件完成以下任务:Generate a {{artifactKind}} using the Intercom design system. Stay faithful to its colour palette, typography, spacing, iconography, and component vocabulary as documented in DESIGN.md."
}
},
"inputs": [
{
"name": "artifactKind",
"label": "Artifact kind",
"type": "select",
"options": [
"landing page",
"dashboard",
"marketing site",
"app screen"
],
"default": "landing page"
},
{
"name": "brief",
"label": "Brief",
"type": "text",
"placeholder": "What should the page communicate?"
}
],
"context": {
"designSystem": {
"ref": "intercom",
"primary": true
},
"assets": [
"./DESIGN.md"
]
},
"pipeline": {
"stages": [
{
"id": "generate",
"atoms": [
"file-write",
"live-artifact"
]
}
]
},
"capabilities": [
"prompt:inject",
"fs:write"
]
}
}