来源信息
- 仓库
- Ntizar/MasterMind
- 最近来源活动
- 2026年9月5日 21:27
- 检测到的 SKILL.md 语言
- 西班牙语
- 星标
- 2
- 分支
- 0
安装方式
默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。
检查来源文件
决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。
正在显示 SKILL.md
SKILL.md
来源说明 · 只读预览- name
- ppt-master
- description
- Usa a generar PowerPoints PPTx con PPT-Master.
- version
- 2.0.0
- tags
- ["presentations","powerpoint","pptx","ppt-master","python","seguridad","ppts"]
- related_skills
- ["ppt-master","powerpoint","consulting-slide-rulebook"]
# PPT-Master — generación de presentaciones con estructura
> ⚠️ Corrección 2026-09-05 (auditoría): `pip install ppt-master` instala un paquete PyPI NO relacionado. La instalación correcta es clonar el repo y `pip install -r requirements.txt`.
**Repo:** `https://github.com/hugohe3/ppt-master` (Python, ~52K⭐).
## When to Use
- Cuando pidas **generar presentaciones PowerPoint (PPTX)** con estructura, diapositivas y temas consistentes.
## Uso
```bash
git clone https://github.com/hugohe3/ppt-master.git
cd ppt-master
pip install -r requirements.txt
```
*(NO `pip install ppt-master` — ese nombre es de un paquete PyPI distinto de generación de SVG.)*
## Pitfalls
- Instalación correcta = **clonar + `pip install -r requirements.txt`**, no `pip install ppt-master`.
- El nombre de PyPI colisiona con un paquete no relacionado — no confiar en el nombre del paquete.
## Verificación
- Producir un deck de prueba y abrir el `.pptx`; comprobar que las diapositivas/tema salen íntegros.
在 GitHub 查看