# Google Auth Login

> Google OAuth (shiiman) para APIs Drive/Gmail/Calendar/Docs — não é sessão do NotebookLM. Use when the user asks Google OAuth, token API Google, auth-login.

- Skill: `naubergois/google-auth-login` (Agent Skill)
- Install (CLI): `npx skillmds@latest add naubergois/google-auth-login`
- Raw SKILL.md: https://api.skillmd.com/api/skills/naubergois/google-auth-login/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: naubergois (https://skillmd.com/u/naubergois)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/naubergois/google-auth-login

---


# Google Auth Login (OAuth API)

Vendored: `.cursor/vendor/shiiman-google/plugins/shiiman-google`.
Isto **não** loga o Chrome do NotebookLM. Para NotebookLM use `aula-notebooklm` / `login_google.py`.

```bash
PLUGIN=".cursor/vendor/shiiman-google/plugins/shiiman-google"
# precisa de ~/.config/shiiman-google/clients/default.json — ver google-auth-setup
python3 "$PLUGIN/scripts/google_auth.py" login
python3 "$PLUGIN/scripts/google_auth.py" login --profile work
```

Token: `~/.config/shiiman-google/tokens/{profile}.json`.
O browser abre o consentimento OAuth; o usuário confirma. Sem senha pelo agente.

