nature-paper2ppt

nature-paper2ppt is a skill for Codex from ResearAI/DeepScientist. It costs 130 tokens per session (5,121 once invoked), scanned A, original, Apache-2.0.

A workflow for turning a scientific paper, preprint, PDF, or research notes into a complete Chinese PowerPoint presentation with figures. Nature-style refers to the reporting structure and restrained visual presentation associated with the journal Nature.

In plain words
What is it for?
Creating journal-club, group-meeting, lab-meeting, thesis-seminar, and paper-sharing slide decks.
Why use it?
It gives paper presentations a consistent structure and produces an actual PPTX file instead of only an outline or speaking script.

Skill for Codex

Written for Codex: agents/openai.yaml present.

Good fit Creating journal-club, group-meeting, lab-meeting, thesis-seminar, and paper-sharing slide decks.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/researai/deepscientist/nature-paper2ppt
About the project

DeepScientist is a local research studio that manages the cycle from baseline experiments through research findings and paper-ready outputs. Researchers use it to organize autonomous scientific investigations, review progress, and take control when needed. The catalogue add-ons provide workflows and agent integrations for running research projects with it.

ResearAI/DeepScientist · 3,323 stars · on GitHub

Install

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.

Any agent
npx skills add ResearAI/DeepScientist --skill nature-paper2ppt
Clone the repo
git clone --depth 1 https://github.com/ResearAI/DeepScientist

Made for: Codex.

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

agentmods badge for nature-paper2ppt

README.md
[![agentmods](https://agentmods.dev/badge/skills/researai/deepscientist/nature-paper2ppt/github.svg)](https://agentmods.dev/skills/researai/deepscientist/nature-paper2ppt)
Your own site
<a href="https://agentmods.dev/skills/researai/deepscientist/nature-paper2ppt"><img src="https://agentmods.dev/badge/skills/researai/deepscientist/nature-paper2ppt/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.

agentmods 80×15 button for nature-paper2ppt

Your own site · 80×15
<a href="https://agentmods.dev/skills/researai/deepscientist/nature-paper2ppt"><img src="https://agentmods.dev/badge/skills/researai/deepscientist/nature-paper2ppt.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 130 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 5,121 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00130 $0.05121
Opus 5 $0.00065 $0.02560
Sonnet 5 $0.00026 $0.01024
Haiku 4.5 $0.00013 $0.00512

Measured 11d ago against content hash 740c9f8256ea, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

nature-paper2ppt 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 11d 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.

Origin

Copies of this mod

2 near-identical copies found in the catalogue:

src/skills/nature-paper2ppt/SKILL.md · 508 lines

How it starts

The opening of the file, as written. The whole thing — 508 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Purpose

This companion skill is adapted from Yuan1z0825/nature-skills/tree/main/nature-paper2ppt. See UPSTREAM_LICENSE.txt for the upstream MIT license.

DeepScientist integration

  • Follow the shared interaction contract injected by the system prompt.
  • Use this only when the user explicitly wants slides, PPT, PPTX, a journal-club deck, a lab-meeting deck, or a paper-sharing presentation.
  • Do not route ordinary paper writing, manuscript polishing, or evidence repair into this skill.
  • The expected output is a real .pptx deck plus lightweight verification, not only an outline or talk script.

Transform a scientific paper or paper-derived notes into a complete Chinese, figure-integrated PPTX presentation package with a Nature-style reporting logic.

The skill must not stop at an outline or script. The expected end product is a real .pptx deck. Keep supporting files minimal unless the user asks for more traceability.

Use this skill for papers across scientific fields, including:

  • life sciences and medicine
  • chemistry and materials science
  • environmental and earth sciences
  • physics and engineering
  • computational biology, AI, and methods papers
  • interdisciplinary Nature-family style research
  • reviews, perspectives, resources, datasets, and benchmark papers

Core Principle

Use the paper's scientific argument as the presentation spine.

The default slide logic should help the audience answer, in order:

  1. Why does this problem matter?
  2. What gap or bottleneck does the paper address?
  3. What did the authors do?
  4. What is the key evidence?
  5. Why should we trust the result?
  6. What is new, reusable, or broadly meaningful?
  7. Where are the boundaries and open questions?

This is more important than copying the paper section order.

Lean Operating Mode

Default to the lowest-overhead workflow that still produces a usable PPTX.

Do:

  • read only the source material needed to understand the paper's argument,
  • extract only figures/tables that will actually appear in the deck,
  • create the PPTX as the primary deliverable,
  • run lightweight structural checks on the PPTX package,
  • write a short QA report.

Read the full file on GitHub · 508 lines

Files

What ships with it

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

Changes

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.

  1. 11d ago First seen · 508 lines · 130 tokens per session scan A 740c9f8256ea

Subscribe to this mod's changes

nature-paper2ppt is a skill published in the GitHub repository ResearAI/DeepScientist (3,323 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 130 tokens to every session and 5,121 once invoked, about $0.0006 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.

Related

Other skills, from other repositories

clinical-case-report

Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…

nexu-io/open-design · 73 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

pydicom

Use pydicom to read, inspect, write, transform, and safely preflight local DICOM datasets and pixel data. Applies to DICOM metadata, transfer syntaxes, compression plugins, frames, private elements, JSON, and bounded de-identification review.

K-Dense-AI/scientific-agent-skills · 56 tokens

nature-experiment-log

A workflow for turning experiment notes, images, audio, or text into structured Markdown laboratory logs with YAML metadata. It can also organize raw attachments and optionally connect the logs to Feishu or Obsidian.

Yuan1z0825/nature-skills · 45 tokens

nature-paper2ppt

A workflow for turning a scientific paper, preprint, PDF, article, figure legends, or reading notes into a complete Chinese PowerPoint presentation. It is designed for journal clubs, group meetings, thesis seminars, conferences, defences, and paper-sharing talks.

Yuan1z0825/nature-skills · 177 tokens

parsing-ccda-documents

Parses C-CDA / CCD XML clinical documents to extract human-readable section narrative plus coded entries, keyed by section LOINC codes and templateIds. Use before OpenMed processing when ingesting C-CDA R2.1 documents (CCD, Discharge Summary, H&P, Consultation Note) exported from an EHR and you need the narrative…

maziyarpanahi/openmed · 152 tokens