Skillquality 0.70

recipe-sync-contacts-to-sheet

Export Google Contacts directory to a Google Sheets spreadsheet.

Price
free
Protocol
skill
Verified
no

What it does

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

Capabilities

skillsource-googleworkspaceskill-recipe-sync-contacts-to-sheettopic-agent-skillstopic-ai-agenttopic-automationtopic-clitopic-discovery-apitopic-gemini-cli-extensiontopic-google-admintopic-google-apitopic-google-calendartopic-google-chattopic-google-docstopic-google-drive

Install

Quality

0.70/ 1.00

deterministic score 0.70 from registry signals: · indexed on github topic:agent-skills · 26371 github stars · SKILL.md body (682 chars)

Provenance

Indexed fromskills_sh
Also seen ingithub
Enriched2026-05-18 18:52:35Z · deterministic:skill-github:v1 · v1
First seen2026-04-18
Last seen2026-05-18

Agent access