← 返回 Skills 市场
Protect PDF with password
作者
CrossServiceSolutions
· GitHub ↗
· v1.0.0
1137
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install password-protect-pdf
功能描述
Add password protection to a PDF by uploading it to the Solutions API, polling until completion, then returning a download URL for the protected PDF.
安全使用建议
This skill appears to do exactly what it says (send your PDF and chosen password to the Solutions API and return a protected-file URL), but verify three things before using it with sensitive documents: (1) confirm and trust the external service domain (https://api.xss-cross-service-solutions.com and https://login.cross-service-solutions.com) and its privacy/data-retention policy — your PDF and password are sent to that third party; (2) provide the API key only if you trust the service, and note the registry metadata did not declare the required env var (SOLUTIONS_API_KEY) — double-check how your agent will supply that key; (3) clarify how the included Python script will be used by the platform (it lists requests in requirements.txt but there is no install spec). If you are uncomfortable sending files/passwords to a remote service, use a local PDF tool that performs encryption on your machine instead.
功能分析
Type: OpenClaw Skill
Name: password-protect-pdf
Version: 1.0.0
The skill bundle is benign. It clearly defines its purpose of password-protecting PDFs via a specified API (`api.xss-cross-service-solutions.com`). The Python script correctly implements this functionality using standard HTTP requests and file operations, without any evidence of data exfiltration, malicious execution, or persistence. Both `SKILL.md` and the Python script explicitly instruct against logging or echoing the API key, demonstrating good security practice. No prompt injection attempts or other high-risk behaviors were identified in any of the files.
能力评估
Purpose & Capability
The name/description, SKILL.md, README, and included Python script all consistently implement uploading a PDF and password to the Cross‑Service‑Solutions API and polling for a result. However the registry metadata lists no required environment variables while the SKILL.md and script clearly require an API key (SOLUTIONS_API_KEY or passed via --api-key). This is an inconsistency in declared requirements (not necessarily malicious, but unexpected).
Instruction Scope
SKILL.md instructions and the script remain scoped to: accept PDF + password, upload them to the stated API, poll job status, and return the download URL. The skill does not instruct reading unrelated files, scanning system config, or exfiltrating other environment variables. The SKILL.md explicitly warns not to echo the API key or the password.
Install Mechanism
There is no install spec (instruction-only), which is lowest-risk for installation. However the package includes a Python script and requirements.txt that depends on requests>=2.32.0 — nothing suspicious, but the presence of runnable code without an install specification is a transparency/packaging mismatch you may want to clarify (how the platform will run or use the script).
Credentials
The only secret the skill needs is the Solutions API key (used as a Bearer token), which is proportionate to the stated purpose. That said, the registry metadata did not declare any required env vars while SKILL.md and the script require SOLUTIONS_API_KEY (or --api-key). Confirm the platform will not try to auto-provision or expect other credentials.
Persistence & Privilege
The skill does not request permanent presence (always:false) and does not attempt to modify other skills or system settings. It uses only http and file operations appropriate to its stated function.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install password-protect-pdf - 安装完成后,直接呼叫该 Skill 的名称或使用
/password-protect-pdf触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of password-protect-pdf skill
- Adds password protection to PDF files via the Cross-Service-Solutions API.
- Accepts a PDF file and password, submits them to the API, and polls for completion.
- Returns a download URL for the password-protected PDF along with job status and file name.
- Requires an API key for authentication.
元数据
常见问题
Protect PDF with password 是什么?
Add password protection to a PDF by uploading it to the Solutions API, polling until completion, then returning a download URL for the protected PDF. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1137 次。
如何安装 Protect PDF with password?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install password-protect-pdf」即可一键安装,无需额外配置。
Protect PDF with password 是免费的吗?
是的,Protect PDF with password 完全免费(开源免费),可自由下载、安装和使用。
Protect PDF with password 支持哪些平台?
Protect PDF with password 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Protect PDF with password?
由 CrossServiceSolutions(@crossservicesolutions)开发并维护,当前版本 v1.0.0。
推荐 Skills