← 返回 Skills 市场
Paper Analyzer
作者
yipng05-max
· GitHub ↗
· v1.0.0
· MIT-0
243
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install paper-analyzer
功能描述
学术论文结构化阅读、拆解与分析工具。基于12个阅读要素(研究背景、研究问题、研究结论、文献综合、文献批评、研究方法、理论视角与理论框架、一致性发现、不一致性发现、研究贡献、研究不足、未来研究展望)对论文进行深度拆解,结果保存为Excel文件。当用户提到需要针对论文/文献/paper进行拆解、解析、分析、阅读、梳理...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paper-analyzer - 安装完成后,直接呼叫该 Skill 的名称或使用
/paper-analyzer触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
学术论文结构化拆解工具,基于12个维度深度分析论文并输出Excel报告
元数据
常见问题
Paper Analyzer 是什么?
学术论文结构化阅读、拆解与分析工具。基于12个阅读要素(研究背景、研究问题、研究结论、文献综合、文献批评、研究方法、理论视角与理论框架、一致性发现、不一致性发现、研究贡献、研究不足、未来研究展望)对论文进行深度拆解,结果保存为Excel文件。当用户提到需要针对论文/文献/paper进行拆解、解析、分析、阅读、梳理... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 243 次。
如何安装 Paper Analyzer?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-analyzer」即可一键安装,无需额外配置。
Paper Analyzer 是免费的吗?
是的,Paper Analyzer 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paper Analyzer 支持哪些平台?
Paper Analyzer 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paper Analyzer?
由 yipng05-max(@yipng05-max)开发并维护,当前版本 v1.0.0。
推荐 Skills