nature-paper-card

Generates a source-grounded Sections 01-16 deep-reading Paper Card from one scientific paper.

Updated Jul 5, 2026
One-click install
npx skills add https://github.com/huaibovip/research-marketplace --skill nature-paper-card-huaibovip
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nature-paper-card
Source: https://github.com/huaibovip/research-marketplace/tree/main/plugins/nature-skills/skills/nature-paper-card
Command: npx skills add https://github.com/huaibovip/research-marketplace --skill nature-paper-card-huaibovip

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve? Reading a scientific paper deeply enough to reconstruct its argument, trace every conclusion back to figures, tables, and experiments, and separate what the authors proved from what they merely claimed is slow and error-prone. This Skill turns one paper (PDF, DOI, arXiv page, publisher article, pasted text, or a nature-reader source map) into a fixed Sections 01-16 Paper Card with explicit evidence pointers instead of a shallow summary. ## Core Features & Use Cases - Evidence-grounded deep reading: Builds an evidence inventory and claim-evidence matrix before drafting, then produces the fixed 16-section card covering research question, method logic, essential formulas, experiment-to-claim evidence chain, conclusion boundaries, author-stated limitations, critical analysis, and testable research ideas. - Three locator modes with deterministic tooling: Runs the bundled prepare_paper.py to normalize PDFs or source maps into source_bundle.json, selects page-grounded, structure-grounded, or source-limited mode based on extraction reliability, and never fabricates page numbers. - Automated groundedness audit: Runs the bundled audit_paper_card.py to verify section structure, source pointers, figure/table/equation coverage, and scope compliance, blocking delivery on audit errors. - Use Case: A researcher downloads an arXiv PDF and asks for a Chinese Paper Card focused on method modules and conclusion boundaries; the Skill prepares the source bundle, classifies the paper type (e.g., methods with a secondary resource lens), writes paper-card.md with PDF page pointers, and delivers an audit-report.json confirming traceability. ## Quick Start Use nature-paper-card to deep-read this paper PDF and generate a complete Paper Card with the experiment-to-claim evidence chain and testable follow-up 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 Paper Card from a research paper PDF?

Provide the PDF and ask for a Paper Card. The skill runs its bundled prepare_paper.py script to build a source bundle with page-level text, sections, and an evidence inventory, then writes paper-card.md with fixed Sections 01-16 and audits it with audit_paper_card.py before delivery.

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

A Paper Card reconstructs the paper's argument with source pointers for every major claim, separating author statements, external facts, Agent analysis, and hypotheses. It covers method logic, experiment-to-claim evidence, conclusion boundaries, and limitations rather than condensing the abstract.

Can I generate a Paper Card from only an abstract or metadata?

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

What dependencies does the paper card workflow require?

Python 3 is required, and PDF input needs PyMuPDF, which the bundled prepare_paper.py imports as fitz. Source-map JSON input from nature-reader works without PyMuPDF, and no replacement extraction scripts are permitted during a normal run.

What happens when PDF page numbers cannot be extracted reliably?

The skill falls back to structure-grounded mode, citing sections, figures, tables, and equations without any page numbers. It records the preparation failure and still runs the bundled auditor without a source bundle, treating missing inventory checks as warnings.

When should I not use the Paper Card skill?

Do not use it for full-text bilingual translation (use nature-reader), formal peer-review reports (use nature-reviewer), batch literature monitoring (use nature-literature-pipeline), or presentation slides (use nature-paper2ppt). It processes one paper at a time into the fixed 16-section card.