# Automate Google Drive File Operations

Manual Google Drive file management is slow and difficult to repeat. This skill documents command-line workflows for searching, transferring, and organizing Workspace files.

## Install

```bash
npx skillstore add sickn33/google-drive-automation
```

## Metadata

- Status: approved
- Slug: sickn33-google-drive-automation
- Version: 1.0
- Author version: 1.0
- Skillstore revision: r2
- Version status: invalid
- Tree hash: fbfe74ac264ba981930ed3288abc92af40cdb1a3d8bf68fb49261daf4ceeaa11
- Author: sickn33
- GitHub username: sickn33
- License: Apache-2.0
- Repository: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/google-drive-automation
- Ref: 88a8e9a07f4c54ab105c1c41b6267c287146b07b
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands, network
- Quality score: 69
- Public page: https://skillstore.pages.dev/skills/sickn33-google-drive-automation
- Manifest: https://skillstore.pages.dev/api/skills/sickn33-google-drive-automation/manifest

## Capabilities

- Documents OAuth login, status, and logout commands for Google Workspace accounts.
- Provides search examples for text, titles, shared files, URLs, folder identifiers, and native Drive queries.
- Documents file listing and paginated result workflows.
- Provides commands for uploading, downloading, copying, moving, renaming, and trashing files.
- Documents folder discovery and nested folder creation.

## Use Cases

- Find Project Files: Search Drive by phrase, title, folder, or shared status and return relevant identifiers.
- Publish Team Deliverables: Upload reports to a selected Workspace folder with a clear destination and filename.
- Organize Shared Drives: Preview folder changes, then move, copy, or rename approved files.

## Prompt Templates

### Search for a File

```
Search my Google Drive for [phrase] and show the file names, identifiers, types, and modified dates.
```

### List a Folder

```
List up to [count] files in folder [folder ID], including names and identifiers, without changing anything.
```

### Upload a Document

```
Upload [local path] to folder [folder ID] as [Drive name], after confirming the source and destination.
```

### Reorganize Approved Files

```
Find files matching [query], propose moves into [folder ID], and execute only the changes I explicitly approve.
```

## Limitations

- The package does not include the referenced authentication or Drive scripts.
- Personal Gmail accounts are not supported.
- Google Docs, Sheets, and Slides require export or dedicated tools for downloads.
- Full read and write access can expose or modify all data allowed by the granted OAuth scope.

## Best Practices

- Confirm OAuth scopes and the active Workspace account before accessing Drive data.
- Use file and folder identifiers when names are duplicated.
- Preview and confirm every move, rename, upload, copy, or trash operation.

## Anti Patterns

- Do not execute referenced scripts until their source and installation path are verified.
- Do not use broad native queries when a precise title or folder search is sufficient.
- Do not trash or reorganize files from incomplete identifiers or ambiguous names.

## Security Audit

- Audited at: 2026-07-24T00:42:26.737\+00:00
- Summary: All 22 static findings are false positives caused by Markdown fences, inline code, and official Google Drive example URLs. The skill still has material risks because referenced scripts are absent and destructive Drive commands lack explicit confirmation controls.

## Stats

- Views: 110
- Downloads: 14
- Favorites: 0
- Popularity score: 0
