Files
sproutclaw-data/agent/skills-disabled/ppt-master/.claude-plugin/marketplace.json
shumengya 50edff80f5 feat: 导出 SproutClaw .sproutclaw 配置
包含 extensions、skills、prompts、settings、auth、models、mcp 等配置。
排除 node_modules、npm 缓存、sessions 等运行时数据。
2026-06-26 15:48:56 +08:00

45 lines
1.3 KiB
JSON

{
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "ppt-master",
"owner": {
"name": "Hugo He",
"email": "heyug3@gmail.com",
"url": "https://github.com/hugohe3"
},
"metadata": {
"description": "PPT Master skill — AI generates natively editable PPTX from any document",
"version": "2.7.0"
},
"plugins": [
{
"name": "ppt-master",
"source": {
"source": "git-subdir",
"url": "https://github.com/hugohe3/ppt-master.git",
"path": "skills"
},
"description": "Generate natively editable PPTX from PDF / DOCX / URL / Markdown — real DrawingML shapes, text boxes, charts, and animations. Note: run `pip install -r requirements.txt` inside the installed plugin directory for the Python post-processing scripts to work.",
"author": {
"name": "Hugo He",
"email": "heyug3@gmail.com",
"url": "https://www.hehugo.com/"
},
"homepage": "https://github.com/hugohe3/ppt-master",
"repository": "https://github.com/hugohe3/ppt-master",
"license": "MIT",
"category": "productivity",
"keywords": [
"pptx",
"presentation",
"powerpoint",
"svg",
"drawingml",
"ai",
"skill",
"office",
"document-conversion"
]
}
]
}