← Back to Skills Marketplace
compdf-youna

PDF Converter

by ComPDF · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ✓ Security Clean
161
Downloads
87
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pdf-convert-compdf
Description
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.
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install pdf-convert-compdf
  3. After installation, invoke the skill by name or use /pdf-convert-compdf
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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".
Metadata
Slug pdf-convert-compdf
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

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

How do I install PDF Converter?

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

Is PDF Converter free?

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

Which platforms does PDF Converter support?

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

Who created PDF Converter?

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

💬 Comments