← 返回 Skills 市场
cp3d1455926-svg

Pdf Reader

作者 cp3d1455926-svg · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
136
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-reader-cp3d
功能描述
PDF 阅读助手 - PDF 转 Markdown、智能摘要、重点提取
安全使用建议
Before installing, consider these points: - The skill hardcodes an output directory (D:/OneDrive/Desktop/公众号文章) and will create/write files there. If you don't use Windows or don't want files in that location, do not install or edit the code to use a configurable or relative output folder. - The history.json path in the SKILL.md differs from the code's path (code writes history next to the script). Decide where you want history stored and modify the code accordingly to avoid surprising writes. - The actual PDF parsing is not implemented (the script currently returns sample text). If you need real parsing, review and add safe parsing libraries (PyMuPDF/pdfplumber) and review any network or cloud APIs you may add. - Because the skill writes files, review & run the code in a safe environment first (or sandbox) and inspect/modify OUTPUT_DIR and HISTORY_FILE to a directory you control. - If you plan to use it on sensitive PDFs, inspect code changes and ensure it does not transmit data externally (the current version has no network calls, but future changes could).
功能分析
Type: OpenClaw Skill Name: pdf-reader-cp3d Version: 1.0.0 The skill is a PDF processing utility designed to extract text, generate summaries, and convert documents to Markdown. While the current implementation in `pdf_reader.py` uses a mock function for text extraction (returning hardcoded sample text) and contains a hardcoded output directory on the D: drive, these appear to be development placeholders rather than malicious features. There is no evidence of data exfiltration, unauthorized command execution, or prompt injection attacks.
能力评估
Purpose & Capability
Name, description, SKILL.md and code all target PDF extraction, Markdown conversion, summarization and QA — that is coherent. However the code hardcodes a Windows OneDrive output path (D:/OneDrive/Desktop/公众号文章) which is a specific user directory and is unexpected for a generic PDF helper. The SKILL.md and README also describe different history locations (~/.openclaw/workspace vs the code's history.json in the skill directory), which is inconsistent.
Instruction Scope
SKILL.md requests file read/write and optional network access; the provided code performs local file reads/writes but does not use network. The code will create and write outputs into a hardcoded D: OneDrive path and writes a history.json next to the script. This behavior (creating files in a specific user Desktop OneDrive folder) is outside what a user would normally expect from an unconfigured skill and could lead to accidental data exposure or clutter. Also the code currently uses a simulated sample text (TODO for real parsing), so runtime behavior is not fully implemented as described.
Install Mechanism
No install spec is provided (instruction-only with one code file). This is low risk from an installer perspective because nothing is downloaded or executed at install time. The runtime will write files to disk, however, which is separate from installation risk.
Credentials
The skill requires no credentials or environment variables, which aligns with its stated purpose. However it assumes unfettered filesystem write access and a specific Windows path; that filesystem access is more privileged than minimal read-only processing and should be configurable rather than hardcoded.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It persists processing history and writes converted files to disk (including creating a directory). Persisting history is reasonable for usability, but the fixed output location and history file location reduce control and may create privacy or overwrite risks.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-reader-cp3d
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-reader-cp3d 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of pdf-reader-cp3d - Supports PDF content extraction, including text, headings, tables, and images. - Converts PDFs to Markdown, preserving structure such as headings, lists, tables, and quotes. - Generates intelligent summaries: outlines, key points, and single-sentence abstracts. - Extracts highlights: key sentences, concepts, conclusions, and data points. - Enables question-answering based on PDF content. - Supports batch processing and multiple output formats (Markdown, text, HTML, JSON).
元数据
Slug pdf-reader-cp3d
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Pdf Reader 是什么?

PDF 阅读助手 - PDF 转 Markdown、智能摘要、重点提取. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 136 次。

如何安装 Pdf Reader?

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

Pdf Reader 是免费的吗?

是的,Pdf Reader 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Pdf Reader 支持哪些平台?

Pdf Reader 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pdf Reader?

由 cp3d1455926-svg(@cp3d1455926-svg)开发并维护,当前版本 v1.0.0。

💬 留言讨论