Back to skills
SkillHub ClubShip Full StackFull Stack

google-drive

Google Drive file operations and management

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
17
Hot score
87
Updated
March 20, 2026
Overall rating
C3.5
Composite score
3.5
Best-practice grade
B77.6

Install command

npx @skill-hub/cli install oimiragieo-agent-studio-google-drive

Repository

oimiragieo/agent-studio

Skill path: .claude/skills/google-drive

Google Drive file operations and management

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: oimiragieo.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install google-drive into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/oimiragieo/agent-studio before adding google-drive to shared team environments
  • Use google-drive for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: google-drive
description: Google Drive file operations and management
allowed-tools: [Bash, Read, WebFetch]
---

# Google Drive Skill

## Overview
Google Drive file management. 90%+ context savings.

## Requirements
- GOOGLE_DRIVE_CREDENTIALS or OAuth2 setup

## Tools (Progressive Disclosure)

### Files
| Tool | Description | Confirmation |
|------|-------------|--------------|
| list | List files/folders | No |
| search | Search files | No |
| download | Download file | No |
| upload | Upload file | Yes |
| delete | Delete file | **REQUIRED** |

### Folders
| Tool | Description | Confirmation |
|------|-------------|--------------|
| create-folder | Create folder | Yes |
| move | Move file/folder | Yes |

### Sharing
| Tool | Description |
|------|-------------|
| get-permissions | View permissions |
| share | Share file |

### BLOCKED
| Tool | Status |
|------|--------|
| empty-trash | **BLOCKED** |

## Agent Integration
- **analyst** (primary): Document research
- **technical-writer** (secondary): Documentation
google-drive | SkillHub