Install
openclaw skills install academic-paper-parse-enConduct in-depth dual-mode reading of academic papers from PDFs or URLs, providing detailed analysis for researchers and concise summaries for quick understa...
openclaw skills install academic-paper-parse-enPerform a professional, in-depth analysis of any academic paper and produce two reports at different levels of depth in a single pass.
Paper analysis is executed in five steps:
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.
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.
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
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.
Use the delete action of the file tool to remove temp_analysis.md and keep the workspace clean.
--- divider in the final file# [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)