← 返回 Skills 市场
128
总下载
0
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install marktodocx-skill
功能描述
Convert Markdown into a DOCX file using the shared marktodocx Node runtime. Use when the user explicitly wants Markdown content or a Markdown file converted...
安全使用建议
This skill appears to do exactly what it claims: convert local Markdown to DOCX using a bundled Node runtime. It writes files and will read optional environment variables for styling or Mermaid/browser configuration. Before installing: (1) confirm you trust the published author/artifact (it includes vendored packages and optional Mermaid/browser binaries), (2) be aware that Mermaid rendering requires extra runtime components (Chromium or a Mermaid bundle) and will fail loudly if missing, and (3) run the skill in an environment where writing files is acceptable (it writes output files to paths you supply). If you want extra assurance, inspect skill.mjs and the vendor tarballs or run the exported skill in an isolated container. If you do not need Mermaid, the standard export disables it and requires no browser binaries.
功能分析
Type: OpenClaw Skill
Name: marktodocx-skill
Version: 0.1.3
The skill is a Markdown-to-DOCX converter that utilizes a shared Node.js runtime. The code in skill.mjs is well-structured and focuses on parameter mapping, input resolution, and file writing. While it includes a function (ensureExecutableBit) that uses fs.chmod to set executable permissions on bundled Chromium binaries for Mermaid rendering, this behavior is contextually justified and limited to specific browser-related filenames. No evidence of data exfiltration, malicious prompt injection, or unauthorized network activity was found.
能力标签
能力评估
Purpose & Capability
Name/description match the files and behavior: skill.mjs exposes convertWithAgentSkill(), reads Markdown (file or inline), converts to DOCX via @marktodocx/runtime-node, and writes output. The optional Mermaid support and vendored-browser handling are documented and consistent with the package layout.
Instruction Scope
SKILL.md gives focused runtime instructions (call the wrapper, provide exactly one input source, preserve image baseDir, report output path). The instructions ask the agent to read the local skill file and repository README for configuration — reasonable for an exported agent skill. There are no instructions to read unrelated system files, exfiltrate data, or call unknown external endpoints.
Install Mechanism
No install spec is provided (instruction-only and export artifact included), so deployment is manual (copy/unzip into skills dir) as documented. The dist folder contains vendor tarballs and a package-lock.json so the exported artifact is largely self-contained. No downloads from shorteners or untrusted URLs are required by the skill itself.
Credentials
The skill does not require credentials and declares no required env vars, but the code legitimately reads optional environment variables (e.g., PUPPETEER_EXECUTABLE_PATH, MARKTODOCX_* style defaults) and process.env for Mermaid/browser resolution. This is proportionate to optional features (Mermaid) but note these env vars are optional and not secrets the skill needs by default.
Persistence & Privilege
Flags show disable-model-invocation:true and always:false, so the skill will not be auto-selected and does not demand permanent/global presence. It writes files under explicit output paths (or next to the input file), which matches its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install marktodocx-skill - 安装完成后,直接呼叫该 Skill 的名称或使用
/marktodocx-skill触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.3
Remove default mermaid support
v0.1.2
Update introduction
v0.1.1
Add CJK font
v0.1.0
First Version
元数据
常见问题
marktodocx-skill 是什么?
Convert Markdown into a DOCX file using the shared marktodocx Node runtime. Use when the user explicitly wants Markdown content or a Markdown file converted... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 128 次。
如何安装 marktodocx-skill?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install marktodocx-skill」即可一键安装,无需额外配置。
marktodocx-skill 是免费的吗?
是的,marktodocx-skill 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
marktodocx-skill 支持哪些平台?
marktodocx-skill 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 marktodocx-skill?
由 zhao-kun(@zhao-kun)开发并维护,当前版本 v0.1.3。
推荐 Skills