Home/数据分析/recipe-sync-contacts-to-sheet
R

recipe-sync-contacts-to-sheet

by @googleworkspacev
4.8(18)

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.

description SKILL.md


name: recipe-sync-contacts-to-sheet version: 1.0.0 description: "Export Google Contacts directory to a Google Sheets spreadsheet." metadata: openclaw: category: "recipe" domain: "productivity" requires: bins: ["gws"] skills: ["gws-people", "gws-sheets"]

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"]'

forumUser Reviews (0)

Write a Review

Effect
Usability
Docs
Compatibility

No reviews yet

Statistics

Installs934
Rating4.8 / 5.0
Version
Updated2026年3月16日
Comparisons1

User Rating

4.8(18)
5
0%
4
0%
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年3月16日