enrich-contact
Look up a person and get their verified phone numbers, email, and company context. Use when the user says "look up [name]", "get me the contact info for [person]", "find [name]'s phone number", "who is [name] at [company]", "enrich [email or name]", or any request to retrieve a single person's contact details.
What this skill does
# Enrich Contact Look up a person in Lusha and return a call-ready contact card. Phone numbers — direct line and mobile — lead the output. ## Step 1 — Parse Input Extract all available identifiers from the user's request: - Full name and/or company name - Email address - Job title (use as a match hint) If the input is ambiguous (e.g. "the CFO of Stripe"), proceed to search using title and company — do not ask for clarification unless the name is completely absent. ## Step 2 — Find the Contact Use `mcp__lusha__contacts_search` with the available identifiers to locate the person in Lusha's database. If multiple candidates are returned, pick the best match based on name, title, and company. If the match is ambiguous, present the top 2–3 candidates and ask the user to confirm before enriching. ## Step 3 — Enrich Use `mcp__lusha__prospecting_contact_enrich` with the resolved contact ID to retrieve full contact details including verified phone numbers and email. ## Step 4 — Fetch Signals (if available) Use `mcp__lusha__signals_contacts_get` to check for recent signals on this contact (promotion, company change). If signals are returned, include them in the output as context. ## Step 5 — Present the Contact Card Format output as follows. Phone numbers appear first — never buried. --- **[Full Name]** · [Title] · [Company] **📞 Phone** | Type | Number | Verified | |------|--------|----------| | Direct | ... | ✓ / — | | Mobile | ... | ✓ / — | **✉️ Email** | Type | Address | |------|---------| | Work | ... | **Company** | Field | Value | |-------|-------| | Industry | | | Size | | | Location | | | Website | | **Signals** *(if returned)* - [Signal type] — [date] --- Omit any section where no data was returned. Never show blank rows. If no phone numbers are available, state this explicitly: *"No verified phone numbers found for this contact."* Do not present the card as complete when phones are missing. ## Step 6 — Offer Next Actions Ask the user which action to take next: 1. **Find colleagues** — search for more contacts at the same company 2. **Find similar contacts** — build a lookalike list using this person as a seed 3. **Signal-prospect from this company** — check if their company is showing buying signals ### If the user selects "Find similar contacts" The lookalike model requires at least 5 reference contacts or companies to produce quality results. With only 1 contact enriched so far, ask the user how they want to build the reference set before proceeding: *"To find similar contacts I need at least 5 references for the lookalike model. How would you like to provide them?* *A) I'll pull colleagues from [Company] — you pick which ones to include* *B) I have a specific list of contacts or companies to use as references"* **If the user chooses A:** Use `mcp__lusha__prospecting_contact_search` scoped to the same company to retrieve colleagues. Present the results and ask the user to select which to include alongside the original contact. Proceed to `lookalike-prospect` once ≥5 are confirmed. **If the user chooses B:** Ask the user to provide their list. Validate that ≥5 are supplied before calling `lookalike-prospect`. If fewer than 5 are provided, state how many more are needed and wait — do not proceed. In either case, do not call any lookalike tool until the reference set has been confirmed at ≥5.
Related in Productivity
gitea-workflow
IncludedOrchestrate agile development workflows for Gitea repositories using the tea CLI. Use when working with Gitea-hosted repos and asking to 'run the workflow', 'continue working', 'what's next', 'complete the task cycle', 'start my day', 'end the sprint', 'implement the next task', or wanting guided step-by-step development assistance. Keywords: workflow, orchestrate, agile, task cycle, sprint, daily, implement, review, PR, standup, retrospective, gitea, tea.
microsoft-graph-gateway
IncludedRoute Microsoft Graph work in this workspace. Use when users want to read or write Outlook mail, calendar events, contacts, OneDrive or SharePoint files, Teams, Planner, To Do, users, groups, directory data, or arbitrary Microsoft Graph endpoints from VS Code. Prefer WorkIQ for common read scenarios. Use Microsoft Graph for write actions and gap-read scenarios that need exact Graph properties, filters, permissions, or endpoints.
copilotkit
IncludedUse when building with CopilotKit — setup, development, integrations, debugging, upgrading, or contributing. Routes to the appropriate specialized skill based on the task.
wordly-wisdom
IncludedProvides calibrated decision analysis using Charlie Munger-style multiple mental models, inversion, incentive mapping, circle-of-competence checks, misjudgment audits, second-order effects, and forecast updates. Use when the user asks for an oracle take, a hard call, a decision memo, a premortem, an outside view, a red-team, a sanity-check, what am I missing, think this through, or wants a strategy, hire, investment, plan, product, partnership, or major life choice analysed. Avoid for simple factual lookups or time-sensitive legal, medical, or market questions without fresh evidence.
swain-session
IncludedSession management and project status dashboard. Owns the full session lifecycle (start/work/close/resume), focus lane, bookmarks, worktree detection, and tab naming. Also serves as the project status dashboard — shows active epics, progress, actionable next steps, blocked items, tasks, GitHub issues, and recommendations. Worktree creation is deferred to swain-do task dispatch (SPEC-195). Triggers on: 'session', 'status', 'what's next', 'dashboard', 'overview', 'where are we', 'what should I work on', 'show me priorities', 'bookmark', 'focus on', 'session info'.
gandi
IncludedComprehensive Gandi domain registrar integration for domain and DNS management. Register and manage domains, create/update/delete DNS records (A, AAAA, CNAME, MX, TXT, SRV, and more), configure email forwarding and aliases, check SSL certificate status, create DNS snapshots for safe rollback, bulk update zone files, and monitor domain expiration. Supports multi-domain management, zone file import/export, and automated DNS backups. Includes both read-only and destructive operations with safety controls.