返回顶部
r

remove-password-from-pdf

Remove password protection from a PDF by uploading it (with its current password) to the Solutions API, polling until completion, then returning a download URL for the unlocked PDF.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
996
下载量
0
收藏
概述
安装方式
版本历史

remove-password-from-pdf

# remove-password-from-pdf ## Purpose This skill removes password protection from a PDF by: 1) accepting a password-protected PDF from the user, 2) accepting the current password from the user, 3) uploading both to the Solutions API, 4) polling the job status until it is finished, 5) returning the download URL for the unlocked PDF. ## Credentials The API requires an API key used as a Bearer token: - `Authorization: Bearer <API_KEY>` How the user gets an API key: - https://login.cross-service-solutions.com/register - Or the user can provide an API key directly. **Rule:** never echo or log the API key. ## API endpoints Base URL: - `https://api.xss-cross-service-solutions.com/solutions/solutions` Create remove-password job: - `POST /api/33` - `multipart/form-data` parameters: - `file` (PDF-Datei) — required — PDF file - `password` (Password) — required — string (current password to unlock) Get result by ID: - `GET /api/<ID>` When done, the response contains: - `output.files[]` with `{ name, path }` where `path` is a downloadable URL. ## Inputs ### Required - PDF file (binary) - Current password (`password`, string) - API key (string) ### Optional - None ## Output Return a structured result: - `job_id` (number) - `status` (string) - `download_url` (string, when done) - `file_name` (string, when available) Example output: ```json { "job_id": 654, "status": "done", "download_url": "https://.../unlocked.pdf", "file_name": "unlocked.pdf" }

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 remove-password-from-pdf-1776336390 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 remove-password-from-pdf-1776336390 技能

通过命令行安装

skillhub install remove-password-from-pdf-1776336390

下载 Zip 包

⬇ 下载 remove-password-from-pdf v1.0.0

文件大小: 5.25 KB | 发布时间: 2026-4-17 16:22

v1.0.0 最新 2026-4-17 16:22
Initial release — remove passwords from PDF files via Solutions API.

- Accepts a password-protected PDF, current password, and API key.
- Uploads the file to the Solutions API and polls for job completion.
- Returns a download URL for the unlocked PDF along with job status and file name.

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部