← 返回 Skills 市场
mutour

markdown-to-word

作者 King · GitHub ↗ · v0.4.0 · MIT-0
cross-platform ✓ 安全检测通过
139
总下载
1
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install markdown-to-word
功能描述
Convert a Markdown file or raw Markdown string into a polished Word DOCX document. Supports custom Word template files, includes built-in DOCX templates, and...
安全使用建议
This skill appears to do what it says: it calls pandoc to convert Markdown into .docx using either built-in or user-supplied templates. Before installing or running it: (1) ensure pandoc is installed and on PATH (the metadata omitted this requirement), (2) review any custom template files you pass (the script will read them from your filesystem), and (3) note the script prints JSON that includes local paths (output and template), so avoid passing sensitive filesystem paths if you don't want them exposed in logs or agent output. If you want extra assurance, inspect scripts/build_builtin_templates.py and scripts/markdown_to_docx.py directly (they are small, local Python scripts and do not perform network operations).
功能分析
Type: OpenClaw Skill Name: markdown-to-word Version: 0.4.0 The skill is a legitimate utility for converting Markdown files or strings into Word documents using the 'pandoc' library. The implementation in 'scripts/markdown_to_docx.py' and 'scripts/build_builtin_templates.py' follows security best practices by using subprocess.run with argument lists to prevent shell injection and handles file operations using standard library functions. No evidence of data exfiltration, unauthorized network access, or malicious prompt injection was found in the code or documentation.
能力评估
Purpose & Capability
The skill's name, description, SKILL.md, and included scripts all align with converting Markdown to DOCX using pandoc and optional reference DOCX templates. One small inconsistency: the SKILL.md and scripts clearly require pandoc on PATH, but the registry metadata lists no required binaries — the skill should declare pandoc as a required binary.
Instruction Scope
SKILL.md instructs the agent to run the included Python script which invokes pandoc to perform conversion. The instructions stay within the conversion task (accepting a file or raw markdown, applying a template, handling resource paths). They do not direct the agent to read unrelated system files or exfiltrate data. The script prints a JSON summary (including filesystem paths), so be aware that output includes local path information.
Install Mechanism
There is no install spec (instruction-only plus bundled scripts), so nothing is downloaded or executed on install. The runtime requires an external binary (pandoc) already present; no package downloads or archive extraction are performed by the skill itself.
Credentials
The skill requests no environment variables, secrets, or credentials. It accepts user-supplied template and resource paths (local filesystem), which is expected for template-based conversion.
Persistence & Privilege
The skill is not marked always:true and does not request system-wide configuration or other skills' credentials. It runs as a user-invoked skill and does not demand elevated or persistent privileges.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install markdown-to-word
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /markdown-to-word 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.4.0
- No user-facing changes; documentation and code maintenance only. - No new features, UI modifications, or workflow changes.
v0.3.0
- Updated sample usage and example in documentation to use English ("Weekly Report") instead of Chinese. - No behavioral changes; only documentation and example content updated for clarity and consistency.
v0.2.0
- Updated documentation to simplify command examples by removing hardcoded absolute paths. - All usage instructions now reference `scripts/markdown_to_docx.py` relative to the repository root. - No code or functionality changes; documentation only.
v0.1.0
Initial release – convert Markdown to polished Word DOCX files with template support. - Converts Markdown files or raw Markdown strings to DOCX using pandoc. - Supports custom Word templates and includes several built-in DOCX templates. - Optional table of contents, section numbering, and metadata features. - Built-in templates: modern-blue, executive-serif, warm-notebook, minimal-gray. - Supports resource paths for assets and advanced Markdown features. - Requires pandoc to be installed on your system.
元数据
Slug markdown-to-word
版本 0.4.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 4
常见问题

markdown-to-word 是什么?

Convert a Markdown file or raw Markdown string into a polished Word DOCX document. Supports custom Word template files, includes built-in DOCX templates, and... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 139 次。

如何安装 markdown-to-word?

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

markdown-to-word 是免费的吗?

是的,markdown-to-word 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

markdown-to-word 支持哪些平台?

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

谁开发了 markdown-to-word?

由 King(@mutour)开发并维护,当前版本 v0.4.0。

💬 留言讨论