Recipe Sync Contacts To Sheet

🌐Community
by googleworkspace · vlatest · Repository

This skill automatically syncs Google Contacts' recipes and meal preferences to a spreadsheet for easy organization and sharing.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add recipe-sync-contacts-to-sheet npx -- -y @trustedskills/recipe-sync-contacts-to-sheet
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "recipe-sync-contacts-to-sheet": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/recipe-sync-contacts-to-sheet"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

The recipe-sync-contacts-to-sheet skill automates the transfer of contact data from Google Contacts into a structured spreadsheet format. It allows AI agents to extract specific fields like names, emails, and phone numbers directly into rows and columns for easy analysis or export.

When to use it

  • You need to consolidate scattered personal contacts into a single CSV file for bulk email campaigns.
  • Your workflow requires importing client details from Google Contacts into a CRM or project management spreadsheet.
  • You want to quickly generate a list of attendees from a shared contact group for event planning.

Key capabilities

  • Reads contact entries directly from the user's Google Contacts account.
  • Maps specific contact fields (e.g., name, email, phone) to designated columns in a new or existing Google Sheet.
  • Formats data automatically into a clean, tabular structure suitable for further processing.

Example prompts

  • "Create a new spreadsheet and sync all contacts from my 'Work' label into it."
  • "Export the names and email addresses of everyone in my personal contacts to a CSV file in Sheets."
  • "Pull the phone numbers for my top 50 contacts and organize them by first name in a new sheet."

Tips & gotchas

Ensure your Google Contacts account has sufficient permissions, as the skill requires access to read private contact data. Verify that your Google Sheet is empty or structured correctly before running the sync to avoid overwriting existing data.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
googleworkspace
Installs
168

🌐 Community

Passed automated security scans.