gdocs-markdownCreate 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.
Install via ClawdBot CLI:
clawdbot install techlaai/gdocs-markdownCreate 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:
# Auto-downloaded to /tmp/pandoc-3.1.11/bin/pandoc on first use
# Or use system pandoc if available
/tmp/pandoc-3.1.11/bin/pandoc input.md -o output.docx
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
Generated Mar 1, 2026
Software development teams use this skill to convert Markdown-based technical specs or API documentation into Google Docs for collaborative editing and review. It streamlines the process of sharing formatted documents with non-technical stakeholders who prefer Google Docs' interface.
Students and researchers convert Markdown drafts of essays or research papers into Google Docs to meet submission requirements for online platforms. This allows for easy formatting preservation and enables real-time feedback from instructors or peers.
Marketing teams draft blog posts or campaign outlines in Markdown for version control, then convert them to Google Docs for collaborative editing with designers and managers. This bridges the gap between developer-friendly tools and team collaboration.
Consultants create business proposals in Markdown for consistency and efficiency, then transform them into Google Docs to share with clients for real-time feedback and approvals. It ensures professional formatting while maintaining collaborative workflows.
Translation agencies use this skill to convert Markdown source files into Google Docs, enabling multiple translators to work simultaneously on localized versions. It simplifies the management of multilingual content across teams.
Offer a basic version of this skill for free to attract individual users, then charge for advanced features like batch processing, custom templates, or API access. Revenue is generated through subscription tiers targeting small businesses and enterprises.
Provide this skill as part of a managed service for agencies needing to convert large volumes of Markdown content to Google Docs. Revenue comes from project-based fees or retainer contracts for ongoing support and automation.
Integrate this skill into existing developer platforms or IDEs as a paid add-on, enabling seamless Markdown-to-Google-Docs conversion within coding workflows. Revenue is generated through one-time purchases or usage-based pricing for teams.
💬 Integration Tip
Ensure the gog CLI is properly authenticated and pandoc is installed or auto-downloadable to avoid workflow interruptions.
Edit PDFs with natural-language instructions using the nano-pdf CLI.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Convert documents and files to Markdown using markitdown. Use when converting PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls), HTML, CSV, JSON, XML, images (with EXIF/OCR), audio (with transcription), ZIP archives, YouTube URLs, or EPubs to Markdown format for LLM processing or text analysis.
用 MinerU API 解析 PDF/Word/PPT/图片为 Markdown,支持公式、表格、OCR。适用于论文解析、文档提取。
Generate hand-drawn style diagrams, flowcharts, and architecture diagrams as PNG images from Excalidraw JSON
The awesome PPT format generation tool provided by baidu.