change-pdf-permissions
Installation
SKILL.md
change-pdf-permissions
Purpose
This skill changes the permission flags of a PDF (e.g., whether it can be printed, edited, or copied) by:
- accepting a PDF file from the user,
- accepting desired permission settings (true/false),
- uploading them to the Solutions API,
- polling the job status until it is finished,
- returning the download URL for the updated PDF.
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.