Hacker News new | ask | show | jobs
by albert_e 19 days ago
Do we have more details / documentation on this capability. Can we replicate the same using a generic agent skill with custom apps / harness.

I think I saw some library named pptxjs? in the thinking traces of Claude. Or was it this: https://www.npmjs.com/package/pptxgenjs

1 comments

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...

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