# Google Drive

> Manages Google Drive files and folders — list, search, create folders, upload from workspace, and download to workspace.

- Skill: `rotoslider/google-drive` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds@latest add rotoslider/google-drive`
- Raw SKILL.md: https://api.skillmd.com/api/skills/rotoslider/google-drive/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: rotoslider (https://skillmd.com/u/rotoslider)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/rotoslider/google-drive

---


# Google Drive

## When to Use
- Browse Drive → `list_drive_files`
- Find file → `search_drive`
- Create folder → `create_drive_folder`
- Back up workspace file → `upload_to_drive`
- Get Drive file → `download_from_drive` (Docs→text, Sheets→CSV)

## Important
- upload_to_drive takes workspace-relative path, resolves to absolute
- download_from_drive exports Google Docs as text, Sheets as CSV
- Path traversal prevention: paths must stay within workspace root

