$npx skillfedfor your agent

gdrive-access

gdrive-access lets you interact with Google Drive through a command-line interface secured by 1Password OAuth authentication. List files, download individual items, or sync entire folders to your local system—all without leaving your terminal.

gdrive-access provides CLI-based Google Drive access with 1Password OAuth for listing, downloading, and syncing files.

AI-generated summary based on this skill's SKILL.md

58 8 MITupdated by terrylica

Decision gist · record as of 2026-07-28

gdrive-access provides CLI-based Google Drive access with 1Password OAuth for listing, downloading, and syncing files. gdrive-access lets you interact with Google Drive through a command-line interface secured by 1Password OAuth authentication. List files, download individual items, or sync entire folders to your local system—all without leaving your terminal.

manual: git clone https://github.com/terrylica/cc-skills → cp -r cc-skills/plugins/productivity-tools/skills/gdrive-access ~/.claude/skills/gdrive-access
plugins/productivity-tools/skills/gdrive-access/SKILL.md · version 036c3f2c

Use it when

  • Yes.
  • gdrive-access supports syncing entire Google Drive folders to your local system.

Verify before relying

Read SKILL.md below before installing (14 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

terrylica/cc-skills/gdrive-access · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I access Google Drive from the command line?

gdrive-access provides a CLI tool that connects to your Google Drive account through 1Password OAuth authentication. Once authenticated, you can list files, download items, and manage your Drive directly from your terminal without needing a browser or GUI.

Can I download files from Google Drive using bash?

Yes. gdrive-access lets you download files from Google Drive using bash scripts. You can target specific files by name or ID, and the tool handles the authentication and transfer automatically through your command line.

How do I sync Google Drive to a local folder?

gdrive-access supports syncing entire Google Drive folders to your local system. The tool can monitor and keep your local copy in sync with changes on Drive, making it easy to work with Drive files offline while maintaining a synchronized backup.

What authentication method does gdrive-access use?

gdrive-access uses 1Password OAuth authentication to secure your Google Drive access. This means your credentials are managed through 1Password rather than stored directly in the tool, providing a more secure setup for CLI-based Drive operations.

Can I search and filter files in Google Drive from the terminal?

gdrive-access supports searching and filtering Drive files by name, type, or modification date directly from your terminal. This lets you find specific files programmatically without browsing the web interface.

How do I create a Google Doc from the command line?

gdrive-access can convert and upload local files as native Google Docs. You can automate this process through the CLI, allowing you to create and manage Docs programmatically without manual steps in the Drive web interface.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Google Drive Access

List, download, and sync files from Google Drive programmatically via Claude Code.

> Self-Evolving Skill: This skill improves through use. If instructions are wrong, parameters drifted, or a workaround was needed — fix this file immediately, don't defer. Only update for real, reproducible issues.

MANDATORY PREFLIGHT (Execute Before Any Drive Operation)

CRITICAL: You MUST complete this preflight checklist before running any gdrive commands. Do NOT skip steps.

Step 1: Check CLI Binary Exists
ls -la "$HOME/.claude/plugins/marketplaces/cc-skills/plugins/gdrive-tools/skills/gdrive-access/scripts/gdrive" 2>/dev/null || echo "BINARY_NOT_FOUND"

If BINARY_NOT_FOUND: Build it first:

cd ~/.claude/plugins/marketplaces/cc-skills/plugins/gdrive-tools/skills/gdrive-access/scripts && bun install && bun run build
Step 2: Check GDRIVE_OP_UUID Environment Variable

```bash echo "GDRIVE_OP_UUID:

(truncated - see the full file via the links below)

File tree — 14 files
plugins/productivity-tools/skills/gdrive-access/SKILL.md
plugins/productivity-tools/skills/gdrive-access/references/evolution-log.md
plugins/productivity-tools/skills/gdrive-access/references/gdrive-api-setup.md
plugins/productivity-tools/skills/gdrive-access/references/oauth-clients.md
plugins/productivity-tools/skills/gdrive-access/scripts/.gitignore
plugins/productivity-tools/skills/gdrive-access/scripts/bun.lock
plugins/productivity-tools/skills/gdrive-access/scripts/cli.ts
plugins/productivity-tools/skills/gdrive-access/scripts/lib/auth.ts
plugins/productivity-tools/skills/gdrive-access/scripts/lib/config.ts
plugins/productivity-tools/skills/gdrive-access/scripts/lib/drive.ts
plugins/productivity-tools/skills/gdrive-access/scripts/lib/index.ts
plugins/productivity-tools/skills/gdrive-access/scripts/lib/types.ts
plugins/productivity-tools/skills/gdrive-access/scripts/package.json
plugins/productivity-tools/skills/gdrive-access/scripts/tsconfig.json

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “List, download, and sync Google Drive files programmatically via CLI”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

Powershell
by ruilisi · ruilisi/lsbot

PowerShell runs pwsh commands and scripts to automate system administration, manage files and processes, query system information, and execute .ps1 scripts. It works across Windows, macOS, and Linux platforms, supporting file operations, process control, Windows services, registry access, networking, and JSON handling through a comprehensive set of cmdlets.

no license declared → metadata onlyupdated Apr 2026
★ 407repo stars
Google Drive
by AceDataCloud · AceDataCloud/Skills

Interact with Google Drive files you've explicitly selected, created, or shared with the app using the Drive v3 REST API. The skill supports reading, downloading, exporting, renaming, moving, and deleting files through curl and jq, with optional upload support via Google's Workspace CLI. Note that the connector operates under the drive.file scope and cannot browse or search your entire Drive.

no license declared → metadata onlyupdated Jul 2026
★ 13repo stars
google-drive
by Open-Curiosity · Open-Curiosity/gini-agent

Google Drive integrates Drive v3 API operations—search, list, upload, download, copy, move, share, and permission management—through the gws CLI. Requires gws authenticated against a Google account with appropriate Drive scopes. Use this skill to locate files, manage folders and shared drives, adjust sharing settings, or pull file metadata into other workflows.

MITupdated Jul 2026
★ 1,423repo stars
google-workspace
by NousResearch · NousResearch/hermes-agent

Google Workspace skill brings Gmail, Calendar, Drive, Sheets, and Docs into your agent workflows using OAuth2 and a Python-backed CLI. It supports both the bundled client and the optional gws CLI for extended coverage, with flexible service scoping during setup.

MITupdated Jul 2026
★ 221,503repo stars
Google Workspace Cli
by hoodini · hoodini/ai-agents-skills

A single command-line interface that connects to every Google Workspace API, from Drive and Gmail to Calendar, Sheets, Docs, Slides, Chat, and Admin tools. The CLI dynamically discovers available endpoints at runtime, so new Google APIs are supported automatically without updates. Built for both human operators and AI agents with JSON-structured output.

no license declared → metadata onlyupdated Jul 2026
★ 257repo stars
Google Workspace
by graniet · graniet/kheish

Google Workspace brings Gmail, Calendar, Drive, Sheets, and Docs into your agent through a Python wrapper around Google's official gws CLI. Setup handles OAuth2 authorization once, then token refresh happens automatically. Search emails, manage events, query files, read spreadsheets, and access contacts—all via a unified command interface.

Apache-2.0updated Jul 2026
★ 264repo stars

More skills Microsoft Onedrive (NOASSERTION)

Tags
cloud-storage-clioauth-integrationfile-sync-toolbatch-downloaddrive-automationcredential-managementdocument-conversionapi-wrapper