> recipe-sync-contacts-to-sheet
Export Google Contacts directory to a Google Sheets spreadsheet.
fetch
$
curl "https://skillshub.wtf/googleworkspace/cli/recipe-sync-contacts-to-sheet?format=md"SKILL.md•recipe-sync-contacts-to-sheet
Export Google Contacts to Sheets
PREREQUISITE: Load the following skills to execute this recipe:
gws-people,gws-sheets
Export Google Contacts directory to a Google Sheets spreadsheet.
Steps
- List contacts:
gws people people listDirectoryPeople --params '{"readMask": "names,emailAddresses,phoneNumbers", "sources": ["DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE"], "pageSize": 100}' --format json - Create a sheet:
gws sheets +append --spreadsheet SHEET_ID --range 'Contacts' --values '["Name", "Email", "Phone"]' - Append each contact row:
gws sheets +append --spreadsheet SHEET_ID --range 'Contacts' --values '["Jane Doe", "jane@company.com", "+1-555-0100"]'
> related_skills --same-repo
> recipe-watch-drive-changes
Subscribe to change notifications on a Google Drive file or folder.
> recipe-share-folder-with-team
Share a Google Drive folder and all its contents with a list of collaborators.
> recipe-share-event-materials
Share Google Drive files with all attendees of a Google Calendar event.
> recipe-share-doc-and-notify
Share a Google Docs document with edit access and email collaborators the link.
┌ stats
installs/wk0
░░░░░░░░░░github stars21.2K
██████████first seenMar 18, 2026
└────────────