What problem does it solve? Google Docs exports bundle HTML and images in a format that does not map cleanly to Obsidian, leaving broken image links, Google redirect URLs, and mangled formatting. This Skill migrates those exports into a clean, faithful Obsidian vault structure. ## Core Features & Use Cases - Deterministic HTML-to-Markdown migration: A Python script preprocesses the Google Docs HTML (rebuilding nested lists, detecting code blocks, mapping CSS classes to bold/italic/color/highlight), runs pandoc, and post-processes the output into clean markdown. - Structured vault output: Splits content into monthly files (YYYY-MM.md), topic files per top-level heading, and an index file, with images copied to a shared assets folder using slug-prefixed Obsidian embeds. - Artifact cleanup: Strips Google redirect wrappers, phantom paragraphs, nbsp entities, and leftover CSS classes while preserving colors, highlights, links, and code fences. - Use Case: You exported a large image-heavy design doc from Google Docs as a zipped web page and want it archived in your Obsidian vault with working images, readable formatting, and topic files grouped by theme. ## Quick Start Ask the assistant to migrate your downloaded Google Docs HTML export into your Obsidian vault by providing the export.html path, a source slug, and the vault root.