literature-reader

Extract metadata and summarize academic PDFs into structured Markdown notes.

Updated Apr 17, 2026
One-click install
npx skills add https://github.com/dy9759/SkillCollection --skill literature-reader-dy9759
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: literature-reader
Source: https://github.com/dy9759/SkillCollection/tree/main/skills/literature-reader
Command: npx skills add https://github.com/dy9759/SkillCollection --skill literature-reader-dy9759

SYSTEM DOCUMENTATION & REQUIREMENTS

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

## What problem does it solve? This Skill converts PDF research papers into clear, structured literature notes so users no longer spend hours manually extracting metadata, methods, results, and limitations from academic PDFs.

## Core Features & Use Cases

  • Metadata extraction (title, authors, venue, year) and structured Markdown summary generation.
  • Methodology and experimental result analysis, with explicit citations to sections/tables and a checklist for quality verification.
  • Batch processing and cross-paper comparison that outputs a horizontal comparison table for literature reviews; fallback PDF extraction via a provided Python script when built-in readers fail.

Quick Start

Read the provided PDF and produce a structured Markdown summary including metadata, research question, methods, key results with citations, limitations, and a 1000–2000 word analysis.

Frequently Asked Questions about literature-reader

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

FAQPage Schema
How do I extract text and tables from academic PDFs for a literature review?

To extract text and tables from academic PDFs, the Skill applies pdfplumber as a reliable fallback to capture structured content. It then generates structured Markdown literature notes complete with metadata, methods, and explicit citations to specific sections and tables.

What is the best way to summarize a research paper's methodology and results?

The best way to summarize methodology and results is by analyzing the PDF to extract metadata, evaluate experimental methods, and synthesize key findings. This generates a structured Markdown summary with explicit citations and a quality verification checklist.

Can I generate a cross-paper comparison table for a batch literature review?

Yes, you can generate a cross-paper comparison table for a batch literature review. The Skill processes multiple academic PDFs simultaneously to produce a horizontal comparison table that synthesizes metadata, methods, and results across all analyzed papers.

Does pdfplumber support Chinese PDF text extraction with page-range handling?

Yes, pdfplumber supports reliable Chinese and English PDF text extraction with specific page-range handling. The Skill uses this dependency as a fallback when built-in readers fail, ensuring accurate metadata and method analysis for multi-language academic papers.

What should I do when built-in PDF readers fail to extract academic content?

When built-in PDF readers fail to extract academic content, use the provided Python script powered by pdfplumber. This fallback mechanism reliably extracts text and tables, enabling the continuous generation of structured Markdown literature notes.