← 返回 Skills 市场
veilei

PDF转Word

作者 VeiLei · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
107
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install pdf-to-word-vei
功能描述
PDF 转 Word(docx)文档转换工具。当用户需要将 PDF 文件转换为 Word 文档(.docx)时使用此技能。 触发词:PDF转Word、PDF to Word、pdf转docx、把PDF转成Word、文档转换 支持的功能: (1) PDF → Word (.docx) 转换 (2) 查询转换任务状态...
安全使用建议
This skill is an instructions-only wrapper around a separate 'doc-converter' app that must already be running on localhost. It does not install required software or declare needed credentials but its docs mention DB and JWT env vars and a specific local workspace path. Before installing/using: (1) confirm you actually have the described doc-converter service running (Node/Python/LibreOffice/Redis/Postgres and pdf2docx) at http://localhost:3000; (2) do not let the agent search your filesystem or environment for secrets — the docs reference DATABASE_URL/JWT_SECRET/REDIS_URL which are sensitive; (3) if you don't run the backend, this skill cannot perform conversions and asking the agent to 'set it up' would require installing many components — inspect the real codebase or a trusted release first; (4) prefer a skill that either provides an install spec or calls a hosted conversion API with explicit, limited permissions. If you proceed, only upload files you are comfortable storing/processing by a local service and avoid exposing system credentials.
功能分析
Type: OpenClaw Skill Name: pdf-to-word-vei Version: 1.0.0 The skill bundle describes a document conversion service that lacks authentication (as explicitly stated in references/api.md) and relies on shell-executed tools such as LibreOffice and pdftoppm (SKILL.md). While these tools are necessary for the stated functionality, the combination of no authentication and shell-based processing constitutes a significant security vulnerability (potential RCE or unauthorized access) if the service is exposed or handles untrusted input. The documentation also references a hardcoded local path (/home/vei/...) which may not be applicable to all users.
能力评估
Purpose & Capability
Name/description promise is a PDF→Word converter, which matches the documented API and workflows. However, the SKILL.md assumes a full local app (doc-converter) with Node.js backend, Python pdf2docx, LibreOffice, Redis, Postgres, etc., but the skill declares no required binaries, env vars, or install steps. That mismatch means the skill cannot actually provide the promised capability by itself and expects a large preexisting local deployment — this is disproportionate to a simple conversion helper.
Instruction Scope
Instructions tell the agent to call local endpoints (http://localhost:3000/api/v1/...), upload files, poll task status, and download results. That is narrowly scoped to conversion operations. However, the docs/architecture also reference JWT auth, DB credentials, and local storage paths and a specific filesystem path (/home/vei/.openclaw/workspace/doc-converter/) which contradict the 'no auth' API note and could lead an agent to look for or attempt to read local config/environment if it tries to 'set up' the service.
Install Mechanism
No install spec is provided (instruction-only), which lowers direct install risk. But because the skill depends on many external components (Node, Python libs, LibreOffice, Redis, Postgres, pdftoppm, ImageMagick) the lack of an install plan is a functional/integrity problem: a user or agent would need to obtain and run substantial third-party software outside the skill, increasing operational risk.
Credentials
The skill declares no required environment variables or credentials, but the architecture reference lists sensitive env vars (DATABASE_URL, JWT_SECRET, REDIS_URL, STORAGE_LOCAL_PATH, etc.). The absence of declared required credentials combined with presence of those variables in documentation is inconsistent and could lead an agent to search for or use host secrets. Additionally the hard-coded local path (/home/vei/...) suggests access to user filesystem which is disproportionate for a simple conversion helper.
Persistence & Privilege
The skill does not request always-on presence and allows autonomous invocation (platform default). It does not include install actions that would persist on the system. Still, references to a specific workspace path and local services suggest it expects persistent local infrastructure; users should be aware the skill assumes a running local server rather than being self-contained.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pdf-to-word-vei
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pdf-to-word-vei 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
初始版本:PDF 转 Word 文档转换工具,无需登录
元数据
Slug pdf-to-word-vei
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

PDF转Word 是什么?

PDF 转 Word(docx)文档转换工具。当用户需要将 PDF 文件转换为 Word 文档(.docx)时使用此技能。 触发词:PDF转Word、PDF to Word、pdf转docx、把PDF转成Word、文档转换 支持的功能: (1) PDF → Word (.docx) 转换 (2) 查询转换任务状态... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 107 次。

如何安装 PDF转Word?

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

PDF转Word 是免费的吗?

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

PDF转Word 支持哪些平台?

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

谁开发了 PDF转Word?

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

💬 留言讨论