Skills google-drive-automation
๐Ÿ“ฆ

google-drive-automation

v1.0 Content revision r2 Medium Risk โš™๏ธ External commands๐ŸŒ Network access

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.

Supports: Claude Codex Code(CC)
๐Ÿ“Š 69 Adequate

Install with my Agent

Copy this request to your Agent. It includes the canonical Skill page and manifest.

Agent request
Review the Skillstore skill "google-drive-automation" from https://skillstore.io/skills/sickn33-google-drive-automation.md and its manifest at https://skillstore.io/api/skills/sickn33-google-drive-automation/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.

Your Agent should still show its plan and request any confirmation required by the security policy.

Test it

Using "google-drive-automation". Find files with quarterly report in the name.

Expected outcome:

  • Found three matching files.
  • Q1 Quarterly Report, PDF, modified March 29.
  • Q2 Quarterly Report, document, modified June 30.
  • Quarterly Report Template, document, modified January 5.

Using "google-drive-automation". List the contents of the Finance folder.

Expected outcome:

  • Finance contains 18 items.
  • The first page includes Budgets, Invoices, Forecasts, and Audit Reports.
  • A continuation token is available for the next page.

Using "google-drive-automation". Move the approved report into the Archive folder.

Expected outcome:

Ready to move Q4 Report.pdf into Archive. Confirm the file and destination before the Drive change is applied.

Security Audit

Medium Risk
v5 โ€ข 7/24/2026 Open versioned report

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.

1
Files scanned
146
Lines analyzed
0
Review items
0
False positives ignored

Confirmed security concerns (2)

Medium
Referenced Executables Are Missing
The skill directs agents to run relative scripts/auth.py and scripts/drive.py files, but the package contains only SKILL.md. This can run unrelated workspace files or fail without a trusted implementation.
The package inventory confirms that neither referenced script is bundled. The relative paths have no documented trusted resolution or installation source.
Medium
Destructive Drive Operations Lack Confirmation
Move, rename, and trash commands are presented without a mandatory preview or confirmation. An agent could modify remote Drive data from an ambiguous request.
The documented write workflow includes a trash command and other remote mutations. No nearby instruction requires user approval before execution.
Audited by: codex View Audit History โ†’
Share & cite this report

Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.

Open versioned report
Security Assessment

Copy report link

https://skillstore.io/skills/sickn33-google-drive-automation/audits/5?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report

Markdown badge

[![Skillstore security assessment](https://skillstore.io/badges/skills/sickn33-google-drive-automation/security.svg)](https://skillstore.io/skills/sickn33-google-drive-automation?utm_source=security_passport_badge)

HTML badge

<a href="https://skillstore.io/skills/sickn33-google-drive-automation?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/sickn33-google-drive-automation/security.svg" alt="Skillstore security assessment" loading="lazy"></a>

Embed card

<iframe src="https://skillstore.io/embed/skills/sickn33-google-drive-automation.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>
Academic citations (APA ยท BibTeX ยท CFF)

APA citation

sickn33. (2026). google-drive-automation security audit report (audit version 5) [Author version 1.0]. Skillstore. https://skillstore.io/skills/sickn33-google-drive-automation/audits/5

BibTeX citation

@techreport{sickn33-sickn33-google-drive-automation-2026, author = {sickn33}, title = {google-drive-automation security audit report (audit version 5)}, institution = {Skillstore}, year = {2026}, number = {5}, url = {https://skillstore.io/skills/sickn33-google-drive-automation/audits/5}, note = {Author version 1.0} }

CITATION.cff

cff-version: 1.2.0 message: "If you use this Skill, cite its author and this versioned security audit report." title: "google-drive-automation security audit report (audit version 5)" version: "1.0" type: report authors: - name: "sickn33" date-released: "2026-07-24" url: "https://skillstore.io/skills/sickn33-google-drive-automation/audits/5" identifiers: - type: other value: "skillstore:sickn33-google-drive-automation:audit:5" description: "Skillstore immutable audit report identifier"

Skillstore Score

Why this score Evidence Confidence: High
55
Architecture
85
Maintainability
85
Content
69
Community
91
Spec Compliance

What You Can Build

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.

Try These Prompts

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.

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.

Avoid

  • 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.

Frequently Asked Questions

Does this skill support personal Gmail accounts?
No. The documentation states that a Google Workspace account is required.
Does the skill include an MCP server?
No. It describes standalone command-line scripts and does not require an MCP server.
Are the required scripts included?
No. The audited package contains only SKILL.md, so the referenced scripts need a trusted source.
Can it download Google Docs, Sheets, or Slides?
Not directly. Those files require export support or dedicated tools.
Where are OAuth tokens stored?
The documentation says tokens use the operating system keyring.
Should write operations run automatically?
No. Review the target identifiers and require explicit approval before each remote change.

Developer Details

Author

sickn33

License

Apache-2.0

Author version

v1.0

Skillstore revision

r2

Version notice

The author-declared version is not valid SemVer.

Ref

88a8e9a07f4c54ab105c1c41b6267c287146b07b

Maintenance freshness

7/26/2026

Usage

10 downloads ยท 110 views

File structure

๐Ÿ“„ SKILL.md