skills/orthogonal-hunter/SKILL.md
Email finder and verifier - find emails, verify deliverability, discover companies
npx skillsauth add orthogonal-sh/skills hunterInstall 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 email addresses, verify deliverability, and discover companies.
Get both person AND company information from an email address in a single request.
Parameters:
orth api run hunter /v2/combined/find --query '[email protected]'
Get detailed person information from an email address - name, location, employment, social profiles.
Parameters:
orth api run hunter /v2/people/find --query '[email protected]'
Get count of email addresses we have for a domain, broken down by department and seniority. FREE endpoint.
Parameters:
orth api run hunter /v2/email-count --query 'domain=google.com'
Find companies matching criteria using filters or natural language. Returns up to 100 companies per request. FREE endpoint.
Parameters:
orth api run hunter /v2/discover --body '{"query": "AI startups in San Francisco"}'
Get detailed company information from a domain - industry, description, location, size, tech stack, funding.
Parameters:
orth api run hunter /v2/companies/find --query 'domain=anthropic.com'
Find all email addresses for a domain. Returns emails with sources, confidence scores, and verification status.
Parameters:
orth api run hunter /v2/domain-search --query 'domain=stripe.com'
Find the most likely email address for a person given their name and company domain.
Parameters:
orth api run hunter /v2/email-finder --query domain=openai.com first_name=Sam last_name=Altman
Verify if an email address is deliverable. Returns status (valid, invalid, accept_all, webmail, disposable, unknown).
Parameters:
orth api run hunter /v2/email-verifier --query '[email protected]'
For full endpoint details and parameters:
orth api show hunter # List all endpoints
orth api show hunter /v2/combined/find # Get endpoint details
testing
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