Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →IMPORTANT- Read this skill before interacting any Google apps!
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | -71% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -71% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -74% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -81% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -63% | 0% |
Use the googleAccounts global in the REPL tool to discover signed-in Google accounts. Uses cookie-only HTTP — no tab needed.
jsawait googleAccounts.print();
googleAccounts.print(): Promise<void>Print all signed-in Google accounts to the console. Token-efficient.
googleAccounts.list(): Promise<GoogleAccountInfo[]>Returns all signed-in Google accounts. Use this when you need programmatic access.
tsinterface GoogleAccountInfo { accountId: number; // matches Gmail /u/{uid}/ name: string; email: string; profileImageUrl: string; }
Other measured skills in the registry, with their headline benchmark lift.