← 返回 Skills 市场
compdf-youna

PDF to Word Converter

作者 ComPDF · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
219
总下载
88
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install pdf-to-word-docx
功能描述
PDF to Word converts PDF to editable Word/DOCX with AI-powered layout analysis and table recognition, built on ComPDF Conversion SDK to better preserve table...
安全使用建议
This skill is internally coherent for converting PDFs to DOCX using a commercial SDK, but before installing you should: (1) accept that the script will download a license.xml and a large model (~hundreds of MB) from https://download.compdf.com on first run and will cache them in the skill's scripts/ directory; (2) verify the pip package name 'ComPDFKitConversion' is the legitimate vendor package (installing unknown PyPI packages can be risky); (3) if you care about privacy, confirm whether the SDK performs conversion fully locally (the code shows local SDK usage, but network behavior of the SDK itself is not visible here); (4) if you prefer control, provide your own license.xml and/or pre-download the model and set COMPDF_DOCUMENT_AI_MODEL to avoid automatic downloads; (5) review the full script for any behavior you consider unacceptable (note: the provided script is generally consistent but a truncated snippet showed a small variable-name bug—inspect the full file in your environment before running). If these points are acceptable, the skill appears fit for purpose.
功能分析
Type: OpenClaw Skill Name: pdf-to-word-docx Version: 1.1.0 The skill exhibits high-risk behaviors including the automated download of external files (a license XML and a 525MB AI model) from download.compdf.com and the creation of a hidden tracking file in the user's home directory (~/.pdf-to-word-docx/usage.json). While these actions are documented in SKILL.md and pdf-to-word-docx.py as necessary for the commercial SDK's functionality and trial limit enforcement, the automated retrieval of large binaries and local state persistence are risky capabilities that could be leveraged for supply chain attacks or unauthorized tracking.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (PDF→Word with AI layout and table handling) match what the skill actually does: it wraps the ComPDFKitConversion Python SDK, requires the SDK package, and optionally an AI model for OCR/layout. No unrelated services, binaries, or credentials are requested.
Instruction Scope
The SKILL.md and script instruct the agent to auto-download two files from download.compdf.com (license.xml and documentai.model) into the skill's scripts/ directory and to initialize the SDK using the license key read from the XML. This network activity is coherent with the skill's needs but is important to note: converted inputs and local files are handled by the SDK, and the skill does not request unrelated environment variables or other system paths. The SKILL.md also documents an optional override via COMPDF_DOCUMENT_AI_MODEL.
Install Mechanism
There is no platform install spec; the SKILL.md requires 'pip install ComPDFKitConversion'. Using pip is expected, but pip-installed packages are moderate-risk operations (you should verify the package source/name and integrity). The script downloads model and license files from compdf.com (a vendor domain matching the homepage). No obscure or shortened URLs are used.
Credentials
The skill does not demand secrets or unrelated credentials. One optional env var (COMPDF_DOCUMENT_AI_MODEL) is used to override the model path, which is proportionate to the stated functionality. The license key is fetched from vendor XML (not requested as an env var).
Persistence & Privilege
The skill is not always-enabled, does not request elevated privileges, and does not modify other skills or system-wide agent settings. It writes downloaded files into its own scripts/ directory (license.xml, documentai.model) which is normal for caching SDK resources.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-to-word-docx
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-to-word-docx 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
**PDF to Word Converter 1.1.0** - Improved skill description with more specific use cases and enhanced clarity for typical PDF to Word and document layout preservation scenarios. - Updated summary emphasizes AI-powered layout analysis, robust table, multi-column, and image handling, and real-world editing use cases. - No code or script changes were made; documentation was updated for clearer discoverability and guidance. - All conversion features and usage patterns remain compatible and unchanged.
v1.0.0
pdf to word (pdf-to-word-docx) — 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
元数据
Slug pdf-to-word-docx
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

PDF to Word Converter 是什么?

PDF to Word converts PDF to editable Word/DOCX with AI-powered layout analysis and table recognition, built on ComPDF Conversion SDK to better preserve table... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 219 次。

如何安装 PDF to Word Converter?

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

PDF to Word Converter 是免费的吗?

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

PDF to Word Converter 支持哪些平台?

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

谁开发了 PDF to Word Converter?

由 ComPDF(@compdf-youna)开发并维护,当前版本 v1.1.0。

💬 留言讨论