Skip to main content
Back to registry

recipe-sync-contacts-to-sheet

googleworkspace/cli

PREREQUISITE: Load the following skills to execute this recipe: gws-people , gws-sheets

Installs3
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-sync-contacts-to-sheet
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
PREREQUISITE: Load the following skills to execute this recipe: gws-people , gws-sheets Export Google Contacts directory to a Google Sheets spreadsheet. - 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"]'

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does recipe-sync-contacts-to-sheet do?

PREREQUISITE: Load the following skills to execute this recipe: gws-people , gws-sheets

Is recipe-sync-contacts-to-sheet good?

recipe-sync-contacts-to-sheet does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does recipe-sync-contacts-to-sheet work with?

recipe-sync-contacts-to-sheet currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to recipe-sync-contacts-to-sheet?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install recipe-sync-contacts-to-sheet?

npx skills add https://github.com/googleworkspace/cli --skill recipe-sync-contacts-to-sheet

Related skills

More from googleworkspace/cli

Related skills

Alternatives in Software Engineering