← 返回 Skills 市场
360
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install md-docx
功能描述
这是一个用于md文件与docx文件相互转换的技能。支持Markdown转Word文档,以及Word文档转Markdown格式。
安全使用建议
This skill appears to do what it says: local Markdown ↔ Word conversions using a bundled Python script. Before installing or running it: (1) run the script in an isolated environment (or inspect it yourself) and ensure python-docx and markdown are installed; (2) be aware it will read input files and write output files (creates converted/ by default); (3) it does not request credentials or perform network calls in the provided code, but if you modify the script or run a version that adds network libraries (requests), re-audit for external uploads; (4) for large or sensitive documents, run conversions on a trusted machine or sandbox to avoid accidental exposure. The minor mismatches to note: SKILL.md lists memory tools and environment variables as configurable, but the script does not strictly depend on them—this is likely harmless but worth confirming in your deployment.
功能分析
Type: OpenClaw Skill
Name: md-docx
Version: 1.0.0
The skill is a legitimate utility for converting between Markdown and Word (DOCX) formats. The core logic in `scripts/converter.py` uses standard libraries like `python-docx` and `markdown` to process files locally, with no evidence of data exfiltration, network calls, or malicious command execution. The instructions in `SKILL.md` are transparent and align with the stated purpose of the tool.
能力评估
Purpose & Capability
Name and description (md ↔ docx conversion) align with the included converter.py and test.md. The Python script uses python-docx and markdown to implement both directions and creates a local output directory for results. Required capabilities are proportional to the task.
Instruction Scope
SKILL.md instructs the agent to accept uploads, validate paths, and call converter.py — that's consistent. It also lists tools (memory_read/memory_write) that the converter.py code does not appear to need; this is likely a minor mismatch in tooling declarations rather than malicious scope creep. The instructions do not request reading unrelated system files or sending data to external endpoints.
Install Mechanism
There is no install spec (instruction-only with a bundled script), so nothing is downloaded at install time. The Python script requires external packages (python-docx, markdown) but these are standard and documented in the script header; no arbitrary remote download URLs or extract operations are present.
Credentials
SKILL.md documents optional environment variables (OUTPUT_DIR, CONVERSION_MODE, KEEP_IMAGES) but the registry shows no required env vars. The converter.py constructor accepts output_dir and keep_images but does not appear to read environment variables directly; this is a minor inconsistency (declared optional env vs. actual code usage) but not a credential or privacy risk. No secrets or unrelated credentials are requested.
Persistence & Privilege
always is false and the skill does not request elevated/system-wide persistence. It creates local output directories for converted files (expected behavior) and does not modify other skills' configs or global agent settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install md-docx - 安装完成后,直接呼叫该 Skill 的名称或使用
/md-docx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
md-docx 1.0.0 初始版本
- 支持Markdown (.md) 与 Word (.docx) 文件的相互转换,包含批量转换功能
- 自动识别用户需求(md→docx、docx→md),并引导上传文件
- 转换过程会尽可能保留标题、列表、表格、代码块及图片等格式
- 提供转换结果的下载链接或文件路径,并支持后续转化请求
- 输出目录、转换模式、图片保留等均可通过环境变量配置
- 支持最大50MB文件,自动创建输出文件夹并避免文件覆盖
元数据
常见问题
md-docx 是什么?
这是一个用于md文件与docx文件相互转换的技能。支持Markdown转Word文档,以及Word文档转Markdown格式。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 360 次。
如何安装 md-docx?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install md-docx」即可一键安装,无需额外配置。
md-docx 是免费的吗?
是的,md-docx 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
md-docx 支持哪些平台?
md-docx 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 md-docx?
由 huangesun(@huangesun)开发并维护,当前版本 v1.0.0。
推荐 Skills