Skip to main content
Back to the directory
googleworkspace/cliSoftware EngineeringFrontend and Design

recipe-sync-contacts-to-sheet

Export your Google Contacts directory to a Google Sheets spreadsheet in three steps.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
10

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/googleworkspace/cli --skill recipe-sync-contacts-to-sheet
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, recipe-sync-contacts-to-sheet has 10 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: googleworkspace/cli. Canonical URL: https://skills.sh/googleworkspace/cli/recipe-sync-contacts-to-sheet.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Export your Google Contacts directory to a Google Sheets spreadsheet in three steps. PREREQUISITE: Load the following skills to execute this recipe: gws-people , gws-sheets Export Google Contacts directory to a Google Sheets spreadsheet. - Requires gws-people and gws-sheets skills to be loaded before execution - Lists contacts from your domain directory with names, email addresses, and phone numbers - Creates a new sheet with headers and appends each contact as a row for easy reference and sharing - 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 listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

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

Export your Google Contacts directory to a Google Sheets spreadsheet in three steps.

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.

Which AI agents support recipe-sync-contacts-to-sheet?

recipe-sync-contacts-to-sheet currently lists compatibility with Skills CLI.

Is recipe-sync-contacts-to-sheet safe to install?

recipe-sync-contacts-to-sheet has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

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

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

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

Run the following command to 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