← 返回 Skills 市场
Paper Parse
作者
Chen-Li-17
· GitHub ↗
· v1.0.0
· MIT-0
274
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install paper-parse-figures
功能描述
Parse academic PDF papers into markdown with figure extraction.
安全使用建议
This skill appears coherent and only does local PDF parsing and image output. Before installing: (1) review the included script (you already have it) to confirm behavior; (2) be aware 'uv' will install two Python packages (PyMuPDF and pymupdf4llm) — review those package sources or run the skill in an isolated/ephemeral environment; (3) test with non-sensitive PDFs first and monitor network activity if you're concerned about dependencies contacting external endpoints.
功能分析
Type: OpenClaw Skill
Name: paper-parse-figures
Version: 1.0.0
The skill bundle provides a legitimate tool for parsing academic PDFs into markdown and extracting figures. The primary script, `scripts/parse_paper.py`, uses PyMuPDF and pymupdf4llm to perform complex layout analysis, caption matching, and image cropping. The code is well-structured, lacks any signs of data exfiltration, malicious execution, or obfuscation, and its behavior aligns perfectly with the documentation in `SKILL.md`.
能力评估
Purpose & Capability
Name/description ask for PDF parsing and figure extraction; SKILL.md and the included script both implement that. The required binary 'uv' is used to run the inline script and is appropriate for the declared usage.
Instruction Scope
Runtime instructions only call the included script with a --pdf and optional --output-dir. The script reads the supplied PDF, writes markdown/JSON/images to the output dir, and does not reference other files, system configuration, or environment variables.
Install Mechanism
There is no install spec (instruction-only) and the script declares PyMuPDF and pymupdf4llm as Python dependencies via inline metadata that 'uv' will manage. This is expected, but installing third‑party PyPI packages carries the usual supply-chain risk — review those packages or install in an isolated environment.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The requested permissions are proportional to the task (only file read/write for the provided PDF and output folder).
Persistence & Privilege
always:false and no modifications to other skills or global agent settings. The skill does not request persistent/system-level privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paper-parse-figures - 安装完成后,直接呼叫该 Skill 的名称或使用
/paper-parse-figures触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of paper-parse-figures:
- Parse academic PDF papers into markdown, extracting figures and metadata.
- Outputs structured markdown, JSON metadata, high-resolution figure images, and a cover title/authors snapshot.
- Command-line tool with configurable PDF and output directory options.
- Uses PyMuPDF for PDF processing; dependencies managed automatically.
元数据
常见问题
Paper Parse 是什么?
Parse academic PDF papers into markdown with figure extraction. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 Paper Parse?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-parse-figures」即可一键安装,无需额外配置。
Paper Parse 是免费的吗?
是的,Paper Parse 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Paper Parse 支持哪些平台?
Paper Parse 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Paper Parse?
由 Chen-Li-17(@chen-li-17)开发并维护,当前版本 v1.0.0。
推荐 Skills