← 返回 Skills 市场
161
总下载
87
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pdf-convert-compdf
功能描述
PDF conversion toolkit featuring AI layout analysis and OCR. Converts PDFs to Word, Markdown, JSON, PPT, CSV, HTML, and XML for seamless LLM data processing.
安全使用建议
This skill appears coherent for local PDF conversion using the commercial ComPDFKit SDK, but review these items before installing: (1) the skill auto-downloads a ~525MB model and a license.xml from download.compdf.com — ensure you trust that domain and have the bandwidth/storage, (2) the SDK is commercial and subject to the included license terms (trial limited to 200 conversions and restrictions on redistribution), (3) verify the ComPDFKitConversion package from PyPI or your source to avoid supply-chain risks, and (4) be aware the underlying SDK (not visible in the wrapper) could make its own network calls — if you need stricter isolation, run conversions in a sandboxed environment or review network activity during a test run.
功能分析
Type: OpenClaw Skill
Name: pdf-convert-compdf
Version: 1.0.2
The skill bundle is a legitimate wrapper for the ComPDFKit Conversion SDK, providing PDF and image conversion capabilities. It includes logic in `scripts/pdf-convert-compdf.py` to automatically download a trial license and a large AI model file from the official `compdf.com` domain if they are missing. It also implements a local usage counter in `~/.pdf-convert-compdf/usage.json` to enforce a 200-conversion limit for the trial license. No evidence of data exfiltration, malicious execution, or prompt injection was found; all behaviors are consistent with the stated purpose of a commercial SDK integration.
能力评估
Purpose & Capability
Name/description (PDF conversion with OCR/AI layout) align with the included Python wrapper and the declared dependency on the ComPDFKitConversion SDK. Downloading a license.xml and a document AI model from compdf.com is consistent with using a commercial SDK.
Instruction Scope
SKILL.md and the script limit operations to the skill directory (scripts/) and to fetching two vendor-hosted files (license.xml and documentai.model) when needed. The instructions do not request unrelated system files, unrelated env vars, or exfiltrate data to third parties outside the vendor domain.
Install Mechanism
No install spec is provided (instruction-only plus a bundled script). The SKILL.md asks the user to pip install ComPDFKitConversion, which is expected for a Python SDK. Downloads come from the vendor's official-looking domain (download.compdf.com) rather than arbitrary shorteners or IPs.
Credentials
The skill declares no required credentials or config paths. One optional environment variable (COMPDF_DOCUMENT_AI_MODEL) lets users override the model path — this is proportional and documented. There are no environment variables requested that are unrelated to PDF conversion.
Persistence & Privilege
always:false (default) and the skill does not request persistent system-wide changes. It writes downloaded files into its own scripts/ directory only. It does not modify other skills' configurations.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdf-convert-compdf - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdf-convert-compdf触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
PDF Converter (pdf-convert-compdf) — A reusable Agent Skill wrapping the ComPDFKit Conversion SDK for local PDF and image format conversion with AI layout analysis and OCR support.
Supported Conversions
- Input: PDF, JPG/JPEG, PNG, BMP, TIFF/TIF, WEBP, JPEG2000
- Output: Word, Excel, PPT, HTML, Image, TXT, JSON, Markdown, RTF, CSV (10 formats)
Features
- AI-powered layout analysis for accurate document structure preservation
- OCR support for scanned documents and images
- Cross-platform support: Windows and macOS
v1.0.2
- Renamed skill slug from compdf-conversion-cli to pdf-convert-compdf.
- Renamed skill display name from "ComPDF Conversion CLI" to "PDF Converter".
元数据
常见问题
PDF Converter 是什么?
PDF conversion toolkit featuring AI layout analysis and OCR. Converts PDFs to Word, Markdown, JSON, PPT, CSV, HTML, and XML for seamless LLM data processing. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 161 次。
如何安装 PDF Converter?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdf-convert-compdf」即可一键安装,无需额外配置。
PDF Converter 是免费的吗?
是的,PDF Converter 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PDF Converter 支持哪些平台?
PDF Converter 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PDF Converter?
由 ComPDF(@compdf-youna)开发并维护,当前版本 v1.0.2。
推荐 Skills