skills/orthogonal-tomba/SKILL.md
Email finder and verifier - find emails from domains, LinkedIn, or company search
npx skillsauth add orthogonal-sh/skills tombaInstall 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 and verify email addresses from domains, LinkedIn profiles, or natural language search.
Validate a phone number and get carrier information.
Parameters:
orth api run tomba /v1/phone-validator --query 'phone=+14155552671'
Check the status and availability of a domain.
Parameters:
orth api run tomba /v1/domain-status --query 'domain=stripe.com'
Get the email format patterns used by a domain (e.g. first.last, firstlast).
Parameters:
orth api run tomba /v1/email-format --query 'domain=stripe.com'
Get person information from an email address.
Parameters:
orth api run tomba /v1/people/find --query '[email protected]'
Get combined person and company information from an email.
Parameters:
orth api run tomba /v1/combined/find --query '[email protected]'
Get domain suggestions for a company name
Parameters:
orth api run tomba /v1/domain-suggestions --query 'query=Google'
Get the count of email addresses for a domain, broken down by department and seniority.
Parameters:
orth api run tomba /v1/email-count --query 'domain=openai.com'
Find the email address of a blog post author from the article URL.
Parameters:
orth api run tomba /v1/author-finder --query 'url=https://example.com/blog/post'
Find the email address from a LinkedIn profile URL.
Parameters:
orth api run tomba /v1/linkedin --query 'url=https://linkedin.com/in/johndoe'
Discover technologies used by a website.
Parameters:
orth api run tomba /v1/technology --query 'domain=stripe.com'
Verify the deliverability of an email address.
Parameters:
orth api run tomba /v1/email-verifier --query '[email protected]'
Get company information from a domain.
Parameters:
orth api run tomba /v1/companies/find --query 'domain=anthropic.com'
Get employee location distribution for a domain.
Parameters:
orth api run tomba /v1/location --query 'domain=stripe.com'
Search emails based on a website domain. Returns all email addresses found on the internet for a given domain, with organization info and employee details.
Parameters:
orth api run tomba /v1/domain-search --query 'domain=stripe.com'
Enrich an email address with person and company data (name, location, social handles).
Parameters:
orth api run tomba /v1/enrich --query '[email protected]'
Find phone numbers associated with an email, domain, or LinkedIn profile.
Parameters:
orth api run tomba /v1/phone-finder --query domain=stripe.com first_name=John last_name=Doe
Find domains similar to a given domain.
Parameters:
orth api run tomba /v1/similar --query 'domain=stripe.com'
Find the most likely email address from a domain name, first name, and last name.
Parameters:
orth api run tomba /v1/email-finder --query domain=stripe.com first_name=John last_name=Doe
Find the sources where an email was found on the web.
Parameters:
orth api run tomba /v1/email-sources --query '[email protected]'
Search for companies using natural language queries or structured filters. AI assistant generates appropriate filters from your query.
Parameters:
orth api run tomba /v1/reveal/search --body '{"query": "AI startups in San Francisco with 50+ employees"}'
For full endpoint details and parameters:
orth api show tomba # List all endpoints
orth api show tomba /v1/phone-validator # 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