From saleshandy
Reveal verified work email (and optionally phone) for a person or company via Saleshandy Lead Finder. Use whenever the user pastes a LinkedIn profile URL, a LinkedIn company URL, a company domain (e.g. "acme.com"), or a "FirstName LastName at company.com" / "Name, Company" string and asks to enrich, reveal, look up, get the email for, get the phone for, or find contact info for them. Auto-detects person vs company input. Mention `--phone` or "include phone" / "with phones" for phone reveal (~7 credits/lead vs ~1 for email-only; company enrichment is ~0.1 credit/company).
How this skill is triggered — by the user, by Claude, or both
Slash command
/saleshandy:enrich-leadsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user has asked to enrich a person or company. Execute the workflow in `${CLAUDE_PLUGIN_ROOT}/commands/enrich-leads.md` — read it first, then run it.
The user has asked to enrich a person or company. Execute the workflow in ${CLAUDE_PLUGIN_ROOT}/commands/enrich-leads.md — read it first, then run it.
Treat the user's natural-language message as the equivalent of $ARGUMENTS in that file. Apply every rule in the command verbatim:
enrich_contacts, LinkedIn company URL or bare domain → enrich_companies, "Name at company.com" → enrich_contacts with full_name_with_company).discover-and-enroll instead.reveal_phone: false unless the user said --phone, "include phone", "with phone", or similar.requestId if it's still in-progress after ~30–60s.payload.results returned. Skip missing fields rather than writing "N/A".creditsCharged so the user sees what the operation cost.The user does not need to type a slash command — your job is to recognize the intent and run this workflow.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub saleshandy/saleshandy-plugin --plugin saleshandy