
Dnvriend Gemini File Search Tool
- Updated December 31, 2025
- dnvriend/gemini-file-search-tool
dnvriend-gemini-file-search-tool is a Claude Code plugin that manages Gemini File Search stores and Q&A via CLI and Python.
About
dnvriend-gemini-file-search-tool brings Google’s Gemini File Search API to the terminal and Python so Claude Code can administer corpora and ask grounded questions without you wiring vector databases by hand. Developers shipping doc assistants, internal copilots, or support bots frequently stall on ingest pipelines and store versioning; this plugin centers on the managed RAG surface—file upload, store management, and query—described in the catalog as production-ready. It sits in Build agent-tooling as phase-specific infrastructure you adopt while composing retrieval features, with natural spillover into Validate when you prototype whether uploaded specs answer real user questions. Advanced complexity reflects Google Cloud or Gemini API setup, permissions on document buckets, and designing chunk-friendly source material. It is an integration plugin, not a turnkey customer-facing chat UI—you still own auth, prompts, and evaluation.
- Production-ready CLI and Python library for Google Gemini File Search API
- Fully managed RAG pattern: upload documents, manage stores, run queries
- Catalog keywords include file, gemini, manage, query, search, and stores
- Single Claude Code plugin in the bundle (pluginCount: 1)
- Fits solo builders standing up doc Q&A without self-hosting embeddings infra
Dnvriend Gemini File Search Tool by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install dnvriend-gemini-file-search-tool@dnvriend/gemini-file-search-toolAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| Last updated | December 31, 2025 |
|---|---|
| Repository | dnvriend/gemini-file-search-tool ↗ |
What it does
Create and query Gemini File Search stores from CLI or Python so your agent can run managed RAG over product docs, specs, and support PDFs.
Who is it for?
Best when you're prototyping doc-grounded agents on Google Gemini and want CLI automation instead of one-off SDK scripts.
Skip if: Skip if you're forbidden from cloud document upload, developers and need local-only embeddings, or users and only want generic web search.
What you get
After registration, Claude Code can create stores, load files, and query Gemini File Search so your agent or app returns grounded answers from your corpus.
- Gemini File Search stores populated with your document set
- CLI- or library-driven query flows usable from Claude Code sessions
- Grounded Q&A prototype over specs, manuals, or support corpora
By the numbers
- Plugin bundle lists pluginCount: 1
- Catalog keywords: file, gemini, manage, query, search, stores, tool
- Source repo: dnvriend/gemini-file-search-tool
Recommended Plugins
How it compares
Gemini File Search API CLI plugin, not a self-hosted vector DB skill or generic filesystem search.
FAQ
Who is Dnvriend Gemini File Search Tool for?
Developers using Claude Code who need managed document search and Q&A on Google Gemini File Search without maintaining their own embedding pipeline.
When should I use Dnvriend Gemini File Search Tool?
Use it during Build agent-tooling when you are uploading specs, wiring store management, and validating retrieval quality before shipping a doc-aware assistant.
How do I add Dnvriend Gemini File Search Tool to my agent?
Install the dnvriend/gemini-file-search-tool Claude Code plugin, configure Gemini API credentials per the repo, install the CLI or Python package, then expose tool calls for store and query commands.