paper-auto-analyzer

Extract scholarly paper metadata and content from PDFs into bilingual research reports.

1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/Ch9603/seek_mind --skill paper-auto-analyzer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: paper-auto-analyzer
Source: https://github.com/Ch9603/seek_mind/tree/main/skills/analysis/.qoder/skills/paper-auto-analyzer
Command: npx skills add https://github.com/Ch9603/seek_mind --skill paper-auto-analyzer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires fitz, pdfplumber, markitdown, argparse, json, re, pathlib, and includes scripts (resource) components.

What problem does it solve?

This Skill converts academic paper PDFs into structured, bilingual research reports while extracting key scientific elements (metadata, abstract, logical entry points, methods, findings, innovations, and insights) and then applying automatic proofreading/quality checks to reduce missing content and low-quality output.

Core Features & Use Cases

  • Structured paper analysis: Extracts bibliographic metadata (title/authors/journal/DOI/year/keywords), full abstract, and 12+ report sections such as core hypotheses, research motivation, theoretical basis, research problem, solution approach, verification methods, characterization techniques, key findings, innovations, and writing references.
  • Multi-skill integration workflow: Orchestrates calls to related skills/tools (e.g., paper-parse, literature-tree, paper-downloader, file-manager) to enrich and deepen analysis (e.g., reference network support and metadata completion).
  • Quality assurance & proofreading: Runs format, scientific, readability, and publication-readiness scoring, flags issues, and supports improvement/regeneration loops when the quality threshold is not met.
  • Use cases: Rapidly produce a literature review draft for a single PDF, run batch analysis across a directory of papers, and generate consistent reports suitable for research summarization and downstream knowledge graph/insight workflows.

Quick Start

Use the paper-auto-analyzer skill to analyze the PDF file in your working folder named "0-Nano Lett.-快充不对称.pdf" and generate the structured bilingual analysis report with quality checks.

Frequently Asked Questions about paper-auto-analyzer

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

FAQPage Schema
How do I extract metadata and methods from an academic paper PDF into a structured literature review?

To extract metadata and methods from an academic paper PDF, use automated PDF parsing to pull bibliographic details, hypotheses, and findings, then format them into a structured bilingual research report. This process captures over twelve report sections including theoretical basis and verification methods.

Can I run batch processing on a directory of PDFs to generate multiple scientific summarization reports?

Yes, you can run batch processing across a directory of PDFs to generate multiple scientific summarization reports. This workflow applies robust PDF text parsing to each file, extracting core hypotheses and key findings to produce consistent bilingual outputs for all papers.

What is the best way to ensure publish-readiness and quality assurance for a generated bilingual research report?

The best way to ensure publish-readiness for a bilingual research report is applying automatic proofreading with scientific, readability, and format scoring. If the quality threshold is not met, the system flags issues and supports improvement loops for regeneration.

Do I need pdfplumber or fitz to perform section-wise information extraction from scholarly papers?

Yes, you need robust PDF parsing libraries like pdfplumber or fitz to perform section-wise information extraction from scholarly papers. These dependencies enable the extraction of text and metadata required to identify research motivation, innovations, and insights.

How does citation-network enrichment work when analyzing academic PDFs?

Citation-network enrichment works by orchestrating multi-skill integration workflows to download metadata and map reference networks. This deepens the analysis of academic PDFs by completing bibliographic metadata and integrating related literature into the structured research report.