Convert research paper PDFs into literature-report PPTX decks using a fully offline workflow (extract text/figures, map captions, summarize findings, and generate slides). Use when you need to turn a PDF into a presentation deck, especially for scientific articles with figures and tables.
60
72%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./scientific-skills/Other/pdf-to-ppt-pack/SKILL.mdscripts/validate_skill.py.Python: 3.10+. Repository baseline for current packaged skills.python-pptx: >=0.6.21. Declared in ppt/requirements.txt.lxml: >=4.9.0. Declared in ppt/requirements.txt.cd "20260316/scientific-skills/Others/pdf-to-ppt-pack"
python -m py_compile scripts/validate_skill.py
python scripts/validate_skill.py --helpExample run plan:
CONFIG block or documented parameters if the script uses fixed settings.python scripts/validate_skill.py with the validated inputs.scripts/validate_skill.py.Run this minimal command first to verify the supported execution path:
python scripts/validate_skill.py --helptools/extract_pdf_figures.pytools/build_cell_reports_ppt_offline.pyThis generates (in the output directory):
Figure_*.jpgGraphical abstract.jpg (if present)extracted_text.txtfigure_legend_hits.txtpython "tools/extract_pdf_figures.py" --pdf "D:/path/paper.pdf" --outdir "D:/path/offline_dir"python "tools/build_cell_reports_ppt_offline.py" --base-dir "D:/path/offline_dir" --output "D:/path/output.pptx"figure_titles_zh.txt inside the offline directory and rerun Step 2.Extraction phase (tools/extract_pdf_figures.py)
Figure_1.jpg, Figure_2.jpg, …).extracted_text.txt.figure_legend_hits.txt to assist with caption/legend matching.Deck generation phase (tools/build_cell_reports_ppt_offline.py)
tools/: extraction and PPT building scripts.ppt/: layout and animation framework.PPTX/: PPTX editing utilities and guidelines.pdf-extract/: PDF extraction helpers.pdf_to_ppt_pack_result.md unless the skill documentation defines a better convention.Run this minimal verification path before full execution when possible:
No local script validation step is required for this skill.Expected output format:
Result file: pdf_to_ppt_pack_result.md
Validation summary: PASS/FAIL with brief notes
Assumptions: explicit list if any63c61d3
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.