bfe3275e21
Constraint: Chinese users need localized plugin and skill descriptions while third-party sources must remain syncable from upstream. Rejected: Editing third-party generated files by hand | Sync would overwrite them and make localization drift from config. Rejected: One plugin per Three.js skill | Users should install one domain package while Codex can still select individual skills inside it. Confidence: high Scope-risk: moderate Directive: Keep plugin IDs and skill names in English kebab-case; put user-facing Chinese text in manifest fields, SKILL.md descriptions, or external-source overrides. Tested: Codex manual confirms duplicate skills are not merged; powershell sync_external_plugins.ps1 with proxy; python scripts\\validate_marketplace.py; validate_plugin.py for all plugins; codex plugin list local marketplace; codex plugin add/remove eapil-threejs. Not-tested: Codex Desktop visual refresh after pulling the updated remote marketplace.
40 lines
1.4 KiB
JSON
40 lines
1.4 KiB
JSON
{
|
|
"name": "eapil-pdf",
|
|
"version": "0.1.0",
|
|
"description": "EAPIL PDF 提供 PDF 提取、生成、合并、拆分、渲染和表单填写相关的 Codex 工作流。",
|
|
"author": {
|
|
"name": "EAPIL",
|
|
"url": "https://git.playones.com/arechen/EapilSkillMarket"
|
|
},
|
|
"homepage": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"repository": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"license": "Proprietary",
|
|
"keywords": [
|
|
"eapil",
|
|
"pdf",
|
|
"codex-skill"
|
|
],
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "EAPIL PDF",
|
|
"shortDescription": "PDF 处理、内容提取、文档生成和表单填写工作流。",
|
|
"longDescription": "EAPIL PDF 提供面向 PDF 文档的 Codex 工作流,覆盖文本和表格提取、PDF 生成、合并拆分、页面渲染、可填写表单处理以及中文/CJK 文档场景。",
|
|
"developerName": "EAPIL",
|
|
"category": "文档处理",
|
|
"capabilities": [
|
|
"Read",
|
|
"Write"
|
|
],
|
|
"defaultPrompt": [
|
|
"使用 EAPIL PDF 检查这个文档。",
|
|
"使用 EAPIL PDF 填写这个 PDF 表单。",
|
|
"使用 EAPIL PDF 提取这个 PDF 的表格。"
|
|
],
|
|
"websiteURL": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"privacyPolicyURL": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"termsOfServiceURL": "https://git.playones.com/arechen/EapilSkillMarket",
|
|
"brandColor": "#2563EB",
|
|
"screenshots": []
|
|
}
|
|
}
|