Markdown to Word (.docx) Converter
v1.0.0Convert Markdown files to formatted Word (.docx) documents with automatic template style detection. Use this skill whenever the user mentions converting Mark...
⭐ 0· 106·2 current·2 all-time
by@krabww
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description match the included script and instructions. Required tools (python-docx, mermaid-cli, Chrome/Chromium, LibreOffice/textutil) are appropriate for parsing Markdown, rendering Mermaid to PNG, and handling .doc/.docx templates. No unrelated environment variables, binaries, or config paths are requested.
Instruction Scope
SKILL.md instructs the agent to identify user-specified input files and check common template locations (e.g., docs/, templates/) and to install dependencies with pip/npm if missing. These actions are necessary for conversion but do require the agent to read local files and potentially run package installs and external binaries. There are no instructions to transmit data to external endpoints in the provided content.
Install Mechanism
The skill is instruction-only (no install spec) but bundles a Python script. Dependencies are installed via pip and npm (global mermaid-cli). Using global npm/pip installs or relying on system Chrome/LibreOffice is expected here, but installing packages globally has side effects and requires network access and appropriate privileges.
Credentials
No environment variables, credentials, or config paths are required. The script inspects local filesystem paths for templates and browser binaries, which is coherent with its purpose.
Persistence & Privilege
Skill does not request always:true and does not declare persistent elevated privileges. It runs as a user-invocable skill and may be invoked autonomously (platform default), which is expected for an assistant skill of this type.
Assessment
This skill appears to do what it says: convert Markdown to .docx using a bundled Python script and external tools. Before installing or running it, consider: 1) Review the full script locally (especially the truncated part) to confirm there are no unexpected network calls or file accesses beyond templates and the input file. 2) The SKILL will read files you point it at and search common template directories — do not point it at directories containing secrets. 3) It asks to install dependencies via pip/npm (the README and SKILL.md suggest running npm install -g @mermaid-js/mermaid-cli), which requires network access and may install global binaries; prefer installing into a virtualenv or installing mermaid-cli locally to avoid global side effects. 4) It invokes system binaries (Chrome/Chromium, textutil, libreoffice, mmdc) via subprocess — ensure those are trusted on your machine. 5) If you want extra safety, run conversions in a sandbox/container or on a machine without sensitive files. If you want, provide the remaining portion of the script for a deeper review of subprocess calls and any network activity.Like a lobster shell, security has layers — review code before you run it.
chinesevk976f7vpd15a433b3d8mj6y8zh83jk31documentvk976f7vpd15a433b3d8mj6y8zh83jk31docxvk976f7vpd15a433b3d8mj6y8zh83jk31latestvk976f7vpd15a433b3d8mj6y8zh83jk31markdownvk976f7vpd15a433b3d8mj6y8zh83jk31mermaidvk976f7vpd15a433b3d8mj6y8zh83jk31typesettingvk976f7vpd15a433b3d8mj6y8zh83jk31wordvk976f7vpd15a433b3d8mj6y8zh83jk31
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
