What problem does it solve? Managing Google Drive files through chat requires switching to the Drive web interface for every small task. This Skill lets you search files and perform common organization actions directly through the Fermix Google Drive plugin without leaving your conversation. ## Core Features & Use Cases - File Search: Find files by name with google_drive_search_files, returning metadata like type, link, and modified time. - Create & Upload: Make folders with google_drive_create_folder and upload text files with google_drive_upload_file. - Organize Files: Rename, move, and copy files using google_drive_update_file, google_drive_move_file, and google_drive_copy_file. - Use Case: Ask to create a "Receipts 2026" folder, then search for an expense file and move it into that folder by passing the destination as add_parent_id and the current folder as remove_parent_id. ## Quick Start Ask the agent to find a file in Google Drive by name, for example: search Google Drive for my Q3 plan document.