Academic Paper Parse
by @sterlingfrank1
Conduct in-depth dual-mode reading of academic papers from PDFs or URLs, providing detailed analysis for researchers and concise summaries for quick understa...
clawhub install academic-paper-parse-enπ About This Skill
name: academic-paper-parse description: Perform a dual-mode deep reading of any academic paper provided as a PDF attachment or URL. Use this skill when the user requests analysis, close reading, interpretation, or summarization of a scholarly paper. Produce two reports in a single pass: Part A is a rigorous in-depth academic analysis for researchers; Part B distills the core logic and essential value for rapid comprehension. tools: - file - message binaries: - name: pdftotext optional: true fallback: If pdftotext is not available in the runtime environment, use the
read action of the file tool to extract PDF text instead.
Paper Parse
Perform a professional, in-depth analysis of any academic paper and produce two reports at different levels of depth in a single pass.
Core Principles
Workflow
Paper analysis is executed in five steps:
Step 1: Read the Full Paper
Preferably use the pdftotext command to extract the full text; if unavailable, fall back to the read action of the file tool. For URL-sourced papers, attempt to download the PDF before extracting. Coverage must span from abstract to references without exception. For papers containing significant figures or charts, use the view action of the file tool to inspect key pages and save figure information to a text file.
Step 2: Synthesize and Analyze
Create a temporary analysis file temp_analysis.md and extract and organize the following elements:
This step must not be skipped. It is the deliberate thinking process that guarantees the quality of the final report.
Step 3: Write the Dual-Mode Report
Create the final deliverable file, named in the format [paper-shortname]_reading-report.md.
Before writing Part A, read the template: ./references/part-a-template.md
Before writing Part B, read the template: ./references/part-b-template.md
Step 4: Deliver the Output
Use the message tool to deliver the final report file. In the message body, briefly summarize the paper's core innovation, key findings, and theoretical significance to guide the user to the attachment.
Step 5: Clean Up Temporary Files
Use the delete action of the file tool to remove temp_analysis.md and keep the workspace clean.
Writing Quality Standards
--- divider in the final fileFinal Deliverable Structure
# [Paper Title] β Dual-Mode Reading Report
Part A: In-Depth Academic Analysis
(Full content generated following the structure of part-a-template.md)
Part B: Core Logic Chain and Essential Value Distillation
(Full content generated following the structure of part-b-template.md)