用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/theexperiencecompany/gaia --skill gmail-find-contacts命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| 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_MESSAGES 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.