← 返回 Skills 市场
xixihaha123123123123

WPS PDF Processing

作者 xixihaha123123123123 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
72
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wps-pdf
功能描述
当用户需要对 PDF 文件进行任何操作时,使用本技能。包括:读取或提取 PDF 中的文字/表格、合并多个 PDF、拆分 PDF、旋转页面、添加水印、创建新 PDF、填写 PDF 表单、加密/解密 PDF、提取图片,以及对扫描版 PDF 进行 OCR 识别使其可搜索。只要用户提到 .pdf 文件或希望生成 PDF,...
安全使用建议
Before installing or using this skill, ask the author to clarify and document whether PDF files are uploaded to the WPS cloud and why a WPS session id is required. Do not set TMP_LX_UUID / wps_sid / WPS_SID in your environment unless you trust the service and the skill's owner. If you need offline processing for sensitive documents, request or prefer a version that uses only local tools (pdfplumber, pypdf, tesseract/pypdfium2) and does not call external APIs. Test with non-sensitive PDFs first, and consider scanning the script locally to verify network calls. If you can't get a clear answer or a local-only alternative, treat this skill as risky for confidential documents.
功能分析
Type: OpenClaw Skill Name: wps-pdf Version: 1.0.0 The skill bundle includes a script (`scripts/pdf_to_md.py`) that uploads the full content of PDF files to an external WPS API (api.wps.cn) for OCR and conversion. It requires and utilizes sensitive session tokens (e.g., WPS_SID, wps_sid) from environment variables to authenticate these requests. While this behavior is consistent with the stated purpose of using WPS services for PDF processing, the transmission of user documents to a third-party endpoint and the handling of session credentials represent significant privacy and security risks.
能力评估
Purpose & Capability
The skill's description promises local PDF processing (text/table extraction, OCR, merging, etc.), which can be implemented with local libraries. However, the shipped script posts the user's PDF to https://api.wps.cn (endpoint /v7/longtask/exporter/export_file_content) and requires a WPS session id (TMP_LX_UUID / wps_sid / WPS_SID). Requiring a cloud service credential is not documented in the SKILL metadata and is not obviously necessary for all the advertised operations (many could be done locally). This is an incoherence between claimed purpose and actual behavior.
Instruction Scope
SKILL.md instructs agents to call parse('<PDF路径>', '<输出目录>') via the included pdf_to_md.parse, but does not disclose that parse will upload the PDF to an external WPS API and relies on an environment credential. The runtime instructions do not warn about network transmission or the need to provide a WPS sid. The script also rewrites image links to absolute local paths after downloading images from remote URLs returned by the API. The upload of potentially sensitive PDFs is within the script's runtime behavior but is not stated in the SKILL.md.
Install Mechanism
There is no installer that downloads remote code; the skill is instruction-first and includes a local script. No external install URLs or archive extraction are present. Risk mainly comes from the script's network behavior, not from an install mechanism.
Credentials
Registry metadata lists no required env vars, but the script requires a session credential via TMP_LX_UUID or wps_sid or WPS_SID (and optionally WPS_API_BASE to change the API host). These are sensitive values (session cookies / tokens) and are not declared in the skill manifest or SKILL.md. Requesting such credentials is disproportionate unless the author explicitly states the skill uses WPS cloud OCR and needs an account/session.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. Autonomous invocation is enabled by default but is not itself a new concern in this skill's manifest.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wps-pdf
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wps-pdf 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug wps-pdf
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

WPS PDF Processing 是什么?

当用户需要对 PDF 文件进行任何操作时,使用本技能。包括:读取或提取 PDF 中的文字/表格、合并多个 PDF、拆分 PDF、旋转页面、添加水印、创建新 PDF、填写 PDF 表单、加密/解密 PDF、提取图片,以及对扫描版 PDF 进行 OCR 识别使其可搜索。只要用户提到 .pdf 文件或希望生成 PDF,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。

如何安装 WPS PDF Processing?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install wps-pdf」即可一键安装,无需额外配置。

WPS PDF Processing 是免费的吗?

是的,WPS PDF Processing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

WPS PDF Processing 支持哪些平台?

WPS PDF Processing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 WPS PDF Processing?

由 xixihaha123123123123(@xixihaha123123123123)开发并维护,当前版本 v1.0.0。

💬 留言讨论