← 返回 Skills 市场
rishabhdugar

PDF Info

作者 Rishabh Dugar · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
73
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-info
功能描述
Get PDF metadata, encryption status, page count, and file size. Useful for pre-flight checks before processing.
安全使用建议
This skill appears to do exactly what it says: call pdfapihub.com to get PDF metadata. Before installing, confirm you trust pdfapihub.com and its privacy/terms because files or file URLs (and their metadata) will be sent to that third party. Provide an API key as instructed (CLIENT-API-KEY header); note the registry metadata didn't list this credential explicitly, so make sure you know how the key will be stored/managed. If you will process sensitive PDFs, consider an on-premise or self-hosted alternative that doesn't transmit data off your network.
功能分析
Type: OpenClaw Skill Name: pdf-info Version: 1.0.0 The skill is a standard API wrapper for the 'pdfapihub.com' service, designed to retrieve PDF metadata such as page counts and encryption status. The code and instructions in SKILL.md and skill.json are consistent with the stated purpose, and there are no signs of malicious intent, prompt injection, or unauthorized data exfiltration.
能力标签
requires-sensitive-credentials
能力评估
Purpose & Capability
The name/description match the instructions and skill.json: the skill calls an external PDF inspection API to return metadata, encryption status, page count, and file size. Minor inconsistency: registry metadata lists no primary credential/env var, but SKILL.md and skill.json require a CLIENT-API-KEY header (an API key) to call pdfapihub.com.
Instruction Scope
Instructions are scoped to sending a PDF (via URL, base64, or multipart file) to https://pdfapihub.com/api/v1/pdf/info and returning the API response. This stays within the stated purpose, but it explicitly transmits PDF contents or locations to an external third party — a privacy/exfiltration risk for sensitive documents that users should consider.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing is written to disk or installed by the skill itself.
Credentials
The skill does not request environment variables or local credentials, which is proportionate. However, it does require the caller to supply an API key in the CLIENT-API-KEY header; the absence of that requirement in the registry metadata is a small coherence gap (the API key is expected but not declared as a required credential).
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent or elevated platform privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-info
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-info 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Inspect PDF metadata: encryption status, page count, file size, and document properties (title, author, subject, creator). Useful for pre-flight validation before processing PDFs.
元数据
Slug pdf-info
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

PDF Info 是什么?

Get PDF metadata, encryption status, page count, and file size. Useful for pre-flight checks before processing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 73 次。

如何安装 PDF Info?

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

PDF Info 是免费的吗?

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

PDF Info 支持哪些平台?

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

谁开发了 PDF Info?

由 Rishabh Dugar(@rishabhdugar)开发并维护,当前版本 v1.0.0。

💬 留言讨论