Google 认证技能

Automates Google sign-in via CloakBrowser and extracts authenticated cookies for NotebookLM.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/crimes342/skills --skill google-crimes342
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Google 认证技能
Source: https://github.com/crimes342/skills/tree/main/skills/notebooklm/skills/google-auth
Command: npx skills add https://github.com/crimes342/skills --skill google-crimes342

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The skill automates logging into Google with CloakBrowser, extracting the authenticated session cookies, and bridging them to NotebookLM so you can reliably use your notebooks without manual cookie setup.

Core Features & Use Cases

  • CloakBrowser-driven Google login: Launches CloakBrowser, navigates to Google sign-in, fills email/password, and handles optional 2FA via snapshot-based element recognition.
  • Cookie extraction and NotebookLM bridging: Runs the bridge script to transfer the authenticated session cookies to NotebookLM.
  • Post-login verification: Uses NotebookLM CLI checks to confirm authentication and that notebooks can be listed.

Use case: When NotebookLM reports you are not authenticated, run this skill to refresh login state safely using a persistent CloakBrowser profile.

Quick Start

Ask your assistant in a Hermes conversation to “login Google” or “认证 NotebookLM” to run the CloakBrowser login flow, sync cookies, and verify the result.

Frequently Asked Questions about Google 认证技能

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Google login and sync session cookies for NotebookLM?

You automate Google login for NotebookLM by driving CloakBrowser to perform sign-in steps, handle optional 2FA, extract active session cookies, and bridge them to NotebookLM via a python bridge script.

What happens when NotebookLM reports I am not authenticated?

When NotebookLM reports you are not authenticated, running this skill refreshes your login state safely using a persistent CloakBrowser profile, re-extracting and bridging active session cookies to restore access to your notebooks and notes.

Does this Google authentication flow support 2FA handling?

Yes, this Google authentication flow supports 2FA handling by utilizing snapshot-based element recognition within CloakBrowser to navigate optional two-factor authentication prompts during the automated sign-in process.

Do I need cloakbrowsermcp MCP availability to sync NotebookLM cookies?

Yes, you need cloakbrowsermcp MCP availability and cloak_* tooling from cloakbrowser to sync NotebookLM cookies, as the skill relies on these dependencies to drive the browser, extract cookies, and execute the bridge script.

How does post-login verification work after bridging cookies to NotebookLM?

Post-login verification works by using NotebookLM CLI checks to confirm successful authentication and verify that your notebooks can be listed after the session cookies are bridged from the CloakBrowser profile.

What's the best way to refresh NotebookLM login state without manual cookie setup?

The best way to refresh NotebookLM login state without manual cookie setup is automating CloakBrowser to perform Google sign-in, extract authenticated session cookies, and bridge them directly to NotebookLM using a persistent profile.