contacts

List, search, and retrieve Google Contacts records via the People API.

2|Updated Feb 25, 2026
One-click install
npx skills add https://github.com/terraleiloa/seren-skills --skill contacts-terraleiloa
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contacts
Source: https://github.com/terraleiloa/seren-skills/tree/main/google/contacts
Command: npx skills add https://github.com/terraleiloa/seren-skills --skill contacts-terraleiloa

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps you list and look up Google Contacts quickly instead of manually browsing your People data.

Core Features & Use Cases

  • List contacts: Retrieve contact entries to review saved information.
  • Search contacts: Find contacts by name or other searchable fields.
  • Get contact details: Pull specific details like names, emails, phone numbers, and organizations.

Quick Start

Ask the AI to list your Google contacts and return the names and email addresses.

Frequently Asked Questions about contacts

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search Google Contacts by name and retrieve emails?

To search Google Contacts by name, you can use the People API to query specific contact records and extract target fields like emails and phone numbers. This lookup process requires OAuth-authenticated access to your account directory.

Can I list Google Contacts through the People API without manual browsing?

Yes, you can list Google Contacts through the People API to automate directory review instead of manual browsing. You can configure the retrieval workflow with inputs like page size to control the number of contact entries returned.

Does the Google People API require OAuth for contact search operations?

Yes, Google People API contact search operations require OAuth-authenticated access. This secure authorization method is a mandatory prerequisite for querying contact directory records and extracting specific contact details.

What contact details can I extract using the Google People API?

Using the Google People API, you can extract specific contact details including names, email addresses, phone numbers, and organizations. These fields are retrieved by configuring get-based workflow steps during your contact lookup.

Are there limitations when using Google Contacts for CRM workflow automation?

Google Contacts CRM workflow automation is limited to read and search operations for retrieving existing contact records. It focuses on listing and getting directory data rather than providing advanced CRM pipeline management features.