Markdown to Word Converter

v1.1.0

Convert Markdown files to formatted Word documents (.docx). Use when the user asks to convert, export, or save a Markdown file as Word/DOCX format. Triggers...

0· 122·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description promise (Markdown → Word) aligns with the included script and SKILL.md. The Python script implements Markdown parsing and formatting into a .docx using python-docx; nothing requires extra services or credentials.
Instruction Scope
SKILL.md instructs the agent to run the provided script on a user-specified file, confirm output, and install python-docx if missing. The script reads only the input markdown file and writes the output .docx; it does not access other paths, environment variables, or remote endpoints.
Install Mechanism
No install spec is provided (instruction-only). SKILL.md suggests installing python-docx via pip, which is appropriate and expected for this task. No downloads from unknown URLs or archive extraction are present.
Credentials
The skill requires no environment variables, no credentials, and no config paths. The minimal dependency (python-docx) is directly relevant to generating .docx files.
Persistence & Privilege
Skill is not forced-always, is user-invocable, and does not attempt to modify other skills or system-wide configuration. It simply runs a script that reads an input file and writes an output file.
Assessment
This skill appears coherent and limited to converting a Markdown file into a .docx using the included Python script. Before running: (1) review the script yourself (it is included) and confirm you trust it; (2) install python-docx in a controlled environment (pip install python-docx); (3) only provide file paths you intend the tool to read — the script will read the input path you pass and write the output file; and (4) if you handle sensitive files, run the conversion in a sandbox or on a machine you control. There are no network calls or credential requests in the code, so there is low risk of exfiltration from the script as provided.

Like a lobster shell, security has layers — review code before you run it.

latestvk975b5t33x9tqpgtbnv0kr8pd583zwt2

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments