← 返回 Skills 市场
chenbhxmu

论文阅读助手

作者 ChenBHXMU · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
103
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install readpaper
功能描述
论文阅读报告生成器,从PDF提取结构化内容并生成全中文阅读报告。触发关键词:/readpaper、论文阅读、论文分析、PDF分析
安全使用建议
This skill appears to do what it says: extract text from PDFs, save structured content, and let an LLM generate a Chinese report. Before installing or running it, be aware it will: 1) attempt to auto-install Python packages (pymupdf, pdfplumber, pypdf) via pip at runtime — review/approve those installs and run in a controlled Python environment if possible; 2) write cache files to ~/.workbuddy/cache/readpaper and create output files in your working directory — verify expected paths and clean up if needed; 3) avoid feeding highly sensitive PDFs unless you trust the environment, since extracted text will be saved to disk and read by the agent. If you want extra assurance, inspect the full (untruncated) scripts for any URL/network-fetching code and run the tool in an isolated environment or virtualenv.
功能分析
Type: OpenClaw Skill Name: readpaper Version: 1.0.0 The skill bundle is classified as suspicious due to the inclusion of an automatic dependency installer in `read_paper_main.py`. The script uses `subprocess.check_call` to execute `pip install` for several PDF-related libraries (pymupdf, pdfplumber, pypdf) if they are not found in the environment. While this behavior is documented in `SKILL.md` as a convenience feature for PDF analysis, the execution of system-level installation commands without explicit user confirmation is a high-risk capability that could be abused.
能力评估
Purpose & Capability
The name/description (PDF-to-report) match the provided scripts: PDF extraction, structure extraction, and report generation. Required resources (none declared) align with an instruction-only skill that bundles Python scripts. The cache and output file paths are consistent with its purpose.
Instruction Scope
SKILL.md and EXAMPLE.md instruct the agent to extract PDFs and produce structured text for the AI to read — this matches the code. The docs mention analyzing online links and uploaded PDFs; the visible code implements local-file extraction and shows automatic library installation and local caching. There is a minor mismatch in examples (online fetching/upload handling isn't visible in the truncated code) but this is a functionality/implementation detail rather than suspicious data access. The instructions do not ask the agent to read unrelated system files or external endpoints.
Install Mechanism
There is no registry-level install spec, but the runtime code automatically installs missing Python packages (pymupdf/pdfplumber/pypdf) using pip via subprocess. This is expected for a Python PDF tool, but runtime pip installs carry inherent risk (downloading and executing code from PyPI). The installs come from typical package names (no custom URLs/shorteners) and are proportionate to the stated functionality.
Credentials
The skill declares no required environment variables or credentials and the code does not read any secrets or unrelated environment variables. It writes cache files under ~/.workbuddy and output report files to the working directory — behavior consistent with its stated purpose.
Persistence & Privilege
The skill does not request always:true, does not modify other skills' configs, and only persists its own cache under ~/.workbuddy. It can be invoked by the agent autonomously (default), which is normal for skills.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install readpaper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /readpaper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- 首发版本,提供从PDF自动提取论文结构化内容并生成全中文阅读报告的能力。报告包括:论文基本信息;研究背景;研究方法;图表介绍;批判性思考等。 - 支持多种PDF解析库,按文件大小智能选择最优提取方案。 - 自动检测并安装依赖库,无需手动配置环境。 - 提取论文元数据、摘要、方法、图表等内容,输出标准报告结构。 - 缓存分析结果,相同文件支持极速复用。 - 通过关键词/命令一键生成面向中文学术用户的详细论文阅读报告。
元数据
Slug readpaper
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

论文阅读助手 是什么?

论文阅读报告生成器,从PDF提取结构化内容并生成全中文阅读报告。触发关键词:/readpaper、论文阅读、论文分析、PDF分析. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 103 次。

如何安装 论文阅读助手?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install readpaper」即可一键安装,无需额外配置。

论文阅读助手 是免费的吗?

是的,论文阅读助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

论文阅读助手 支持哪些平台?

论文阅读助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 论文阅读助手?

由 ChenBHXMU(@chenbhxmu)开发并维护,当前版本 v1.0.0。

💬 留言讨论