unlock-pdf

Remove password protection from encrypted PDFs via the PDFAPIHub cloud API. Your PDF and password are sent to pdfapihub.com for decryption. Requires a CLIENT-API-KEY header.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "unlock-pdf" with this command: npx skills add rishabhdugar/unlock-pdf

Unlock PDF

What It Does

Removes password protection from an encrypted PDF via the PDFAPIHub hosted API. Your PDF file and the decryption password are uploaded to PDFAPIHub servers, where the service decrypts the document and returns the unlocked PDF.

When to Use

  • Decrypt a password-protected PDF for further processing
  • Remove read restrictions from a PDF you own

Required Inputs

  • password — the password to unlock the PDF
  • Plus one of: url, base64_pdf, or multipart file upload

Authentication

This skill calls the PDFAPIHub hosted API at https://pdfapihub.com/api. Your PDF and password are sent to PDFAPIHub servers for decryption.

Send your API key in the CLIENT-API-KEY header.

Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.

Security & Privacy:

  • Your PDF file and decryption password are transmitted to PDFAPIHub's cloud service over HTTPS
  • Do not send highly sensitive documents or passwords you use elsewhere without understanding this risk
  • Files are auto-deleted from PDFAPIHub servers after 30 days
  • PDFAPIHub does not store or log passwords after processing

Use Cases

  • Legacy Document Access — Unlock old password-protected PDFs when you have the password
  • Workflow Automation — Decrypt PDFs in an automated pipeline before merging, splitting, or parsing
  • Print Enablement — Remove print restrictions from PDFs you own for printing
  • Content Extraction — Unlock PDFs before running OCR or text extraction
  • Pre-Processing — Decrypt encrypted PDFs before further PDF operations (merge, compress, watermark)

Example Usage

curl -X POST https://pdfapihub.com/api/v1/unlockPdf \
  -H "CLIENT-API-KEY: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{
    "url": "https://pdfapihub.com/sampleprotected.pdf",
    "password": "secret123",
    "output": "url"
  }'

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

run.dev — Local Dev Environment Manager

Local dev environment manager. Process management, automatic HTTPS domains, SSL certificates, reverse proxy, and AI crash diagnosis — single binary, zero con...

Registry SourceRecently Updated
Coding

ifly-image-understanding

iFlytek Image Understanding (图片理解) — analyze and answer questions about images using Spark Vision model. WebSocket API, pure Python stdlib, no pip dependencies.

Registry SourceRecently Updated
Coding

Civic Google

Use gog (Google CLI) without manual OAuth setup — Civic handles token management automatically

Registry SourceRecently Updated
2000Profile unavailable
Coding

Agent Browser.Skip

A fast Rust-based headless browser automation CLI with Node.js fallback that enables AI agents to navigate, click, type, and snapshot pages via structured co...

Registry SourceRecently Updated
2000Profile unavailable