← 返回 Skills 市场
runmanfm-bit

Markdown To Word Skill

作者 runmanfm-bit · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
828
总下载
1
收藏
8
当前安装
1
版本数
在 OpenClaw 中安装
/install markdown-to-word-skill
功能描述
Convert Markdown files to well-formatted Word documents with support for headings, lists, tables, code blocks, images, math formulas, custom styles, template...
安全使用建议
This package appears coherent for converting Markdown to Word. Before installing, consider: 1) Run the install process inside an isolated environment (the script already creates a venv) or a container to limit exposure. 2) Inspect full contents of md2docx.py and the mermaid helper (mermaid processing sometimes calls external CLIs or web services) to confirm there are no network calls or subprocesses you don't expect. 3) Note that pip will pull packages from PyPI — if you require stricter provenance, vendor or audit dependencies first. 4) The templates in install.sh are placeholder .info files (not real .docx templates); if you need real templates, provide them yourself. 5) If you accept this skill, avoid running it on sensitive directories until you've tested it on sample files.
功能分析
Type: OpenClaw Skill Name: markdown-to-word-skill Version: 1.0.0 The OpenClaw AgentSkills skill bundle for Markdown to Word conversion appears benign. All scripts (`install.sh`, `quick_start.sh`, `scripts/*.py`) perform local file operations consistent with the stated purpose of converting Markdown files and processing images. There is no evidence of data exfiltration, unauthorized network communication, persistence mechanisms, or prompt injection attempts against the AI agent in `SKILL.md`. The use of `base64 -d` in `install.sh` is for decoding a sample image, not for obfuscating malicious code. Potential vulnerabilities like arbitrary file read/write via user-supplied paths are inherent to file processing tools but do not indicate malicious intent.
能力评估
Purpose & Capability
Name/description (Markdown→Word) align with the included scripts (md2docx*.py), install.sh, and SKILL.md. Required dependencies (python-docx, markdown, beautifulsoup4, pillow) are appropriate for document and image handling. No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md and the scripts only instruct reading markdown files, locating local images, converting to .docx, and optionally processing directories/templates. Instructions do not reference reading unrelated system files, environment variables, or sending data to external endpoints. The install script decodes a bundled base64 sample image and creates small .info template descriptors — both consistent with examples/test data.
Install Mechanism
No remote downloads or obscure installers are used. install.sh creates a Python virtual environment and runs pip install of common packages from PyPI (expected for Python tooling). This is normal but carries the usual PyPI risk surface (dependencies come from public registries). No extracted archives or remote URLs are present.
Credentials
The skill requests no environment variables, no credentials, and no configuration paths. The set of required Python packages is proportionate to the described functionality.
Persistence & Privilege
The skill does not request always:true and does not modify system-wide settings. install.sh writes files within the skill tree and creates a local venv — expected behavior for a local tool and not a privilege escalation.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-to-word-skill
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-to-word-skill 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of Markdown转Word技能. - Converts Markdown files to well-formatted Word documents, supporting all basic Markdown elements. - Advanced features: batch conversion, image and table processing, code block formatting, LaTeX math formulas, and customizable styles. - Includes predefined academic, business, and technical Word templates; supports user-defined templates. - Installation and quick start scripts included for easy setup. - Troubleshooting and extensive usage instructions provided in documentation. - Directory includes scripts, templates, examples, and configuration for flexible and extensible usage.
元数据
Slug markdown-to-word-skill
版本 1.0.0
许可证
累计安装 8
当前安装数 8
历史版本数 1
常见问题

Markdown To Word Skill 是什么?

Convert Markdown files to well-formatted Word documents with support for headings, lists, tables, code blocks, images, math formulas, custom styles, template... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 828 次。

如何安装 Markdown To Word Skill?

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

Markdown To Word Skill 是免费的吗?

是的,Markdown To Word Skill 完全免费(开源免费),可自由下载、安装和使用。

Markdown To Word Skill 支持哪些平台?

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

谁开发了 Markdown To Word Skill?

由 runmanfm-bit(@runmanfm-bit)开发并维护,当前版本 v1.0.0。

💬 留言讨论