← Back to Skills Marketplace
Markdown To Word Skill
by
runmanfm-bit
· GitHub ↗
· v1.0.0
828
Downloads
1
Stars
8
Active Installs
1
Versions
Install in OpenClaw
/install markdown-to-word-skill
Description
Convert Markdown files to well-formatted Word documents with support for headings, lists, tables, code blocks, images, math formulas, custom styles, template...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install markdown-to-word-skill - After installation, invoke the skill by name or use
/markdown-to-word-skill - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 828 downloads so far.
How do I install Markdown To Word Skill?
Run "/install markdown-to-word-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Markdown To Word Skill free?
Yes, Markdown To Word Skill is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Markdown To Word Skill support?
Markdown To Word Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Markdown To Word Skill?
It is built and maintained by runmanfm-bit (@runmanfm-bit); the current version is v1.0.0.
More Skills