Files
EapilSkillMarket/plugins/codex/plugins/html-ppt/.codex-plugin/plugin.json
T
KeyInfo Bot 9d6c8cded3 Separate Chinese display from plugin selector
Keep the installable plugin selector ASCII while restoring the Chinese user-facing display name for the patent drafting skill.\n\nConstraint: Codex marketplace entry name is the install selector and must remain ASCII kebab-case.\nRejected: Put Chinese in marketplace.json name | Codex list/add skips or fails to resolve that selector.\nConfidence: high\nScope-risk: narrow\nDirective: Use interface.displayName for Chinese aliases; never put localized text in plugin ids, directories, manifest name, or marketplace entry name.\nTested: python scripts/validate_marketplace.py; python /Users/eapil/.codex/skills/.system/plugin-creator/scripts/validate_plugin.py plugins/codex/plugins/patent-application-drafting-skill; temporary CODEX_HOME marketplace list and plugin add smoke test\nNot-tested: Interactive in-chat skill invocation was not rerun for this display-only change
2026-06-12 14:54:38 +08:00

41 lines
1.5 KiB
JSON

{
"name": "html-ppt",
"version": "0.1.0",
"description": "HTML PPT Studio,用模板、主题、布局和动画创作专业静态 HTML 演示文稿、小红书图文和多页分享稿。",
"author": {
"name": "lewislulu",
"url": "https://github.com/lewislulu"
},
"homepage": "https://github.com/lewislulu/html-ppt-skill",
"repository": "https://github.com/lewislulu/html-ppt-skill",
"license": "MIT",
"keywords": [
"html-ppt",
"presentation",
"slides",
"templates",
"animations"
],
"skills": "./skills/",
"interface": {
"displayName": "HTML PPT Studio",
"shortDescription": "用主题、布局和动画模板创作专业 HTML 演示文稿。",
"longDescription": "HTML PPT Studio 提供多套主题、完整 deck 模板、单页布局、CSS/Canvas 动画、演讲者模式和导出脚本,用于生成演示文稿、技术分享、路演稿、小红书图文和静态 HTML slides。",
"developerName": "lewislulu",
"category": "文档处理",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用 HTML PPT Studio 帮我制作一份演示文稿。",
"使用 HTML PPT Studio 帮我生成带演讲者备注的 HTML slides。"
],
"websiteURL": "https://github.com/lewislulu/html-ppt-skill",
"privacyPolicyURL": "https://github.com/lewislulu/html-ppt-skill",
"termsOfServiceURL": "https://github.com/lewislulu/html-ppt-skill",
"brandColor": "#0F766E",
"screenshots": []
}
}