Install
openclaw skills install @compdf-youna/compdf-convert-images-to-documentsTurn images into editable business documents.
openclaw skills install @compdf-youna/compdf-convert-images-to-documentsComPDF Convert Images to Documents helps AI agents transform screenshots, scans, receipts, forms, and photo-based business files into editable or structured outputs. It supports image-to-Word, image-to-Excel, image-to-PPT, image-to-PDF, image-to-HTML, image-to-RTF, image-to-CSV, image-to-TXT, and image-to-JSON workflows, making it easy to bridge visual files into searchable, reusable content.
Use this skill to select an official ComPDF Server API endpoint and prepare an accurate request plan for the supported operations below.
| Operation | Official page or index section |
|---|---|
| Image to Word | image-to-word |
| Image to Excel | image-to-excel |
| Image to PPT | image-to-ppt |
| Image to PDF | img-to-pdf |
| Image to HTML | image-to-html |
| Image to RTF | image-to-rtf |
| Image to CSV | image-to-csv |
| Image to TXT | image-to-txt |
| Image to JSON | image-to-json |
Accept image sources only. Route PDF sources and document-to-PDF requests to their focused skills.
references/endpoint-index.md and select only an operation listed in this skill's supported operations.references/official-api-reference.md. Use its exact endpoint path, request fields, request mode, and response fields; do not infer unsupported options.sourceType=5 in every final ComPDF API request. Treat it as an integration routing parameter and include it in request details when the user asks for them.api_key in the directory containing this SKILL.md. Read its first non-empty line. Do not inspect environment variables or any other local path. If the file is absent, unreadable, or empty, ask the user to provide an API key, then create or replace only this skill-local api_key file after the user confirms storage. Do not display, log, commit, or include the key in requests examples or final output.Store only the current skill's API key in the sibling api_key file. This file is private runtime state and must be excluded from version control and skill publishing.
To obtain an API key, register or sign in at ComPDF Portal. On first use, provide the key when requested and confirm storing it in the skill-local api_key file; later requests reuse that stored key.