compdf-conversion-cli
SKILL.md
ComPDF Conversion CLI Skill
Purpose
- Wraps the
ComPDFKitConversionPython SDK into a reusable local conversion workflow, supporting PDF / image to Word, PPT, Excel, HTML, RTF, Image, TXT, JSON, Markdown, and CSV (10 output formats in total).
Agent Skills Standard Compatibility
- This Skill uses an Anthropic Agent Skills-compatible directory structure:
compdf-conversion-cli/. - The entry point is
SKILL.md; helper scripts are placed inscripts/. - The document uses
$ARGUMENTSand${CLAUDE_SKILL_DIR}conventions for distribution and execution in Claude Code / Agent Skills-compatible environments.
Input / Output
- Input: The target format (
word/excel/ppt/html/rtf/image/txt/json/markdown/csv), the PDF or image path, and the output path are passed via Skill arguments or the command line. An optional PDF password and conversion parameters may also be provided. - Supported input file types:
- PDF files (
.pdf) - Image files (
.jpg/.jpeg/.png/.bmp/.tif/.tiff/.webp/.jp2/.gif/.tga)
- PDF files (
- Output: A file in the corresponding format (
.docx,.pptx,.xlsx,.html,.rtf, image,.txt,.json,.md,.csv), or a clear error message.
Prerequisites
- Supports Windows and macOS.