convert-to-pdf

Installation
SKILL.md

convert-to-pdf

Purpose

This skill converts one or multiple documents to PDF by:

  1. accepting one or multiple input files from the user,
  2. uploading them to the Solutions API convert endpoint,
  3. polling the job status until it is finished,
  4. returning download URL(s) for the resulting file(s). If multiple files are converted, the output may contain multiple PDFs and/or a ZIP for download.

Credentials

The API requires an API key used as a Bearer token:

  • Authorization: Bearer <API_KEY>

How the user gets an API key:

Rule: never echo or log the API key.

Installs
2
Repository
openclaw/skills
GitHub Stars
4.5K
First Seen
Mar 7, 2026
convert-to-pdf — openclaw/skills