Google Gemini File Search
Searches local files using Google Gemini's capabilities to find relevant information based on your prompts.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add google-gemini-file-search npx -- -y @trustedskills/google-gemini-file-search
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"google-gemini-file-search": {
"command": "npx",
"args": [
"-y",
"@trustedskills/google-gemini-file-search"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The google-gemini-file-search skill enables AI agents to search for and retrieve files from Google's Gemini API. It allows users to query specific file types, extract relevant data, and process information directly within the AI agent workflow.
When to use it
- To locate and access documents stored in Google Drive using natural language queries.
- When integrating document retrieval into automated workflows that require real-time data extraction.
- For applications needing to pull structured or unstructured data from files hosted on Google's ecosystem.
Key capabilities
- Search for files by name, content, or metadata.
- Retrieve file contents directly through the Gemini API.
- Support for multiple file formats including PDFs, spreadsheets, and text documents.
Example prompts
- "Find all PDF reports uploaded in the last month."
- "Extract the latest sales data from the Q3 spreadsheet."
- "Search for files containing 'project timeline' in their content."
Tips & gotchas
- Ensure proper authentication and API access to Google services before using this skill.
- File retrieval speed may vary based on file size and network conditions.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.