Skills from clawhub.ai/crossservicesolutions
9 skills available
compress-pdf
This skill uploads a user PDF to `https://api.xss-cross-service-solutions.com/solutions/solutions`, polls the job status, and returns a download URL. It requires an API key (`SOLUTIONS_API_KEY`) and includes a CLI example (`python scripts/compress_pdf.py`) that runs network requests.
0 installs
change-pdf-permissions
This skill uploads a user-provided PDF and permission flags to `https://api.xss-cross-service-solutions.com/solutions/solutions`, polls for job completion, and returns a download URL. It reads `SOLUTIONS_API_KEY` (or `--api-key`) and the README shows running `python scripts/change_pdf_permissions.py`, causing network transmission of the PDF and use of the API key.
0 installs
merge-pdf
Merges user-provided PDFs by uploading them to `https://api.xss-cross-service-solutions.com/solutions/solutions` and polling until completion. It transmits files and a bearer API key (via `SOLUTIONS_API_KEY`) to that external service and exposes a merged `download_url`.
0 installs
add-watermark-to-pdf
This skill uploads one or more PDFs and a watermark string to an external Solutions API and returns download URL(s). It requires and reads `SOLUTIONS_API_KEY` (or `--api-key`) and makes HTTP calls to `https://api.xss-cross-service-solutions.com/solutions/solutions`; the repository includes a CLI example `python scripts/add_watermark_to_pdf.py`.
0 installs
convert-to-pdf
This skill converts documents to PDF by uploading files to `https://api.xss-cross-service-solutions.com/solutions/solutions` and polling for completion. It requires and reads the `SOLUTIONS_API_KEY` (env or `--api-key`) and includes a CLI invocation (`python scripts/convert_to_pdf.py`) that runs the bundled script.
0 installs
password-protect-pdf
This skill uploads a user-provided PDF and password to a third-party Solutions API and returns a download URL. It requires `SOLUTIONS_API_KEY`, invokes `python scripts/password_protect_pdf.py`, and calls `https://api.xss-cross-service-solutions.com/solutions/solutions/api/32`.
0 installs
remove-password-from-pdf
This skill uploads a user-provided PDF and its `password` to `https://api.xss-cross-service-solutions.com/solutions/solutions`, polls the remove-password job, and returns the unlocked file URL. It requires a Bearer token in `SOLUTIONS_API_KEY` and includes a CLI invocation `python scripts/remove-password-from-pdf.py`.
0 installs
make-pdf-safe
This skill flattens a PDF by uploading it to `https://api.xss-cross-service-solutions.com/solutions/solutions`, polling the job, and returning a download URL. It reads the `SOLUTIONS_API_KEY` (env/arg) and performs network requests; the package includes a CLI usage `python scripts/make-pdf-safe.py`.
0 installs
remove-metadata-from-pdf
This skill uploads user PDFs to `https://api.xss-cross-service-solutions.com/solutions/solutions`, polls a job until completion, and returns cleaned file download URL(s). It requires an API key via `SOLUTIONS_API_KEY` or `--api-key` and includes a `python scripts/remove_metadata_from_pdf.py` CLI example.
0 installs