notebooklm

Installation
SKILL.md

ABA Gemini Notebook

Use aba gnb for browser-driven Gemini Notebook operations. Run the requested operation when the user wants an action performed. Only explain commands without running them when the user asks for instructions.

Operating rules

  • Run aba --version before the first operation to confirm that the CLI is installed.
  • Use aba --help as the source of truth if a command or option is uncertain.
  • Use --json whenever results will be filtered, compared, summarized, or passed to another command.
  • Use the active account unless the user identifies another account.
  • Run aba gnb auth list --json before choosing among multiple accounts, then pass --account <email-or-id> explicitly.
  • Never read or print browser profiles, cookies, local storage, accounts.json, state.json, passwords, or tokens.
  • Keep all application behavior browser-driven through aba.
  • Do not replace a missing command with a private Google API or a reverse-engineered endpoint.
  • If the CLI reports a changed interface or selector failure, retry the same operation once with --headed and inspect only the visible browser behavior.
  • Report the completed action and relevant public result without exposing authentication paths or private browser state.
Installs
15
Repository
sainytk/skills
First Seen
Jun 8, 2026
notebooklm — sainytk/skills