google-drive
Search Google Drive and create folders, upload files, rename, move, or copy files through the Fermix Google Drive plugin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Search Google Drive and create folders, upload files, rename, move, or copy files through the Fermix Google Drive plugin.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when the user asks what Fermix is, what it can do, or how its agent loop, providers, channels, jobs, memory, sandbox, built-ins, skills, plugins, and config/setup surfaces fit together.
Use when operating websites or local web apps through the built-in browser tool.
Inspect Google Calendar, check availability, and create, update, move, RSVP to, or delete events (with confirmation) through the Fermix Google Calendar plugin.
Search, read, compose/send, draft, reply, label, and trash Gmail messages (confirming sends and trashing) through the Fermix Gmail plugin.
| name | google-drive |
| description | Search Google Drive and create folders, upload files, rename, move, or copy files through the Fermix Google Drive plugin. |
Use this skill when the user wants to find files in Google Drive or inspect Drive file metadata through Fermix.
Read:
google_drive_search_files (read-only) — search by file name. Args: query, max_results (default 10), include_trashed (default false). Returns metadata (name, type, link, modified time).Create:
google_drive_create_folder — make a folder. Args: name, optional parent_id.google_drive_upload_file — create a file with text content. Args: name (with extension), content, optional mime_type (default text/plain), parent_id.Edit & organize:
google_drive_update_file — rename a file. Args: file_id, name.google_drive_move_file — move a file. Args: file_id, add_parent_id (destination), optional remove_parent_id (current folder).google_drive_copy_file — copy a file. Args: file_id, optional name, parent_id.Search uses a read-only scope; the create/edit tools use the drive scope. If a tool's scope wasn't granted at sign-in, it returns a "reauthorize" error — tell the user to run fermix plugins auth reauthorize google_drive. There is no trash, delete, or share tool right now (withheld pending a runtime approval gate).
google_drive_search_files to locate the file and get its id before renaming, moving, or copying.google_drive_update_file or google_drive_move_file.add_parent_id and the current folder as remove_parent_id so it relocates rather than living in two folders.Search, create folders, upload text files, rename, move, and copy. It cannot delete, trash, or share files (those are withheld pending a runtime approval gate), uploads text content only (no binary upload, no replacing an existing file's content), does not export Google Docs/Sheets/Slides, and does not manage revisions or comments — do not claim those.
google_drive_create_folder name "Receipts 2026".google_drive_update_file.