skills/converting-gdocs-to-markdown/SKILL.md
--- Skill name: converting-gdocs-to-markdown Skill description: Convert Google Docs to markdown files for the repository. Use when importing documentation from Google Drive or converting gdocs to local markdown. --- # Converting Google Docs to Markdown Convert Google Docs to markdown files using the gdrive skill. ## Prerequisites The gdrive skill must be installed and authenticated. Install it if needed: ```bash sq agents skills add gdrive ``` Then load it: ``` Load the gdrive skill ```
npx skillsauth add abhiroopb/synthetic-mind skills/converting-gdocs-to-markdownInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
4 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Convert Google Docs to markdown files using the gdrive skill.
The gdrive skill must be installed and authenticated. Install it if needed:
sq agents skills add gdrive
Then load it:
Load the gdrive skill
If not authenticated, run from the gdrive skill directory:
uv run gdrive-cli.py auth login
Extract the document ID from the Google Docs URL:
https://docs.google.com/document/d/DOCUMENT_ID/edit/d/ and /editFrom the gdrive skill directory ({{SKILL_DIR}} when gdrive is loaded):
uv run gdrive-cli.py read <document-id>
If the document has tabs (URL contains ?tab=):
uv run gdrive-cli.py read <document-id> --tab <tab-id>
To read all tabs:
uv run gdrive-cli.py read <document-id> --all-tabs
The gdrive skill returns plain text. Convert to proper markdown conforming to the templates in AGENTS.md §7:
#, ##, ###)- or 1.**text**) and italic (*text*) where appropriateSave to the appropriate directory following the <scope>/<feature> convention:
requirements/<scope>/<feature>/PRD.mdrequirements/<scope>/<feature>/RESEARCH.mdrequirements/<scope>/<feature>/DECISIONS.mdUse kebab-case for all path segments.
--all-tabs to get complete documents with multiple sectionsuv run gdrive-cli.py docs get <doc-id> for complex formattingtesting
Track TV shows and movies with Trakt.tv. Search, get watchlist, history, up-next, recommendations, trending, calendar, ratings, stats, add/remove from watchlist, mark watched, rate, and check in. Use when asked about what to watch, TV shows, movies, watch history, or Trakt.
development
Send and receive SMS messages via Twilio API. Used for text message notifications, forwarding important alerts, and two-way SMS communication.
documentation
Organizes files in the local Downloads folder into proper folders. Use when asked to organize, sort, or file downloaded documents.
tools
Book and manage appointments on Sutter Health MyHealth Online portal. Uses browser automation via Playwright MCP to interact with the patient portal.