Create Google Docs from Markdown files. Use when the user wants to create a Google Doc from Markdown content, or when working with gog CLI and need to populate Google Docs with content. This skill handles the conversion Markdown → DOCX → Google Docs via Drive upload, since gog docs CLI only supports create/export/cat/copy but NOT write/update content.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install gdocs-markdown或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install gdocs-markdown⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/gdocs-markdown/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: gdocs-markdown description: Create Google Docs from Markdown files. Use when the user wants to create a Google Doc from Markdown content, or when working with gog CLI and need to populate Google Docs with content. This skill handles the conversion Markdown → DOCX → Google Docs via Drive upload, since gog docs CLI only supports create/export/cat/copy but NOT write/update content. ---
Create Google Docs from Markdown files using the workflow: Markdown → DOCX → Drive Upload → Google Docs.
gog docs CLI does NOT support writing/updating content to Google Docs. It only supports:
create - Create empty docexport - Export to filecat - Read contentcopy - Copy existing docThis skill provides the missing workflow to create Google Docs WITH content from Markdown.
Created by techla
gog CLI authenticated with Google accountpandoc binary (auto-downloaded on first use if not available)After installing from ClawHub, fix the script permissions:
chmod +x ~/.openclaw/workspace/skills/gdocs-markdown/scripts/gdocs-create.sh
# Create Google Doc from markdown file
gdocs-create.sh /path/to/file.md "Tiêu đề Document"
If you need more control, follow these steps:
```bash # Auto-downloaded to /tmp/pandoc-3.1.11/bin/pandoc on first use # Or use system pandoc if available ```
```bash /tmp/pandoc-3.1.11/bin/pandoc input.md -o output.docx ```
```bash gog drive upload output.docx ```
See scripts/gdocs-create.sh for the helper script that automates this workflow.
# Create a report from markdown
echo "# Báo Cáo\n\nNội dung..." > /tmp/report.md
gdocs-create.sh /tmp/report.md "Báo Cáo Tháng 2"
# Output: https://docs.google.com/document/d/xxxxx/edit
安装 Google Docs from Markdown 后,可以对 AI 说这些话来触发它
Help me get started with Google Docs from Markdown
Explains what Google Docs from Markdown does, walks through the setup, and runs a quick demo based on your current project
Use Google Docs from Markdown to create Google Docs from Markdown files
Invokes Google Docs from Markdown with the right parameters and returns the result directly in the conversation
What can I do with Google Docs from Markdown in my documents & notes workflow?
Lists the top use cases for Google Docs from Markdown, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/gdocs-markdown/ 目录(个人级,所有项目可用),或 .claude/skills/gdocs-markdown/(项目级)。重启 AI 客户端后,用 /gdocs-markdown 主动调用,或让 AI 根据上下文自动发现并使用。
Google Docs from Markdown 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
Google Docs from Markdown 可免费安装使用。请查阅仓库了解许可证信息。
Create Google Docs from Markdown files. Use when the user wants to create a Google Doc from Markdown content, or when working with gog CLI and need to populate Google Docs with content. This skill handles the conversion Markdown → DOCX → Google Docs via Drive upload, since gog docs CLI only supports create/export/cat/copy but NOT write/update content.
Automate my documents & notes tasks using Google Docs from Markdown
Identifies repetitive steps in your workflow and sets up Google Docs from Markdown to handle them automatically
Google Docs from Markdown 属于「Documents & Notes」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。