---
name: google-contacts
display-name: "Google Contacts"
description: "Read and manage Google Contacts via the People API. Access contact information including names, emails, phone numbers, and organizations with OAuth authentication."
enabled: false
source: github:serenorg/seren-skills
imported-from: github:serenorg/seren-skills
---

# Google Contacts

## For Claude: How to Use This Skill

Skill instructions are preloaded in context when this skill is active. Do not perform filesystem searches or tool-driven exploration to rediscover them; use the guidance below directly.

## When to Use

- list google contacts
- search google contacts
- get contact details
- find contact by name

## Workflow Summary

1. `list_contacts` uses `connector.contacts.get`
2. `search_contacts` uses `connector.contacts.get`
3. `get_contact` uses `connector.contacts.get`
