Home/Data Analysis/recipe-sync-contacts-to-sheet
R

recipe-sync-contacts-to-sheet

by @googleworkspacev
4.5(37)

Export and sync Google Contacts to a Google Sheet for data analysis and management.

google-contacts-apigoogle-sheetscontact-managementdata-synchronizationcrm-integrationGitHub
Installation
npx skills add googleworkspace/cli --skill recipe-sync-contacts-to-sheet
compare_arrows

Before / After Comparison

1
Before

Previously, I had to manually export data from Google Contacts, choose a format, then open Google Sheets, import the file, and then perform data cleaning and formatting adjustments. This process was cumbersome and prone to errors, especially when the number of contacts was large, making it time-consuming and laborious.

After

Now, through an automated process, I can accurately synchronize the Google Contacts directory to Google Sheets with a single click. The data is automatically organized and formatted uniformly, greatly simplifying the preparation work before data analysis, and improving both work efficiency and data accuracy.

SKILL.md

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

  1. List contacts: gws people people listDirectoryPeople --params '{"readMask": "names,emailAddresses,phoneNumbers", "sources": ["DIRECTORY_SOURCE_TYPE_DOMAIN_PROFILE"], "pageSize": 100}' --format json
  2. Create a sheet: gws sheets +append --spreadsheet SHEET_ID --range 'Contacts' --values '["Name", "Email", "Phone"]'
  3. Append each contact row: gws sheets +append --spreadsheet SHEET_ID --range 'Contacts' --values '["Jane Doe", "jane@company.com", "+1-555-0100"]'

User Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs14.4K
Rating4.5 / 5.0
Version
Updated2026年5月23日
Comparisons1

User Rating

4.5(37)
5
76%
4
24%
3
0%
2
0%
1
0%

Rate this Skill

0.0

Compatible Platforms

🔧Claude Code
🔧OpenClaw
🔧OpenCode
🔧Codex
🔧Gemini CLI
🔧GitHub Copilot
🔧Amp
🔧Kimi CLI

Timeline

Created2026年3月16日
Last Updated2026年5月23日