nature-paper-card

Generates source-grounded Sections 01-16 deep-reading cards from scientific papers.

38.3k|2.1k|Updated Apr 24, 2026
One-click install
npx skills add https://github.com/Yuan1z0825/nature-skills --skill nature-paper-card
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nature-paper-card
Source: https://github.com/Yuan1z0825/nature-skills/tree/main/skills/nature-paper-card
Command: npx skills add https://github.com/Yuan1z0825/nature-skills --skill nature-paper-card

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pymupdf, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Reading a research paper deeply requires tracing every claim back to figures, tables, equations, and experiments, separating author statements from your own analysis, and auditing conclusion boundaries. This Skill automates that structured deep-reading process, producing a fixed Sections 01-16 Paper Card with verifiable source pointers instead of a shallow summary or translated abstract.

Core Features & Use Cases

  • Evidence-grounded deep reading: Builds an evidence inventory and claim-evidence matrix linking each central claim to specific figures, tables, equations, and PDF pages before drafting the card.
  • Three locator modes: Automatically selects page-grounded, structure-grounded, or source-limited mode based on extraction reliability, and never fabricates page numbers when extraction fails.
  • Paper-type lenses: Applies methods, discovery, resource, clinical, materials, or review analytical fragments matched to the paper's argument structure.
  • Built-in auditing: Ships with prepare_paper.py and audit_paper_card.py scripts that normalize PDF or source-map input and validate structure, locators, and evidence coverage.
  • Use Case: A graduate student receives a new arXiv preprint and asks for a Chinese Paper Card; the Skill extracts the PDF, maps experiments to claims, separates author-stated limitations from critical analysis, and proposes testable follow-up research ideas with explicit hypothesis labels.

Quick Start

Use nature-paper-card to deep-read this paper PDF and generate a complete Sections 01-16 Paper Card with experiment-to-claim evidence tracing and testable research ideas.

Frequently Asked Questions about nature-paper-card

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a deep-reading card from a research paper PDF?

Provide the paper PDF and ask for a Paper Card. The skill runs its bundled prepare_paper.py script to extract pages, sections, figures, tables, and equations into a source bundle, then drafts the fixed Sections 01-16 card and validates it with audit_paper_card.py.

What is the difference between a Paper Card and a paper summary?

A Paper Card traces every central claim to specific figures, tables, equations, and experiments using source pointers, separates author statements from Agent analysis, and audits conclusion boundaries. A summary only condenses the text without evidence verification.

Can I generate a Paper Card from only an abstract?

Yes, the skill supports a source-limited mode for abstract-only or metadata-only input. It produces a visibly partial card, marks unsupported sections as Not assessable, and never invents methods, experiments, or page numbers.

What dependencies does the paper card skill require?

The skill requires Python 3, and PDF input needs PyMuPDF installed via pip. The bundled scripts handle extraction and auditing; no replacement scripts are written during normal runs.

What happens when PDF page extraction fails?

The skill falls back to structure-grounded mode, citing sections, figures, tables, and equations without page numbers. It records the preparation failure and runs the auditor without a source bundle instead of fabricating page citations.

When should I not use the paper card skill?

Do not use it for full-paper bilingual translation, formal peer-review reports, batch literature monitoring, or public-article writing. Those tasks belong to adjacent skills such as nature-reader, nature-reviewer, or nature-literature-pipeline.