| 1 | { |
| 2 | "$schema": "https://json.schemastore.org/claude-code-marketplace.json", |
| 3 | "name": "ppt-master", |
| 4 | "owner": { |
| 5 | "name": "Hugo He", |
| 6 | "email": "heyug3@gmail.com", |
| 7 | "url": "https://github.com/hugohe3" |
| 8 | }, |
| 9 | "metadata": { |
| 10 | "description": "PPT Master skill — AI generates natively editable PPTX from any document", |
| 11 | "version": "4.4.0" |
| 12 | }, |
| 13 | "plugins": [ |
| 14 | { |
| 15 | "name": "ppt-master", |
| 16 | "source": { |
| 17 | "source": "git-subdir", |
| 18 | "url": "https://github.com/hugohe3/ppt-master.git", |
| 19 | "path": "skills" |
| 20 | }, |
| 21 | "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.", |
| 22 | "author": { |
| 23 | "name": "Hugo He", |
| 24 | "email": "heyug3@gmail.com", |
| 25 | "url": "https://www.hehugo.com/" |
| 26 | }, |
| 27 | "homepage": "https://github.com/hugohe3/ppt-master", |
| 28 | "repository": "https://github.com/hugohe3/ppt-master", |
| 29 | "license": "MIT", |
| 30 | "category": "productivity", |
| 31 | "keywords": [ |
| 32 | "pptx", |
| 33 | "presentation", |
| 34 | "powerpoint", |
| 35 | "svg", |
| 36 | "drawingml", |
| 37 | "ai", |
| 38 | "skill", |
| 39 | "office", |
| 40 | "document-conversion" |
| 41 | ] |
| 42 | } |
| 43 | ] |
| 44 | } |
| 45 |