← 返回 Skills 市场
630
总下载
0
收藏
11
当前安装
1
版本数
在 OpenClaw 中安装
/install doc-converter
功能描述
Converts document files (.pdf, .docx, .xlsx, .pptx) to Markdown using the `markitdown` command.
使用说明 (SKILL.md)
Document Converter
This skill converts a document file into Markdown text.
Activation
Activate when asked to read a file with one of the following extensions:
- .docx
- .xlsx
- .pptx
Execution
The skill executes the markitdown command on the input file path and outputs the resulting Markdown text.
markitdown "{file_path}"
安全使用建议
This skill will run a local program named 'markitdown' on files you ask it to convert. Before installing or using it: (1) Confirm where 'markitdown' comes from (official project page or package repository) and only use a trusted binary. (2) If you don't already have markitdown installed, ask the skill author for an install spec or avoid using the skill. (3) Don't run this on sensitive documents until you've verified the CLI's behavior (e.g., test on non-sensitive files and inspect network/activity). (4) If possible, request the skill declare required binaries or provide a safe install/source — that would change this assessment to benign.
功能分析
Type: OpenClaw Skill
Name: doc-converter
Version: 1.0.0
The skill executes a shell command `markitdown "{file_path}"` within `SKILL.md` to convert documents to Markdown. While the stated purpose is legitimate, the direct inclusion of a variable in a shell string without explicit sanitization or escaping mechanisms poses a potential shell injection vulnerability if a user provides a maliciously crafted filename. No evidence of intentional malice or data exfiltration was found.
能力评估
Purpose & Capability
The skill's name/description match its behavior (convert documents to Markdown). However, SKILL.md requires running the external 'markitdown' CLI but the skill's metadata does not declare that binary or provide an install mechanism or source. That mismatch is unexpected and reduces confidence.
Instruction Scope
The instructions are narrowly scoped: run `markitdown "{file_path}"` and return output. They do not request additional files, env vars, or network endpoints. But they grant the agent permission to execute a local binary whose behavior and safety depend entirely on that binary.
Install Mechanism
No install spec is provided (instruction-only), which is lower risk in general. But because the skill relies on an external CLI, the lack of an install/source means the agent will run whatever 'markitdown' exists on PATH — potentially an untrusted binary.
Credentials
The skill does not request any environment variables, credentials, or config paths — this is proportionate to its stated purpose.
Persistence & Privilege
always is false and the skill does not request elevated or persistent privileges or modify other skills. Autonomous invocation is allowed (platform default) but not by itself a problem.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install doc-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/doc-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of doc-converter skill.
- Converts .pdf, .docx, .xlsx, and .pptx files to Markdown format.
- Uses the markitdown command to perform document conversion and outputs Markdown text.
元数据
常见问题
docx 是什么?
Converts document files (.pdf, .docx, .xlsx, .pptx) to Markdown using the `markitdown` command. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 630 次。
如何安装 docx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install doc-converter」即可一键安装,无需额外配置。
docx 是免费的吗?
是的,docx 完全免费(开源免费),可自由下载、安装和使用。
docx 支持哪些平台?
docx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 docx?
由 ytyytt520(@ytyytt520)开发并维护,当前版本 v1.0.0。
推荐 Skills