LaunchKit · 2026
Back to Skills

remove-metadata-from-pdf

Remove metadata from one or multiple PDFs by uploading them to the Solutions API, polling until completion.

0
787 downloads
by @crossservicesolutions

Setup & Installation

openclaw skills install @crossservicesolutions/remove-metadata-from-pdf

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install remove-metadata-from-pdf

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.

INPUT

User asks: 'Remove metadata from these three PDFs before I send them to the client'

AGENT
  1. 1Upload all three PDF files to the Solutions API as a multipart/form-data request using the user's API key
  2. 2Receive a job ID from the API response
  3. 3Poll GET /api/<ID> until status is done
  4. 4Extract the output file paths from output.files[]
  5. 5Return the download URLs to the user
OUTPUT

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.

Cross-Service Solutions API key (register at https://login.cross-service-solutions.com/register)