First Commit: research-paper-presenter skill for hermes!

This commit is contained in:
2026-06-19 21:47:51 +01:00
commit 661ad32394
5 changed files with 770 additions and 0 deletions
@@ -0,0 +1,7 @@
# Python deps for the research-paper-presenter skill
odfpy>=1.4.1 # native .odp generation (LibreOffice Impress)
PyMuPDF>=1.24 # PDF text + figure extraction (imported as: fitz)
openai>=1.40 # gpt-image-2 image generation (API fallback path)
# System (Ubuntu): LibreOffice is only needed for the optional PDF preview:
# sudo apt-get install -y libreoffice-impress