google-drive-files

Automate Google Drive file management via the Google Drive API.

117|10|Updated Mar 29, 2026
One-click install
npx skills add https://github.com/ClawLink-HQ/clawlink --skill google-drive-files
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: google-drive-files
Source: https://github.com/ClawLink-HQ/clawlink/tree/main/clawhub-skills/google-drive-files
Command: npx skills add https://github.com/ClawLink-HQ/clawlink --skill google-drive-files

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires clawlink-plugin, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies the management of Google Drive files, including searching, organizing, sharing, and handling file operations, eliminating the need for manual file management.

Core Features & Use Cases

  • File Discovery: Search for files, manage permissions, organize folders, and list shared drives.
  • File Operations: Upload, download, move, copy, and manage sharing changes for files and folders.
  • Use Case: Automate the process of extracting information from Google Drive, organizing files into folders, or sharing files with team members.

Quick Start

Use the clawlink_call_tool --tool "googledrive_find_file" --params '{"query": "report.xlsx"}' command to find a file by name in Google Drive.

Frequently Asked Questions about google-drive-files

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google Drive file management tasks like searching and organizing?

You can automate Google Drive file management by using the Google Drive API integration to handle file discovery, folder organization, and file operations without manual intervention.

Can I manage file permissions and shared drives through the Google Drive API?

Yes, the Google Drive API supports permission management, allowing you to manage sharing changes and list shared drives for your files and folders programmatically.

Do I need an OAuth authentication setup to upload and download files on Google Drive?

Yes, you need the ClawLink plugin for OAuth authentication and hosted connection flows to securely upload, download, and perform file operations via the Google Drive API.

What's the best way to find a specific file by name in Google Drive?

The best way to find a file by name is using the googledrive_find_file tool with a query parameter, such as searching for 'report.xlsx', to quickly locate it in your Drive.

Does this Google Drive automation method support moving and copying files between folders?

Yes, the Google Drive API integration supports file operations including moving and copying files between folders, as well as managing sharing changes for team collaboration.