← Back to Skills Marketplace
yipng05-max

Paper Analyzer

by yipng05-max · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
243
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install paper-analyzer
Description
学术论文结构化阅读、拆解与分析工具。基于12个阅读要素(研究背景、研究问题、研究结论、文献综合、文献批评、研究方法、理论视角与理论框架、一致性发现、不一致性发现、研究贡献、研究不足、未来研究展望)对论文进行深度拆解,结果保存为Excel文件。当用户提到需要针对论文/文献/paper进行拆解、解析、分析、阅读、梳理...
Usage Guidance
This skill appears coherent and low-risk, but check a few things before use: (1) Inspect scripts/export_excel.py yourself (it's included) to confirm behavior—it's straightforward and only writes Excel files. (2) Ensure your agent environment has Python3 and the openpyxl package (and pdftotext if you plan to rely on it); missing dependencies will cause runtime errors. (3) Be mindful that the skill will read any local files you point it to and will save Excel files into the same folder (risk of overwriting). Don’t feed documents containing secrets or sensitive data unless you are comfortable with local processing. (4) If you plan to let the agent invoke skills autonomously, remember this skill will have access to any local file paths you provide at runtime. If you want greater assurance, run the export script manually on sample JSON to confirm outputs before granting the agent broad file access.
Capability Analysis
Type: OpenClaw Skill Name: paper-analyzer Version: 1.0.0 The 'paper-analyzer' skill is designed to extract structured information from academic papers (PDF/Word) and export the analysis to Excel files. The workflow involves reading local files, processing text via standard tools like 'pdftotext', and executing a local Python script (scripts/export_excel.py) to generate formatted spreadsheets. There is no evidence of data exfiltration, unauthorized network access, or malicious prompt injection; the code and instructions are strictly aligned with the stated purpose of academic document analysis.
Capability Assessment
Purpose & Capability
Name/description (paper analysis → produce Excel) matches the SKILL.md and the included export_excel.py. Required actions (reading PDFs/Word, extracting text, building JSON, writing Excel into the paper's folder) are consistent with the stated purpose. No unrelated environment variables or external services are requested.
Instruction Scope
Instructions explicitly tell the agent to read user-provided local files (PDF/Word), possibly call the system pdftotext, record the paper folder path and save the Excel there, and present a chat summary. Reading local files and saving output to the same folder are necessary for the task but mean the agent will access whatever files the user supplies; users should avoid feeding sensitive documents if they aren't comfortable with local processing.
Install Mechanism
There is no install spec (instruction-only), so nothing is downloaded during install — lower risk. The included Python script depends on openpyxl (and Python 3). The SKILL.md assumes python3 and optional pdftotext exist; the skill may fail if these are missing. No remote downloads or obscure URLs are present.
Credentials
The skill declares no environment variables, no credentials, and no config paths. Its access to local files is appropriate for its purpose and proportionate to the described functionality.
Persistence & Privilege
always is false and the skill does not request persistent or cross-skill privileges. It does not alter other skills or global agent settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install paper-analyzer
  3. After installation, invoke the skill by name or use /paper-analyzer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
学术论文结构化拆解工具,基于12个维度深度分析论文并输出Excel报告
Metadata
Slug paper-analyzer
Version 1.0.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Paper Analyzer?

学术论文结构化阅读、拆解与分析工具。基于12个阅读要素(研究背景、研究问题、研究结论、文献综合、文献批评、研究方法、理论视角与理论框架、一致性发现、不一致性发现、研究贡献、研究不足、未来研究展望)对论文进行深度拆解,结果保存为Excel文件。当用户提到需要针对论文/文献/paper进行拆解、解析、分析、阅读、梳理... It is an AI Agent Skill for Claude Code / OpenClaw, with 243 downloads so far.

How do I install Paper Analyzer?

Run "/install paper-analyzer" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Paper Analyzer free?

Yes, Paper Analyzer is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Paper Analyzer support?

Paper Analyzer is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Paper Analyzer?

It is built and maintained by yipng05-max (@yipng05-max); the current version is v1.0.0.

💬 Comments