← 返回 Skills 市场
paper-parser-skill
作者
KaiHangYang
· GitHub ↗
· v0.1.4
· MIT-0
110
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install paper-parser-skill
功能描述
CLI tool to search, download, and parse academic papers from arXiv into AI-friendly Markdown using MinerU API.
安全使用建议
This tool will download PDFs locally and upload them to the MinerU service for parsing — only provide a MinerU token if you trust that service and avoid uploading confidential/unpublished material. Before installing: (1) Inspect the GitHub repo and PyPI package contents to confirm behavior; (2) Note the metadata mismatch: the registry omitted the required MINERU_API_TOKEN even though SKILL.md requires it—ask the publisher to correct metadata if you rely on registry info; (3) Use a dedicated, revocable token with minimal scope; store it securely in ~/.paper-parser/config.yaml and limit file permissions; (4) Install inside a virtualenv or container to limit blast radius from third-party code; (5) If you need offline parsing or cannot share PDFs, seek local alternatives. If you want higher assurance, request the actual package source and hashes or run the package in an isolated environment and audit network activity on first run.
能力评估
Purpose & Capability
The skill's declared purpose (search/download/parse arXiv papers using MinerU) aligns with the instructions: it requires a MinerU API token and a local workspace. However, the registry metadata shown earlier lists no required environment variables or primary credential while the SKILL.md explicitly requires MINERU_API_TOKEN in the config file — this metadata mismatch is an incoherence that should be resolved.
Instruction Scope
Runtime instructions are scoped to searching arXiv, downloading PDFs to a local workspace, and uploading PDFs/metadata to MinerU for parsing. The SKILL.md explicitly warns about external processing and recommends not uploading sensitive documents. It does not instruct reading other unrelated system files or credentials.
Install Mechanism
There is no platform-level install spec (instruction-only). The SKILL.md tells users to pip install the package from PyPI, which is a standard but non-trivial install action (third-party code executed locally). This is expected for a CLI Python tool but carries the usual risks of executing third-party packages — the doc recommends using a virtualenv/container.
Credentials
The runtime requires a MinerU API token (MINERU_API_TOKEN) stored in ~/.paper-parser/config.yaml; that credential is appropriate for the stated parsing functionality. The concern is the mismatch between registry metadata (which lists no required env vars/credentials) and the SKILL.md (which lists the token as required). That inconsistency can mislead users about what secrets will be needed and stored. Also note the token grants external upload/processing rights—store a revocable, minimal-scope token and avoid uploading sensitive documents.
Persistence & Privilege
The skill is user-invocable and not forced-always. It requests a per-skill config file in the user's home directory and stores downloaded PDFs in a workspace; it does not request system-wide privileges or to modify other skills. No signs of elevated persistent platform privilege are present.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install paper-parser-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/paper-parser-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.4
- Added explicit credentials metadata to require MINERU_API_TOKEN for parsing functionality.
- Enhanced documentation with additional privacy, security, and installation safety warnings.
- Clarified the need for a dedicated MinerU API token and recommended virtual environments for installation.
- No code changes in this version; documentation and metadata updates only.
v0.1.3
v0.1.3 introduces a recommended async workflow and new CLI commands for improved automation and stability.
- Added async parsing commands: pp submit and pp check for non-blocking paper parsing.
- Updated documentation to guide users towards agent-friendly, async usage.
- Marked blocking commands (pp parse, pp all) with warnings about potential timeouts.
- Documented enhanced workspace structure, including async task state files.
- Installation instructions now specify version 0.1.3.
v0.1.2
- Added explicit skill metadata: version, author, homepage, and config file requirements.
- Introduced a prominent data privacy and security section highlighting external data processing and user control.
- Updated formatting with emojis for readability and clearer section headings.
- Clarified the need for a MinerU API token for parsing functionality.
- No changes to functionality or core commands.
v0.1.1
- Added initial documentation in SKILL.md for paper-parser-skill version 0.1.1.
- Describes CLI tool capabilities: searching, downloading, and parsing arXiv papers into Markdown using the MinerU API.
- Provides setup instructions, CLI command usage, and configuration details.
- Outlines workspace structure and required dependencies.
- Introduces command aliases and quickstart workflow.
元数据
常见问题
paper-parser-skill 是什么?
CLI tool to search, download, and parse academic papers from arXiv into AI-friendly Markdown using MinerU API. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 paper-parser-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install paper-parser-skill」即可一键安装,无需额外配置。
paper-parser-skill 是免费的吗?
是的,paper-parser-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
paper-parser-skill 支持哪些平台?
paper-parser-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 paper-parser-skill?
由 KaiHangYang(@kaihangyang)开发并维护,当前版本 v0.1.4。
推荐 Skills