skills/orthogonal-find-email-by-name/SKILL.md
Find someone's email address given their name and company
npx skillsauth add orthogonal-sh/skills find-email-by-nameInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Find a person's email address when you know their name and company/domain. Essential for sales outreach, recruiting, and professional networking.
Uses Hunter or Tomba APIs to find the most likely email address for a person based on their name and company domain.
orth run hunter /v2/email-finder --query 'domain=stripe.com&first_name=Patrick&last_name=Collison'
orth run tomba /v1/email-finder --query 'domain=intercom.com&company=Intercom&first_name=Eoghan&last_name=McCabe'
orth run tomba /v1/linkedin --query 'url=https://linkedin.com/in/johndoe'
true to include phone numberReturns data object:
date and status (valid/invalid/unknown)Returns data.email object with email address and confidence data. Also includes web sources where the email was found.
User: "Find the email for Sarah Chen at Notion"
orth run hunter /v2/email-finder --query 'domain=notion.so&first_name=Sarah&last_name=Chen'
User: "I need to contact John Smith who works at Google"
orth run tomba /v1/email-finder --query 'domain=google.com&company=Google&first_name=John&last_name=Smith'
domain + first_name + last_name)domain and company are providedaccept_all: true, the email format may be correct but the specific mailbox can't be confirmedtesting
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "下载视频", "download video", "yt-dlp", "YouTube", "B站", "抖音", "提取音频", "extract audio".
business
Send messages and manage Slack channels. Use when asked to send Slack messages, post to channels, list channels, or fetch message history.
development
Evaluate YC batch companies for investment — scrapes the YC directory, researches each company and its founders (work history, LinkedIn, website), assesses founder-company fit, and exports to Google Sheets with priority rankings. Use when asked to evaluate YC companies, research a YC batch, screen startups, or do due diligence on YC companies.
development
Take screenshots of websites and web pages