Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add fangyuanopus/literature-report-ppt-builder --skill academic-slide-minimalistgit clone --depth 1 https://github.com/fangyuanopus/literature-report-ppt-builderWrote 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/fangyuanopus/literature-report-ppt-builder/academic-slide-minimalist)<a href="https://agentmods.dev/skills/fangyuanopus/literature-report-ppt-builder/academic-slide-minimalist"><img src="https://agentmods.dev/badge/skills/fangyuanopus/literature-report-ppt-builder/academic-slide-minimalist/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/fangyuanopus/literature-report-ppt-builder/academic-slide-minimalist"><img src="https://agentmods.dev/badge/skills/fangyuanopus/literature-report-ppt-builder/academic-slide-minimalist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to high
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 →
- high Anti-Refusal · line 713 Skill instructs the agent to omit warnings, disclaimers, or ethical commentary. Stripping safety caveats hides risk from the user and is a common jailbreak preamble.Fix: Remove instructions that suppress warnings, disclaimers, or ethical commentary. Let the agent surface safety-relevant caveats to the user.
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.00163 | $0.09883 |
| Opus 5 | $0.00081 | $0.04942 |
| Sonnet 5 | $0.00033 | $0.01977 |
| Haiku 4.5 | $0.00016 | $0.00988 |
Grade A, and why
academic-slide-minimalist 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 13d 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 — 838 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Academic Slide Minimalist
Non-Bypassable Execution Gates
These gates override every other workflow section in this skill. Run them before any slide-generation or PPTX-packaging action.
Gate A: Image2 availability gate
Before creating final slide images, sample redesigned pages, or a PPTX, explicitly determine whether the current environment has an Image2-style native full-slide image-generation backend.
The backend counts as available only if all are true:
- it can generate one complete 16:9 academic slide image per page;
- the full-slide image can include title, navigation, real source figure crops, annotations, labels, notes, and page number inside the image;
- it can preserve scientific source crops faithfully without redrawing, restyling, or semantically changing them;
- its outputs can be saved as accepted final slide images and then mechanically packaged into an image-only PPTX.
If availability is unavailable, unclear, unconfirmed, or blocked by the current environment, do not create or deliver an Image2-only PPTX. First explain the boundary, then ask whether the user accepts a lower-fidelity fallback PPTX route. Until the user explicitly accepts that fallback, deliver only the valid non-image artifacts: paper reading outputs, adaptive navigation, deck_order_map.md, figure_source_manifest.md, page_briefs.md, Image2 prompts, and assembly notes.
Use this boundary statement when Image2 is unavailable:
当前环境未确认可用 Image2-style 全页幻灯片生成后端,因此无法交付严格 Image2-only 高保真 PPTX。请选择:
A. 只交付可用于后续 Image2 生成的页面方案、figure manifest、page briefs、prompts 与 assembly notes;
B. 接受降级版 PPTX:使用现有 `assets/sample-literature-report.pptx` 的模板、版式节奏和红黑灰学术风格生成可编辑 fallback PPTX;它不是 Image2-only 高保真交付,也不能声称通过 Image2 manifest 与 image-only 验证。
Gate B: Image2 manifest gate
Do not package a PPTX unless image2_manifest.json exists and records every final slide image. The manifest must include:
{
"image2_backend_confirmed": true,
"slides": [
{
"slide_no": 1,
"final_image": "final_images/slide_001.png",
"generation_route": "image2_full_slide",
"accepted": true,
"source_figures": []
}
]
}
What ships with it
58 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.
- agents/openai.yaml 323 B
- assets/icon.svg 1.2 KB
- assets/sample-literature-report.pptx 3883 KB
- references/adaptive-navigation.md 3.3 KB
- references/annotation-language.md 1.4 KB
- references/backup-slides.md 2.4 KB
- references/batch-image-consistency.md 1.5 KB
- references/close-reading-rules.md 4.5 KB
- references/deck-diagnosis-mode.md 2.0 KB
- references/deck-order-map.md 1.9 KB
- references/delivery-package.md 6.8 KB
- references/domain-adaptation.md 3.3 KB
- references/editable-output-options.md 2.3 KB
- references/evidence-strength.md 1.9 KB
- references/failure-recovery.md 3.7 KB
- references/fallback-template-edit-spec.md 13 KB
- references/fallback-template-pptx.md 10 KB
- references/figure-extraction-and-naming.md 3.4 KB
- references/figure-readability-standard.md 2.0 KB
- references/figure-source-manifest.md 2.8 KB
- references/final-delivery-preview.md 1.1 KB
- references/final-page-lock.md 1.3 KB
- references/final-scoring-rubric.md 1.2 KB
- references/full-deck-reorder-mode.md 1.6 KB
- references/generation-brief-template.md 4.2 KB
- references/high-quality-production-protocol.md 6.3 KB
- references/image-generation-status.md 1.1 KB
- references/image2-execution-gate.md 4.0 KB
- references/main-si-crosswalk.md 1.3 KB
- references/mainline-backup-boundary.md 1.6 KB
- references/navigation-examples-by-domain.md 1.8 KB
- references/page-brief-template.md 3.7 KB
- references/paper-to-ppt-workflow.md 7.7 KB
- references/post-assembly-render-audit.md 1.0 KB
- references/pre-assembly-checklist.md 1.4 KB
- references/quality-gates.md 14 KB
- references/question-prep.md 2.0 KB
- references/question-risk-level.md 1.3 KB
- references/real-figure-annotation-rules.md 1.7 KB
- references/redraw-priority.md 1.6 KB
- references/sample-deck-rhythm.md 4.4 KB
- references/sample-layout-grammar.md 2.5 KB
- references/sample-style-spec.md 2.8 KB
- references/sample-template-intro.md 3.4 KB
- references/sample-template-slot-manifest.json 208 KB
- references/speaker-notes-template.md 2.3 KB
- references/speaker-notes-to-slide-check.md 1.2 KB
- references/style-checklist.md 4.4 KB
- references/terminology-control.md 2.6 KB
- references/trend-emphasis-rules.md 2.0 KB
- references/version-control-and-final-folder.md 1.1 KB
- scripts/audit_fallback_template_pptx.py 3.7 KB runs code
- scripts/build_fallback_template_pptx.py 20 KB runs code
- scripts/draft_fallback_edit_plan.py 22 KB runs code
- scripts/extract_template_slot_manifest.py 15 KB runs code
- scripts/prepare_fallback_figure.py 4.6 KB runs code
- scripts/render_pptx_quicklook_contact_sheet.py 3.7 KB runs code
- scripts/validate_image_only_pptx.py 6.9 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.
- 13d ago First seen · 838 lines · 163 tokens per session scan A befd8638b59c
academic-slide-minimalist is a skill published in the GitHub repository fangyuanopus/literature-report-ppt-builder (107 stars, last pushed 2mo ago), licensed MIT. It adds 163 tokens to every session and 9,883 once invoked, about $0.0008 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
presenting-conference-talks
Generates conference presentation slides (Beamer LaTeX PDF and editable PPTX) from a compiled paper with speaker notes and talk script. Use when preparing oral talks, spotlight presentations, or invited talks for ML and systems conferences.
bias-detection
Assess systematic biases in the evidence body — publication bias, reporting bias, and selective outcome reporting. Budget: 40 studies, 40 effect sizes, 40 web searches.
analyze-stats
Statistical analysis for medical research papers. Generates reproducible Python/R code with publication-ready tables and figures. Supports diagnostic accuracy, inter-rater agreement, meta-analysis, survival analysis, survey data, group comparisons, regression, propensity score, and repeated measures.
assumption-audit
Surface all assumptions, classify by vulnerability (load-bearing × likely-false), validate causal logic. Focus on dangerous assumptions — high load-bearing + non-explicit.
meta-analysis
Systematic review and meta-analysis pipeline for medical research. Covers protocol registration (PROSPERO), search strategy, screening, data extraction, risk of bias assessment (QUADAS-2/ROBINS-I), statistical synthesis (bivariate/HSROC for DTA, random-effects for intervention), and PRISMA-compliant reporting.…
present-paper
Academic presentation preparation — paper-driven (journal club, grand rounds, seminar) and lecture/teaching decks (course material, workshop slides, conference talks). Analyzes source material, finds supporting references, drafts audience-adapted speaker scripts, generates or augments PPTX with speaker notes, and…