Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Removes metadata from one or more PDF files using the Cross-Service Solutions API. Uploads files, polls for job completion, and returns download URLs for the cleaned PDFs or a ZIP archive when multiple files are processed.
Handles batch processing and returns direct download links without requiring local PDF tooling or manual metadata editing.
When to use it
- Stripping author and editor info before sharing contracts
- Cleaning PDFs before publishing on a public website
- Removing creation timestamps from legal documents
- Sanitizing internal metadata before sending files to clients
- Batch-processing confidential reports before external distribution
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: 'Remove metadata from these three PDFs before I send them to the client'
- 1Upload all three PDF files to the Solutions API as a multipart/form-data request using the user's API key
- 2Receive a job ID from the API response
- 3Poll GET /api/<ID> until status is done
- 4Extract the output file paths from output.files[]
- 5Return the download URLs to the user
A structured result with job_id, status, and download_urls for each cleaned PDF plus a ZIP archive
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.