Hacker News new | ask | show | jobs
by ssgodderidge 18 days 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/S...

1 comments

Thanks -- will study and adopt this. Appreciate the pointer.