A streamlined utility for converting local Markdown documents into professionally formatted Google Docs with preserved styles and hierarchies.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install md-to-gdoc
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install md-to-gdoc using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The Markdown to Google Doc skill is a specialized bridge between developer-centric documentation and collaborative office suites. By integrating this tool into your Openclaw Skills library, you can automate the transition from technical .md files to shared Google Workspace documents. It preserves critical formatting such as multi-level headings, bold text, and code blocks, ensuring that your technical content is presentation-ready without manual reformatting.
This tool is particularly valuable for teams that utilize Markdown for internal documentation but require Google Docs for stakeholder reviews or client deliverables. It leverages the gog CLI to ensure a reliable, API-driven conversion process that respects Google Docs' native heading styles and structural elements.
To get started with this component of your Openclaw Skills, ensure you have the gog CLI installed and authenticated:
gog auth add <[email protected]>
Ensure Python 3 is available on your system path. You can then execute the conversion script from your local environment:
scripts/md-to-gdoc.sh <file.md> --title "Project Documentation" --parent <folder-id>
The skill translates Markdown syntax into specific Google Docs API attributes as follows:
| Markdown Element | Google Doc Result | Implementation Detail |
|---|---|---|
| # - ###### | Heading 1 - 6 | Maps directly to native Google styles |
| Bold | Bold Text | Standard weighted font application |
| Code Blocks | Courier New + Background | Wrapped in a styled block for readability |
| Tables | Native Table Objects | Converts Markdown tables to document tables |
| Link | Hyperlink | Active clickable links in the document |
| Blockquotes | Indented Text | Indented paragraphs for cited content |
--parent flag for automated organization.Loading
A high-performance flight search tool that retrieves real-time schedules, pricing, and booking links directly from Google Flights.

A comprehensive toolkit for checking domain availability, pricing, and managing purchases directly via Vercel and Openclaw Skills.

A command-line utility to instantly expose local development projects via Caddy-managed subdomains with automated tmux session management.

A specialized utility designed to identify and remove AI-generated code slop, redundant defensive logic, and inconsistent styling from git branches.

An advanced research agent for Openclaw Skills that builds living markdown documentation through interactive exploration and deep asynchronous investigation.

A comprehensive toolkit for automating Telegram forum topic management and group administration through the Bot API.








































