A straightforward recipe for dumping your Google Workspace directory into a spreadsheet when you need contact data in a more workable format. Pulls names, emails, and phone numbers from your domain's people directory and writes them to Google Sheets with proper headers. The three-step process is clean: fetch contacts with the People API, create the header row, then append each contact as a new row. Honestly, this feels like something you'd build yourself anyway when HR asks for a contact export, but having the exact API calls and parameters laid out saves you from digging through Google's documentation.
npx skills add https://github.com/googleworkspace/cli --skill recipe-sync-contacts-to-sheet