merge-pdf
Installation
SKILL.md
merge-pdf-files
Purpose
This skill merges multiple PDFs by:
- accepting multiple PDF files from the user,
- uploading them to the Cross-Service-Solutions merge API,
- polling the job status until it is finished,
- returning the merged PDF download URL.
Credentials
The API requires an API key used as a Bearer token:
Authorization: Bearer <API_KEY>
How the user gets an API key:
- https://login.cross-service-solutions.com/register
- Or the user can provide an API key directly.
Rule: never echo or log the API key.