Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Google Drive navigation and result-reading guidance.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | -29% | 0% |
| case-11 | ✗→✓ | ▲ Improved | -64% | 0% |
| case-15 | ✗→✓ | ▲ Improved | -25% | 0% |
| case-16 | ✗→✓ | ▲ Improved | -45% | 0% |
| case-17 | ✗→✓ | ▲ Improved | -44% | 0% |
https://drive.google.com/drive/u/${uid}/my-drivehttps://drive.google.com/drive/u/${uid}/shared-with-mehttps://drive.google.com/drive/u/${uid}/recenthttps://drive.google.com/drive/u/${uid}/starredhttps://drive.google.com/drive/u/${uid}/trashhttps://drive.google.com/drive/u/${uid}/search?q=${keyword}https://drive.google.com/drive/u/${uid}/folders/${folderId}https://drive.google.com/drive/file/d/${fileId}/view?authuser=${uid}Single click usually selects. To open a search result, double click the gridcell.
Helper for reading multiple results:
jsconst readGdriveResults = async (page, refs, action = 'snapshot', delay = 100) => { const results = []; for (const ref of refs) { await page.locator(ref).dblclick(); await sleep(delay); if (action === 'snapshot') { results.push((await snapshot(page)).tree); } else if (action === 'screenshot') { results.push(await page.locator(ref).screenshot()); } await page.keyboard.press('Escape'); await snapshot(page); } return results; };
Other measured skills in the registry, with their headline benchmark lift.