Files
EapilSkillMarket/plugins/codex/plugins/guizang-ppt-skill/.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": "guizang-ppt-skill",
"version": "0.1.0",
"description": "用于生成横向翻页的单文件 HTML 网页 PPT,提供电子杂志风和瑞士国际主义两类高质感视觉模板。",
"author": {
"name": "歸藏",
"url": "https://github.com/op7418"
},
"homepage": "https://github.com/op7418/guizang-ppt-skill",
"repository": "https://github.com/op7418/guizang-ppt-skill",
"license": "MIT",
"keywords": [
"ppt",
"slides",
"html",
"web-ppt",
"swiss-style"
],
"skills": "./skills/",
"interface": {
"displayName": "Guizang PPT Skill",
"shortDescription": "生成杂志风或瑞士风的横向翻页网页 PPT。",
"longDescription": "Guizang PPT Skill 用于生成单文件 HTML 横向翻页演示文稿,内置电子杂志风和瑞士国际主义两套视觉路线,适合分享、发布会、Demo Day、行业观察和需要强视觉风格的网页 PPT。",
"developerName": "歸藏",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"使用 Guizang PPT Skill 帮我制作一份网页 PPT。",
"使用 Guizang PPT Skill 帮我做一份瑞士风演示文稿。"
],
"websiteURL": "https://github.com/op7418/guizang-ppt-skill",
"privacyPolicyURL": "https://github.com/op7418/guizang-ppt-skill",
"termsOfServiceURL": "https://github.com/op7418/guizang-ppt-skill",
"brandColor": "#F97316",
"screenshots": []
}
}