Make PDF safe
/install make-pdf-safe
\r \r
make-pdf-safe\r
\r
Purpose\r
This skill creates a “safe” PDF by converting the document into a single flattened layer without active functionality. The goal is to reduce risk from interactive PDF features.\r \r In practical terms, the output PDF is intended to:\r
- remove or neutralize interactive elements (e.g., scripts/actions),\r
- prevent editing of underlying objects/content structure,\r
- behave like a flattened document layer (similar to a “print” representation).\r \r This skill:\r
- accepts a PDF file from the user,\r
- uploads it to the Solutions API,\r
- polls the job status until it is finished,\r
- returns the download URL for the “safe” flattened PDF.\r \r
Credentials\r
The API requires an API key used as a Bearer token:\r
Authorization: Bearer \x3CAPI_KEY>\r \r How the user gets an API key:\r- https://login.cross-service-solutions.com/register\r
- Or the user can provide an API key directly.\r \r Rule: never echo or log the API key.\r \r
API endpoints\r
Base URL:\r
https://api.xss-cross-service-solutions.com/solutions/solutions\r \r Create make-safe job:\rPOST /api/41\rmultipart/form-dataparameters:\rfile— required — PDF file\r \r Get result by ID:\r
GET /api/\x3CID>\r \r When done, the response contains:\routput.files[]with{ name, path }wherepathis a downloadable URL.\r \r
Inputs\r
Required\r
- PDF file (binary)\r
- API key (string)\r \r
Optional\r
- None\r \r
Output\r
Return a structured result:\r
job_id(number)\rstatus(string)\rdownload_url(string, when done)\rfile_name(string, when available)\r \r Example output:\r
{\r
"job_id": 4101,\r
"status": "done",\r
"download_url": "https://.../safe.pdf",\r
"file_name": "safe.pdf"\r
}\r
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install make-pdf-safe - 安装完成后,直接呼叫该 Skill 的名称或使用
/make-pdf-safe触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Make PDF safe 是什么?
Flatten a PDF into a non-interactive “safe” version by uploading it to the Solutions API, polling until completion, then returning a download URL for the flattened PDF. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1248 次。
如何安装 Make PDF safe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install make-pdf-safe」即可一键安装,无需额外配置。
Make PDF safe 是免费的吗?
是的,Make PDF safe 完全免费(开源免费),可自由下载、安装和使用。
Make PDF safe 支持哪些平台?
Make PDF safe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Make PDF safe?
由 CrossServiceSolutions(@crossservicesolutions)开发并维护,当前版本 v1.0.0。