What problem does it solve? Managing Google contacts and directory profiles through the web UI is slow and hard to automate. This Skill exposes the full Google People API through the gws CLI so you can create, update, search, and organize contacts and contact groups directly from the command line. ## Core Features & Use Cases - Contact Management: Create, update, delete, and batch-process contacts, including contact photos, using the people resource methods. - Contact Groups: Create, list, update, and delete contact groups and manage their memberships. - Search & Directory Access: Search personal contacts, other contacts, and domain directory people with sync token support for incremental syncs. - Use Case: A workspace administrator needs to sync the company domain directory into a local CRM. They use gws people listDirectoryPeople with a sync token to pull incremental changes on a schedule. ## Quick Start Ask the AI to list all your Google contact groups using the gws people command after reading the shared gws authentication instructions.