Getting it into your agent
It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.
git clone --depth 1 https://github.com/Aperivue/medsci-skillsnpx agentmods add skills/aperivue/medsci-skills/present-paperWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/aperivue/medsci-skills/present-paper)<a href="https://agentmods.dev/skills/aperivue/medsci-skills/present-paper"><img src="https://agentmods.dev/badge/skills/aperivue/medsci-skills/present-paper/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/aperivue/medsci-skills/present-paper"><img src="https://agentmods.dev/badge/skills/aperivue/medsci-skills/present-paper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Rogue Agent · line 866 Skill establishes unauthorized persistence across sessions via cron jobs, startup scripts, or state files. Session persistence allows an attacker to maintain access beyond the current interaction.Fix: Remove any persistence mechanisms (cron jobs, startup scripts, state files). Skills should not maintain state across sessions without explicit user consent.
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00067 | $0.13414 |
| Opus 5 | $0.00034 | $0.06707 |
| Sonnet 5 | $0.00013 | $0.02683 |
| Haiku 4.5 | $0.00007 | $0.01341 |
Grade A, and why
present-paper scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 1,060 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Present-Paper Skill
Purpose
Prepare a polished academic presentation from a research paper. The skill walks through a 5-phase pipeline: paper analysis, supporting research, script writing, slide note injection, and Q&A preparation.
Use it when:
- preparing a journal club or seminar presentation
- presenting a paper for a graduate course
- preparing grand rounds or conference talks based on a published paper
- building speaker notes for an existing slide deck
Communication Rules
- Communicate with the user in their preferred language.
- Use English for medical, statistical, and methodological terminology.
- Add pronunciation guides for drug names and technical abbreviations in the user's language.
- Be direct about paper limitations, but frame them constructively.
Phase 0: Init & Outline
Step 0a — Load design references (read before drafting outline)
Three of these are read now, in full — they change what you produce. The rest are read when the answer to Q0 tells you which one you need, because a talk has one venue and one style, and reading the others costs roughly seven thousand tokens to learn nothing you will use.
Read now (always):
A. references/ai_slide_tells.md — the marks a generated deck leaves. Read all of it, first.
The complaint about AI decks is not that they are ugly — templates solved ugly. It is that they
stop communicating, because they were built to make the maker comfortable rather than to serve the
audience. This file is why the deck does not need catching later; scripts/check_slide_tells.py
catches it after (Step 3.6). It overrules older guidance where they conflict — in particular the
eyebrow-on-every-slide and brand-footer rules this project used to mandate, which are the single
most-cited visual tell.
B. references/presentation_archetypes.md — the skeleton, chosen by where the speaker is
standing: conference oral, journal-club critique, case-anchored grand rounds, didactic lecture,
defence, keynote (Duarte's sparkline, the Jobs STAR moment, Takahashi/Lessig), lay talk, decision
brief (Minto's pyramid, action titles, Kawasaki's 10/20/30). A deck has two independent choices
and conflating them is why talks fail: the archetype is what the talk has to do; the visual
style is what it looks like. A conference oral in a keynote's skeleton dies (no data on the
slides); a keynote in a conference oral's skeleton dies harder. The skin is a preference; the
skeleton is not. Its mechanical half is scripts/check_deck_budget.py.
What ships with it
46 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- references/ai_slide_tells.md 11 KB
- references/critic_rubrics/slide.md 9.2 KB
- references/generate_pptx_templates.py 23 KB runs code
- references/generated_illustrations.md 6.2 KB
- references/medical_presentation_templates.md 15 KB
- references/presentation_archetypes.md 12 KB
- references/presentation_design_guidelines.md 7.3 KB
- references/slide_design_principles.md 10 KB
- references/slide_visual_styles/CATALOG.md 3.1 KB
- references/slide_visual_styles/clinical_blue.md 3.2 KB
- references/slide_visual_styles/dark_modern.md 3.1 KB
- references/slide_visual_styles/editorial_mono.md 3.0 KB
- references/slide_visual_styles/institutional_brand.md 4.3 KB
- references/slide_visual_styles/nature_lancet.md 10 KB
- references/spoken_notes_and_bilingual.md 7.9 KB
- references/workflow-checklist.md 3.7 KB
- scripts/check_deck_budget_challenge/make_fixtures.py 6.5 KB runs code
- scripts/check_deck_budget_challenge/verify.sh 5.6 KB runs code
- scripts/check_deck_budget.py 13 KB runs code
- scripts/check_diagram_edges_challenge/make_fixtures.py 2.1 KB runs code
- scripts/check_diagram_edges_challenge/verify.sh 3.0 KB runs code
- scripts/check_diagram_edges.py 6.1 KB runs code
- scripts/check_font_portability_challenge/make_fixtures.py 4.7 KB runs code
- scripts/check_font_portability_challenge/verify.sh 3.9 KB runs code
- scripts/check_font_portability.py 16 KB runs code
- scripts/check_slide_tells_challenge/make_fixtures.py 6.6 KB runs code
- scripts/check_slide_tells_challenge/verify.sh 3.4 KB runs code
- scripts/check_slide_tells.py 29 KB runs code
- scripts/check_text_overflow_challenge/make_fixtures.py 4.1 KB runs code
- scripts/check_text_overflow_challenge/verify.sh 4.0 KB runs code
- scripts/check_text_overflow.py 12 KB runs code
- scripts/extract_pdf_figures.py 9.5 KB runs code
- scripts/inject_pronunciation_notes.py 5.9 KB runs code
- scripts/inject_speaker_notes.py 7.4 KB runs code
- scripts/inspect_pptx_template.py 5.0 KB runs code
- scripts/strip_notes_for_sharing.py 5.4 KB runs code
- scripts/trim_caption.py 9.2 KB runs code
- skill.yml 3.4 KB
- templates/build_pptx_nature_lancet.py 32 KB runs code
- tests/test_backup_off_the_clock.py 6.1 KB runs code
- tests/test_builder_layout.py 7.4 KB runs code
- tests/test_builder_no_chrome.py 8.1 KB runs code
- tests/test_md_parity.py 5.2 KB runs code
- tests/test_overflow_pdf.py 4.4 KB runs code
- tests/test_slide_page_numbers.sh 2.9 KB runs code
- tests/test_speaker_notes_markdown.py 2.1 KB runs code
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 4d ago Changed · +17 lines f57f6bfcfdf4
- 7d ago Changed · +11 lines d94632764cd4
- 11d ago First seen · 1,032 lines · 67 tokens per session scan A 61bf339f3c77
present-paper is a skill published in the GitHub repository Aperivue/medsci-skills (292 stars, last pushed 3d ago), licensed MIT. It adds 67 tokens to every session and 13,414 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
java-test-updater
Update Java test classes and methods to work with new code versions after refactoring or modifications. Use when code changes break existing tests due to signature changes, refactoring, or behavior modifications. Takes old and new code versions plus old tests as input, and outputs updated tests that compile and pass…
tactic-suggestion-assistant
Analyze proof states in Isabelle or Coq and suggest applicable tactics to make progress. Use when users need help with: (1) Choosing the next tactic in an interactive proof, (2) Understanding what tactics apply to their current goal, (3) Getting unstuck in a proof, (4) Learning which tactics work for specific goal…
verified-pseudocode-extractor
Extract language-agnostic pseudocode from formally verified programs (Isabelle/HOL, Coq) while preserving verified control flow, data dependencies, and algorithmic logic. Use when: (1) Users have verified code and need readable pseudocode, (2) Documenting verified algorithms for broader audiences, (3) Translating…
library-advisor
Recommend relevant Isabelle/HOL or Coq standard library theories, lemmas, and tactics based on proof goals. Use when: (1) Users need library lemmas for their proof, (2) Proof goals match standard library patterns, (3) Users ask what libraries to import, (4) Specific lemmas are needed for list/set/arithmetic…
paper-digest
A skill that turns one research paper into a teaching-style digest for quickly understanding its content. bioRxiv-style research papers are scientific articles, and a digest summarizes and reorganizes the paper rather than judging whether its methods are reliable.
clinical-trials-search
Search ClinicalTrials.gov with natural language queries. Find clinical trials, enrollment, and outcomes using Valyu semantic search.