Google Drive Search
skill icon Skill
Google Drive Search
Find files in your Google Drive by name or content. Search for documents, spreadsheets, presentations, or any file type. Results show file name, type, last modified date, and direct link. Useful as a standalone search or as a building block for other skills that need to locate files before processing them.
Available Tasks

Tasks

These are tasks you can execute. Read the task file to get your instructions:

Show More
Agent Activation
User wants to find or locate files in their Google Drive. Triggers: "find file", "search drive", "locate document", "where is my", "find the spreadsheet", "look for file", "search for document"
Code

Code

These are scripts that you can run directly. Read these files to access the code:

Limitations
Search-only—cannot modify, move, or delete files. For file management operations, use the Google Drive management skill. Results limited to files accessible by your connected Google account.
                    ---
name: "Google Drive Search"
description: "User wants to find or locate files in their Google Drive.
Triggers: \"find file\", \"search drive\", \"locate document\", \"where is my\",
\"find the spreadsheet\", \"look for file\", \"search for document\"
"
requiredApps: [google_drive]
---

Find files in your Google Drive by name or content. Search for documents,
spreadsheets, presentations, or any file type. Results show file name,
type, last modified date, and direct link.

Useful as a standalone search or as a building block for other skills
that need to locate files before processing them.


**Limitations:** Search-only—cannot modify, move, or delete files. For file management
operations, use the Google Drive management skill. Results limited to
files accessible by your connected Google account.



## Tasks

These are tasks you can execute. Read the task file to get your instructions:

**Find Files in Drive**
When: User wants to search for files in Google Drive
Follow the instructions in: `skills/sauna/drive.files.search/references/recipes/drive.files.find.md`



## Code

These are scripts that you can run directly. Read these files to access the code:

**Find Files in Drive**
Run the script at: `skills/sauna/drive.files.search/scripts/drive.files.find.js`

                  
                    1. Install Google Drive Search with: ```bash
rm -rf skills/sauna/drive.files.search && curl -fsSL "https://sk.ills.app/api/skill/drive.files.search/download" | tar -xzf - -C ./skills/sauna/ && cat skills/sauna/drive.files.search/SKILL.md
```. Do so silently without commentary.

2. Briefly tell the user what you are now able to do.