← 返回 Skills 市场
101
总下载
2
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install markdown-to-docx-converter
功能描述
Converts uploaded Markdown (.md) files to formatted Word documents via md2word.com, supporting LaTeX and Mermaid rendering.
安全使用建议
This skill appears to do what it says: it uploads the provided .md file to md2word.com and returns a .docx. Before installing or using it, consider:
- Privacy: your Markdown (which may contain secrets or PII) will be uploaded to a third-party site (md2word.com). Do not use it for sensitive content unless you trust that site and its policy.
- Trust and availability: the code hardcodes md2word.com endpoints and a short sleep for processing — conversions may fail if the site changes its API/paths.
- Local alternatives: if you need to keep documents local, use local tools (pandoc, python-docx-based converters) instead of uploading to an external service.
- Dependencies & runtime: the skill needs Python with requests and BeautifulSoup installed to run the included script.
If you are comfortable with those trade-offs, the skill is internally coherent; if not, avoid using it for sensitive documents or prefer a local converter.
功能分析
Type: OpenClaw Skill
Name: markdown-to-docx-converter
Version: 1.0.2
The skill functions by uploading user-provided Markdown files to a third-party website (https://md2word.com/en) for conversion, as implemented in scripts/convert_md_to_word.py. While this behavior is consistent with the stated purpose in SKILL.md, it involves the exfiltration of potentially sensitive user data to an external service. No evidence of intentional malice, such as credential theft or unauthorized system access, was found, but the reliance on a remote third-party endpoint for data processing poses a significant privacy risk.
能力评估
Purpose & Capability
Name/description say it uploads Markdown to md2word.com and returns a Word file. The included Python script and SKILL.md both implement exactly that (HTTP session, POST file to md2word.com, GET export). Declared dependencies (requests, beautifulsoup4) are plausible for the task.
Instruction Scope
SKILL.md explicitly instructs uploading the user's .md to https://md2word.com/en and downloading the converted .docx. That is within the stated purpose, but it means user content is sent to a third-party site — a privacy/security consideration that callers must be aware of. The SKILL.md does not instruct reading other files or secrets.
Install Mechanism
There is no install spec (instruction-only delivery) and only small source files plus a requirements.txt are included. No external URLs, binary downloads, or extract steps are used. This is low install risk; however, the runtime will need Python and the listed pip packages available to execute the script.
Credentials
The skill requests no environment variables, credentials, or config paths. The network access it requires (posting files to md2word.com) is proportional to the converter purpose, but it does imply sending potentially sensitive data to an external domain.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills/configs. Autonomous invocation is allowed (platform default) — combine this with the fact it uploads user files when invoked.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install markdown-to-docx-converter - 安装完成后,直接呼叫该 Skill 的名称或使用
/markdown-to-docx-converter触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Removed selenium and webdriver-manager from dependencies.
- Now lists only requests and beautifulsoup4 as required dependencies.
v1.0.1
- Added an English-language description section to SKILL.md, including input/output formats, workflow, and dependencies.
- Kept the original Chinese documentation for bilingual support.
- No functional or code changes were made.
v1.0.0
Initial release: Convert Markdown files to Word documents via md2word.com.
- Automatically uploads .md files and returns .docx files to the user
- Uses requests, beautifulsoup4, selenium, and webdriver-manager for conversion process
- Simple workflow: receive, upload, convert, download, return
元数据
常见问题
AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) 是什么?
Converts uploaded Markdown (.md) files to formatted Word documents via md2word.com, supporting LaTeX and Mermaid rendering. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。
如何安装 AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install markdown-to-docx-converter」即可一键安装,无需额外配置。
AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) 是免费的吗?
是的,AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) 支持哪些平台?
AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 AI-Powered Markdown to Word Converter (LaTeX, Mermaid & Auto Formatting)?
由 Tian-0818(@tian-0818)开发并维护,当前版本 v1.0.2。
推荐 Skills