← Back to Skills Marketplace
compdf-youna

PDF to Word Converter

by ComPDF · GitHub ↗ · v1.1.0 · MIT-0
cross-platform ⚠ suspicious
219
Downloads
88
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pdf-to-word-docx
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Tags
cryptocan-make-purchases
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pdf-to-word-docx
  3. After installation, invoke the skill by name or use /pdf-to-word-docx
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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
Metadata
Slug pdf-to-word-docx
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 219 downloads so far.

How do I install PDF to Word Converter?

Run "/install pdf-to-word-docx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is PDF to Word Converter free?

Yes, PDF to Word Converter is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does PDF to Word Converter support?

PDF to Word Converter is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created PDF to Word Converter?

It is built and maintained by ComPDF (@compdf-youna); the current version is v1.1.0.

💬 Comments