一键导入
markdown-publisher
Converts Markdown files to Google Docs-friendly DOCX format using Pandoc (via a helper script).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Converts Markdown files to Google Docs-friendly DOCX format using Pandoc (via a helper script).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when stress-testing a product idea before committing — interviews the user on six PM lenses and produces a conviction brief alongside the session.
Builds a self-contained interactive HTML visualisation that makes a process, algorithm, decision logic, or system visually and experientially understandable. Primary input is a linear walkthrough, but works directly from code, documents, or concept descriptions too — and can invoke the linear-walkthrough skill as an intermediate step if the source material lacks sufficient clarity or structure. Use when the user wants to "see how this works", wants an interactive version of a walkthrough, wants to explain a process visually to an audience, or asks to "visualise", "animate", or "build an interactive explanation" of anything. Richer and more interactive is always preferred, as long as it makes the logic clearer rather than decorating it.
Generates a linear, narrative walkthrough of source material — code, documents, architecture diagrams, meeting notes, Jira tickets, or any combination. Produces a step-by-step guide that explains logic, purpose, and connections between components in a readable sequence. Use when the user wants to understand how something works, wants to explain a system to others, asks to "walk through" or "explain" code or docs, or needs to document a system's logic for learning or onboarding. Also trigger when the user provides files or code and asks "how does this work?" or "take me through this."
Use the Obsidian CLI to interact with the vault natively—search, read, create, manage tasks, properties, daily notes, and more. Prefer CLI over raw file I/O for vault-aware operations.
| name | markdown-publisher |
| description | Converts Markdown files to Google Docs-friendly DOCX format using Pandoc (via a helper script). |
This skill allows you to convert Markdown files into .docx files optimized for import into Google Docs. It handles LaTeX formulas by converting them to native Word equations (via an intermediate LaTeX step).
Use this skill when the user asks to:
Identify the Input File:
Run the Conversion Script:
md2gdoc.sh script located in the scripts subdirectory of this skill..agent/skills/markdown-publisher/scripts/md2gdoc.sh (resolve to absolute path).# Syntax
/path/to/scripts/md2gdoc.sh <input_file_absolute_path>
Confirm Success:
pandoc must be installed on the system (User confirmed it is).reference_template.docx (optional) in 03. Resources/Templates/ for styling.$..$ or $$..$$).