بنقرة واحدة
gmail-find-contacts
Find contacts in Gmail - search for specific people or email addresses from email history.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Find contacts in Gmail - search for specific people or email addresses from email history.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Analyze spreadsheet data intelligently - understand structure, choose right analysis tool (SQL/pivot/chart), apply formatting, present insights.
Create charts and visualizations in Google Sheets — detect data structure, select chart type, format for clarity, present insights
Generate an editable Microsoft Word (.docx) document — reports, letters, memos, structured docs. Use when the user wants a Word file. Built with docx-js (Node) for high fidelity.
Generate a polished, printable PDF — reports, letters, invoices, resumes, one-pagers. Use when the user wants a PDF document. Typst is the primary engine; LaTeX (tectonic) is the fallback for niche packages or specific academic/journal templates.
Generate a PowerPoint (.pptx) slide deck — pitch decks, reviews, summaries. Use when the user wants slides. Built with pptxgenjs (Node) for native, editable slides and charts.
Generate an Excel (.xlsx) workbook or a CSV file — tables, financial models, data exports, formatted reports with charts. Use when the user wants a spreadsheet or CSV. Built with openpyxl + pandas (Python).
| name | gmail-find-contacts |
| description | Find contacts in Gmail - search for specific people or email addresses from email history. |
| target | gmail_agent |
Optimized custom tool for contact lookup from real Gmail message history.
Use this first for contact search.
Parameters:
query (required): name, email, or domainmax_results (optional, default: 30): number of messages to scanBest query patterns:
john (name)john@company.com (exact email)company.com (domain)@ (broad sweep for a general contact list)Scaling:
max_results=3060, then 100Searches people/contact records by name, email, phone, and organization.
Best for:
Lists Google contact connections from the account contacts dataset.
Best for:
Search emails directly for context when contact tools are inconclusive.
query="john"query="john@company.com" or query="@company.com"query="company.com"GMAIL_GET_CONTACT_LIST(query="john", max_results=30)
GMAIL_GET_CONTACT_LIST(query="john", max_results=60)
GMAIL_GET_CONTACT_LIST(query="john", max_results=100)
If still empty, retry with alternate token (last name, domain, exact email fragment).
GMAIL_SEARCH_PEOPLE(query="john")GMAIL_GET_CONTACTSGMAIL_FETCH_EMAILS for recent sender/recipient contextShow concise matches (name + email). If multiple strong matches remain, ask one focused question.
Example:
I found 3 likely matches for "john":
1. John Smith - john.smith@company.com
2. John Doe - john.doe@other.com
3. Johnny Lee - johnny@startup.io
Which one should I use?
GMAIL_GET_CONTACT_LIST before other contact tools.max_results.