← Back to Skills Marketplace
107
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pdf-to-word-vei
Description
PDF 转 Word(docx)文档转换工具。当用户需要将 PDF 文件转换为 Word 文档(.docx)时使用此技能。 触发词:PDF转Word、PDF to Word、pdf转docx、把PDF转成Word、文档转换 支持的功能: (1) PDF → Word (.docx) 转换 (2) 查询转换任务状态...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pdf-to-word-vei - After installation, invoke the skill by name or use
/pdf-to-word-vei - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
初始版本:PDF 转 Word 文档转换工具,无需登录
Metadata
Frequently Asked Questions
What is PDF转Word?
PDF 转 Word(docx)文档转换工具。当用户需要将 PDF 文件转换为 Word 文档(.docx)时使用此技能。 触发词:PDF转Word、PDF to Word、pdf转docx、把PDF转成Word、文档转换 支持的功能: (1) PDF → Word (.docx) 转换 (2) 查询转换任务状态... It is an AI Agent Skill for Claude Code / OpenClaw, with 107 downloads so far.
How do I install PDF转Word?
Run "/install pdf-to-word-vei" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is PDF转Word free?
Yes, PDF转Word is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does PDF转Word support?
PDF转Word is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created PDF转Word?
It is built and maintained by VeiLei (@veilei); the current version is v1.0.0.
More Skills