Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
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. 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.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
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 doc export - Export to file cat - Read content copy - Copy existing doc This skill provides the missing workflow to create Google Docs WITH content from Markdown.
Created by techla
gog CLI authenticated with Google account pandoc 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: Ensure pandoc is available: # Auto-downloaded to /tmp/pandoc-3.1.11/bin/pandoc on first use # Or use system pandoc if available Convert Markdown to DOCX: /tmp/pandoc-3.1.11/bin/pandoc input.md -o output.docx Upload to Drive (auto-converts to Google Docs): gog drive upload output.docx Result: Google Drive returns a link to the converted Google Doc
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 Drive automatically converts DOCX to Google Docs format on upload The resulting document is fully editable in Google Docs Original DOCX file remains in Drive but can be deleted if only Google Docs version is needed
Workflow acceleration for inboxes, docs, calendars, planning, and execution loops.
Largest current source with strong distribution and engagement signals.