Install
openclaw skills install md-to-gdocConvert markdown files to properly formatted Google Docs. Use when asked to create a Google Doc from markdown, upload markdown to Google Docs, put a .md file...
openclaw skills install md-to-gdocConvert .md files into Google Docs with proper heading styles, bold, code blocks, lists, links, and blockquotes.
gog auth add <email>)scripts/md-to-gdoc.sh <file.md> [--title "Title"] [--parent <folder-id>] [--account <email>]
Resolve scripts/ relative to this skill's directory.
gog docs update --format=markdown — never write --markdown, never create --file. The update path is the only one that correctly applies Google Docs heading styles via the API.# headings. If the source has "heading-looking" plain text without # markers, add them before conversion. The script warns but proceeds.update. This is deterministic and reliable.# = no formatted headings in the output.#–###### headings → Google Docs Heading 1–6**bold** → bold text`inline code` → Courier New> blockquotes → indented paragraphs- bullets → bullet-prefixed text1. numbered → number-prefixed text[text](url) → hyperlinks*italic* may not render (gog CLI bug in inline formatting parser — italic detection fails in certain contexts)•, 1.), not native Google Docs list objects--title — Doc title. Defaults to filename with hyphens→spaces.--parent — Google Drive folder ID to place the doc in.--account — Google account email. Defaults to gog's default (first authenticated account).# heading markers. Add them.gog auth list to verify auth. May need gog auth add <email>.update step failed. Check gog output for API errors.