remove-metadata-from-pdf
Installation
SKILL.md
remove-metadata-from-pdf
Purpose
This skill removes metadata from one or multiple PDFs by:
- accepting one or multiple PDF files from the user,
- uploading them to the Solutions API,
- polling the job status until it is finished,
- returning download URL(s) for the cleaned file(s). If multiple PDFs are processed, the output may include 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:
- https://login.cross-service-solutions.com/register
- Or the user can provide an API key directly.
Rule: never echo or log the API key.