← Back to Skills Marketplace
rishabhdugar

Unlock PDF

by Rishabh Dugar · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ Security Clean
87
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install unlock-pdf
Description
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...
Usage Guidance
This skill appears to do what it says: it uploads your encrypted PDF and the provided password to pdfapihub.com and returns an unlocked PDF. Before installing or using it: (1) confirm you trust PDFAPIHub and read their privacy/retention policy (SKILL.md claims files are auto-deleted after 30 days); (2) do NOT send highly sensitive documents or passwords reused elsewhere; (3) use a throwaway password or a copy of the document when testing; (4) store your API key securely (the skill expects a CLIENT-API-KEY header but does not declare an env var — you will need to provide the key at call time); (5) consider local alternatives for decrypting highly sensitive PDFs if you cannot trust a third party. If you need more assurance, ask the skill publisher for a company homepage, privacy policy, and security contact before use.
Capability Analysis
Type: OpenClaw Skill Name: unlock-pdf Version: 1.0.1 The skill is a transparent API wrapper for the PDFAPIHub service (pdfapihub.com) designed to decrypt PDF files. It clearly documents that both the PDF content and the decryption password are transmitted to the third-party service via HTTPS. There is no evidence of malicious intent, obfuscation, or unauthorized data exfiltration beyond the stated purpose of the tool.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name, description, SKILL.md and skill.json consistently describe using PDFAPIHub's /unlockPdf endpoint to remove PDF passwords. The skill does not request unrelated binaries, environment variables, or system access.
Instruction Scope
Runtime instructions are narrowly scoped to sending a PDF (via URL, base64, or multipart) and the password to https://pdfapihub.com/api/v1/unlockPdf with a CLIENT-API-KEY header. This is coherent for the stated purpose but explicitly transmits the PDF and password to a third party — a privacy risk the SKILL.md itself warns about.
Install Mechanism
No install spec or code is included (instruction-only). Nothing is written to disk or downloaded during install by the skill package itself.
Credentials
The skill requires an API key sent in the CLIENT-API-KEY header (skill.json marks auth required). The registry metadata shows no required environment variables; this is acceptable for an instruction-only skill, but users must supply/store the API key externally (no env var is pre-declared). No unrelated credentials or secrets are requested.
Persistence & Privilege
always:false and no install/update behavior. The skill does not request persistent presence, nor does it modify other skills or system settings. disable-model-invocation is false (normal), meaning the agent may call the skill autonomously if allowed.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install unlock-pdf
  3. After installation, invoke the skill by name or use /unlock-pdf
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Clarify hosted API (removed local engine references). Add security warnings: PDF and password transmitted to PDFAPIHub servers over HTTPS. Credential declaration in description.
v1.0.0
Remove password protection from encrypted PDFs. Uses multiple fallback decryption engines: PyPDF2, pikepdf (AES-256), PyMuPDF, and pdfplumber. Returns the unlocked PDF as URL, base64, or raw file.
Metadata
Slug unlock-pdf
Version 1.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 2
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 87 downloads so far.

How do I install Unlock PDF?

Run "/install unlock-pdf" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Unlock PDF free?

Yes, Unlock PDF is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Unlock PDF support?

Unlock PDF is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Unlock PDF?

It is built and maintained by Rishabh Dugar (@rishabhdugar); the current version is v1.0.1.

💬 Comments