
Ez Google
- Updated March 4, 2026
- araa47/ez-google
ez-google is a Claude Code skill in the Backend & APIs category. Agent-friendly Google Workspace tools. Access Gmail, Calendar, Drive, Docs, Sheets, Slides, and Contacts with simple CLI scripts. Hosted OAuth - no API keys needed.
Key points
- ez-google
- Backend & APIs
- AI-coding skill
Ez Google by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add araa47/ez-google/plugin install ez-google@ez-googleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | March 4, 2026 |
|---|---|
| Repository | araa47/ez-google ↗ |
What it does
Agent-friendly Google Workspace tools. Access Gmail, Calendar, Drive, Docs, Sheets, Slides, and Contacts with simple CLI scripts. Hosted OAuth - no API keys needed.
README.md
ez-google
Agent-friendly Google Workspace tools. Simple Python scripts for Gmail, Calendar, Drive, Docs, Sheets, Slides, Contacts, and Chat.
Built for AI agents with zero credential management - users just click a link and paste back a token. No API keys, no OAuth setup, no client secrets.
Install
Claude Code
# Add the marketplace
/plugin marketplace add araa47/ez-google
# Install the plugin
/plugin install ez-google@ez-google
ClawHub
npx clawhub@latest install ez-google
Other Agents (Cursor, Windsurf, etc.)
Copy the ez-google/skills/ez-google folder into your agent's skills directory.
Why This Exists
The Problem: Every MCP server, extension, and AI agent skill that accesses Google APIs requires OAuth setup:
- Create a Google Cloud project
- Configure OAuth consent screens
- Enable multiple APIs
- Generate credentials
- Manage client secrets
The Solution: A hosted OAuth worker at ezagentauth.com handles all the complexity. Users just click "Sign in with Google" and get a token.
Security
| Concern | How it's handled |
|---|---|
| Your Google password | Never seen by us. You authenticate directly with Google. |
| OAuth tokens | Displayed once in your browser, never stored on our servers. |
| What we can access | Nothing. The token goes to your agent, not to us. |
| Token scope | You see exactly what permissions are requested before authorizing. |
| Revocation | Revoke anytime at myaccount.google.com/permissions |
Architecture: Cloudflare Worker (stateless, no database), OAuth credentials as encrypted secrets, token displayed client-side only, fully open source.
Issues & Contributing
Found a bug or have a feature request? Open an issue or submit a PR!
Repository: github.com/araa47/ez-google