aba-gemini-notebook
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 --versionbefore the first operation to confirm that the CLI is installed. - Use
aba --helpas the source of truth if a command or option is uncertain. - Use
--jsonwhenever 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 --jsonbefore 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
--headedand inspect only the visible browser behavior. - Report the completed action and relevant public result without exposing authentication paths or private browser state.