Files
EapilSkillMarket/plugins/codex/plugins/frontend-slides/.codex-plugin/plugin.json
T
KeyInfo Bot 93eeb27a5c Align marketplace categories with Codex taxonomy
Constraint: Keep one EAPIL marketplace while using official Codex category metadata and stable plugin IDs.

Rejected: One marketplace per category | Codex groups the UI by marketplace source, which would require users to add multiple markets and change install selectors.

Confidence: high

Scope-risk: moderate

Directive: Keep localized plugins in the same functional category and distinguish them with a language suffix such as -zh.

Tested: Marketplace validation, all manifest/category consistency checks, KeyInfo market tests, frontend lint and production build.
2026-07-14 10:48:25 +08:00

41 lines
1.5 KiB
JSON

{
"name": "frontend-slides",
"version": "0.1.0",
"description": "用于创建零依赖、动画丰富、固定 16:9 舞台的 HTML 演示文稿,并支持从 PPT/PPTX 转换为网页 slides。",
"author": {
"name": "zarazhangrui",
"url": "https://github.com/zarazhangrui"
},
"homepage": "https://github.com/zarazhangrui/frontend-slides",
"repository": "https://github.com/zarazhangrui/frontend-slides",
"license": "MIT",
"keywords": [
"frontend-slides",
"presentation",
"slides",
"html",
"pptx"
],
"skills": "./skills/",
"interface": {
"displayName": "Frontend Slides",
"shortDescription": "创建动画丰富、固定 16:9 舞台的 HTML 演示文稿。",
"longDescription": "Frontend Slides 用于从零创建零依赖 HTML slides,或将 PowerPoint 文件转换为网页演示文稿。它强调固定 1920×1080 舞台、鲜明视觉风格、动画表现和模板化审美探索,适合演讲、路演、分享和网页化展示。",
"developerName": "zarazhangrui",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用 Frontend Slides 帮我制作一份网页演示文稿。",
"使用 Frontend Slides 帮我把 PPT/PPTX 转成 HTML slides。"
],
"websiteURL": "https://github.com/zarazhangrui/frontend-slides",
"privacyPolicyURL": "https://github.com/zarazhangrui/frontend-slides",
"termsOfServiceURL": "https://github.com/zarazhangrui/frontend-slides",
"brandColor": "#2563EB",
"screenshots": []
}
}