Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

academic-paper-parse-en学术论文解析 en

Agent Skill

academic-paper-parse-en 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,888

周安装

167

GitHub Stars

公开资料未说明

下载量

1,363
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:academic-paper-parse-en(学术论文解析 en)
来源仓库:https://github.com/sterlingfrank1/academic-paper-parse-en
安装命令:
openclaw skills install academic-paper-parse-en
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install academic-paper-parse-en

简介

对英文 PDF 或 URL 论文进行双模式深度阅读分析的工具。

  • 适合研究人员快速理解复杂方法论与核心发现的场景。
  • 提供详细技术解析与简洁总结两种输出模式供选择。
  • 安装命令:openclaw skills install academic-paper-parse-en,需联网下载文档。
  • 建议优先上传清晰扫描件以提高文本识别准确率。

SKILL.md

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
binaries
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

  • Academic Rigor: All descriptions of research design, data, and reasoning must be strictly accurate and consistent with the norms of the relevant discipline.
  • Theoretical Depth: Clearly reveal the paper's theoretical foundations and core assumptions, and articulate how it supplements, revises, or challenges the existing body of theory.
  • Complete Reproduction: Faithfully present the full arc from problem statement to conclusion, with particular attention to methodology and key data — zero omission of critical information.
  • Beyond Translation: The output must illuminate the paper's internal logic and innovations more clearly than a linear translation would.
  • Dual-Mode Output: Always deliver both Part A and Part B together in a single final file.

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:

  • Research questions, hypotheses, methodology, and data sources
  • Core findings and key data points
  • Theoretical contributions and practical implications
  • The paper's fundamental tension, analytical angle, and methodological innovation

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

  • Use full prose paragraphs rather than excessive bullet lists; alternate between paragraphs and tables to organize information
  • Provide the original English term alongside any translation the first time a key term appears
  • Cite specific data points and experimental results from the paper to support every claim
  • Part A prioritizes professional completeness; Part B prioritizes insight and concision
  • Separate Part A and Part B with a --- divider in the final file

Final 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)

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

73.05%
按下载量换算996

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills