返回顶部
r

remove-password-from-pdf 移除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
安全检测
已通过
1,030
下载量
免费
免费
0
收藏
概述
安装方式
版本历史

remove-password-from-pdf

remove-password-from-pdf

目的

该技能通过以下步骤移除PDF文件的密码保护: 1) 接收用户提供的受密码保护的PDF文件, 2) 接收用户提供的当前密码, 3) 将两者上传至Solutions API, 4) 轮询任务状态直至完成, 5) 返回解锁后PDF的下载链接。

凭证

API需要使用API密钥作为Bearer令牌:
  • - Authorization: Bearer

用户获取API密钥的方式:

  • - https://login.cross-service-solutions.com/register
  • 或者用户可以直接提供API密钥。

规则: 切勿回显或记录API密钥。

API端点

基础URL:
  • - https://api.xss-cross-service-solutions.com/solutions/solutions

创建移除密码任务:

  • - POST /api/33
  • multipart/form-data 参数:

- file (PDF文件) — 必填 — PDF文件
- password (密码) — 必填 — 字符串(用于解锁的当前密码)

通过ID获取结果:

  • - GET /api/

任务完成后,响应包含:

  • - output.files[] 包含 { name, path },其中 path 为可下载的URL。

输入

必填

  • - PDF文件(二进制)
  • 当前密码(password,字符串)
  • API密钥(字符串)

可选

  • - 无

输出

返回结构化结果:
  • - jobid(数字)
  • status(字符串)
  • downloadurl(字符串,任务完成时)
  • file_name(字符串,可用时)

示例输出:
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

下载

⬇ 下载 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
返回顶部