Dnvriend Google Gmail Tool
dnvriend-google-gmail-tool is a Claude Code plugin for the Build phase that provides an OAuth2 CLI for Gmail, Calendar, Tasks, and Google Drive.
Authenticate once with OAuth2 and script Gmail, Calendar, Tasks, and Drive from Claude Code or your terminal.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install dnvriend-google-gmail-tool@dnvriend/google-gmail-toolBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:dnvriend/google-gmail-tool") and the paste-ready config with skillselion.get_install_config("plugin:dnvriend/google-gmail-tool").
What it does
dnvriend-google-gmail-tool is a Claude Code plugin built around a CLI that connects to Gmail, Google Calendar, Tasks, and Drive using OAuth2. Solo builders install it when they want coding agents or shell scripts to act on real workspace data—reading mail, scheduling, tracking tasks, or fetching Drive files—without building four separate Google integrations from scratch. The canonical journey placement is build/integrations because you are adding Google API plumbing to your product or personal ops stack; many founders also lean on it post-launch for support and lightweight lifecycle chores. It is a development tool and OAuth integration, not an email marketing or CRM replacement. Setup is intermediate: Google Cloud OAuth client, consent screen, and token storage. Pair it with Gemini search or maps plugins when agents need web or place context alongside inbox actions.
Highlights
- OAuth2-authenticated CLI for Google Workspace
- Gmail, Calendar, Tasks, and Drive in one tool surface
- Scriptable access for agents and local automation
- Fits solo-operator inbox and scheduling workflows
- Single-plugin bundle from dnvriend/google-gmail-tool (1 plugin)
Why builders use it
Hooking Gmail and the rest of Google Workspace into agents means painful OAuth setup and scattered API clients.
After registration and OAuth, you can drive mail, calendar, tasks, and Drive from one CLI inside your Claude Code workflows.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is dnvriend-google-gmail-tool for?
Solo builders and developers who want scriptable Gmail, Calendar, Tasks, and Drive access with OAuth2 from Claude Code.
When should I use dnvriend-google-gmail-tool?
Use it when you are integrating Google Workspace into automations, agent tools, or post-launch ops that touch mail and scheduling.
How do I add dnvriend-google-gmail-tool to my agent?
Install the plugin from dnvriend/google-gmail-tool, complete OAuth2 in your Google Cloud project, then expose CLI commands to your Claude Code agent or shell scripts.
Comments
Share how you use dnvriend-google-gmail-tool, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.