7 ms·
Anthropic released their PPTX skill[0] a while ago, the relies a bit on python and pptxgenjs, depending on the usecase: > Read/analyze content....python -m mar
by ssgodderidge 2mo ago
Anthropic released their PPTX skill[0] a while ago, the relies a bit on python and pptxgenjs, depending on the usecase:
> Read/analyze content....python -m markitdown presentation.pptx
> Edit or create from template....Read editing.md
> Create from scratch...Read pptxgenjs.md
[0] https://github.com/anthropics/skills/blob/main/skills/pptx/SKILL.md https://github.com/anthropics/skills/blob/main/skills/pptx/S...
- albert_e 2mo agoThanks -- will study and adopt this. Appreciate the pointer.