skills/publish-to-google-docs/SKILL.md
Quickly publish markdown notes to styled Google Docs using pandoc and a Word template. Use when creating Google Docs from markdown, applying branding to documents, or pushing content to Drive for sharing.
npx skillsauth add ericmjl/skills publish-to-google-docsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Quickly publish markdown notes to styled Google Docs using pandoc and a Word template.
If pandoc is not installed, ask the user how they would like to install it:
Preferred option (pixi):
pixi global install pandoc
Alternative options by platform:
| Platform | Command |
|----------|---------|
| macOS (Homebrew) | brew install pandoc |
| macOS (MacPorts) | port install pandoc |
| Windows (Chocolatey) | choco install pandoc |
| Windows (winget) | winget install --source winget --exact --id JohnMacFarlane.Pandoc |
| Linux (Conda) | conda install -c conda-forge pandoc |
| Any (download) | Download from https://github.com/jgm/pandoc/releases/latest |
Use the question tool to present these options if pandoc is missing.
which pandoc && pandoc --version
If not found, prompt user to install (see self-healing above).
pandoc INPUT.md --from markdown --to docx --reference-doc=TEMPLATE.docx --output=OUTPUT.docx
The --reference-doc flag applies the template's styles (fonts, headings, margins) to the output.
uv run scripts/upload_to_drive.py --input OUTPUT.docx --title "Document Title"
Returns a shareable Google Docs link.
# Convert and upload
pandoc "proposal.md" --from markdown --to docx --reference-doc="template.docx" --output="proposal.docx"
uv run scripts/upload_to_drive.py --input "proposal.docx" --title "My Proposal"
Uploads a docx file to Google Drive using OAuth2 user authentication.
Usage:
uv run scripts/upload_to_drive.py --input /path/to/file.docx --title "Document Title"
Setup (one-time):
export GOOGLE_CLIENT_ID='your-client-id.apps.googleusercontent.com'
export GOOGLE_CLIENT_SECRET='your-client-secret'
Features:
--logout to remove saved credentials--no-share to keep document privateFor best results, your template should have these styles defined:
| Style | Usage | |-------|-------| | Title | Document title (# heading) | | Heading 1 | Major sections (## heading) | | Heading 2 | Subsections (### heading) | | Heading 3 | Sub-subsections (#### heading) | | Normal | Body paragraphs |
--reference-docdevelopment
Create animated videos using Remotion from topics, product URLs, Google reviews, talking-head videos, or CSV data. Supports 5 video types: educational explainers, product launch demos, testimonial/social proof, avatar video overlays, and data visualization dashboards. Each follows a 2-step workflow: research/scrape/analyze then design and animate with spring animations, SVG diagrams, and count-up effects. Requires the Remotion best practices skill (install with `npx skills add remotion-dev/skills`). Use when the user asks to create a Remotion video, explainer video, educational video, product demo video, testimonial video, video with animated overlays, data visualization video, animated dashboard, or short-form vertical video for mobile.
development
Comprehensive YouTube operations using yt-dlp - download videos/audio, extract transcripts and subtitles, get metadata, work with playlists, download thumbnails, and inspect available formats. Use this for any YouTube content processing task.
data-ai
Ingest YouTube videos into the vault. Triggers when user pastes a YouTube URL (youtube.com/watch or youtu.be). Fetches transcript using yt-dlp, extracts metadata, creates transcript note and summary note. User may provide additional context about the video.
tools
Advanced negotiation and communication advisor grounded in Chris Voss's tactical empathy methodology (Never Split the Difference, The Black Swan Group). Use this skill whenever the user needs help with any interpersonal situation involving influence, persuasion, or navigating difficult dynamics. This includes but is not limited to: analyzing conversations, call transcripts, or email threads; preparing for negotiations (salary, vendor, client, partner); drafting tactful responses; handling pushback, objections, or conflict; navigating difficult workplace conversations; preparing for performance reviews or raises; buying a car, house, or any big purchase; dealing with landlords, contractors, or service providers; resolving personal disagreements; practicing negotiation through role-play; or any situation where the user says things like "how should I respond to this", "they're pushing back", "I need to have a tough conversation", "how do I ask for...", "they ghosted me", "I'm not sure how to handle this person", "counter-offer", "pricing", "deal", "objection", or "difficult conversation". Activate broadly — most interpersonal communication benefits from tactical empathy whether or not the user frames it as "negotiation." This skill integrates FBI hostage negotiation techniques (93% success rate) with behavioral economics (Kahneman's Prospect Theory) and neuroscience (amygdala hijacking, loss aversion).