Full Google Drive management via Python scripts and credentials.json. Use this skill whenever the user wants to do ANYTHING with Google Drive: creating, reading, updating, or deleting Google Docs, Sheets, Slides, or any files; managing folders; uploading or downloading files/folders; searching Drive. Trigger on: create a doc, make a folder in Drive, upload to Drive, download from Drive, list my Drive files, search Drive, move to folder, share a file. Uses Python + credentials.json (OAuth2). Outputs Markdown tables or JSON. CRITICAL: all destructive operations (trash/delete) must use safety.py guardrails — non-negotiable, cannot be bypassed.
$npx -y skills add habitual69/gdrive-manager --skill gdrive-managerInstalls into the current project.
Run `npx skills use "https://github.com/habitual69/gdrive-manager" --skill "habitual69/gdrive-manager"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/habitual69/gdrive-manager" that are relevant to the current task. Run `npx skills add "https://github.com/habitual69/gdrive-manager"` and select the relevant skills, then follow their instructions.