skills/orthogonal-email-campaign/SKILL.md
Build email campaigns - find emails, verify them, and prepare outreach
npx skillsauth add orthogonal-sh/skills email-campaignInstall 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.
Build targeted email campaigns with verified email addresses and personalized outreach.
Get all emails for target companies:
orth api run hunter /v2/domain-search --query 'domain=stripe.com'
Find email for specific contacts:
orth api run hunter /v2/email-finder --query domain=stripe.com first_name=John last_name=Doe
Check deliverability before sending:
orth api run hunter /v2/email-verifier --query '[email protected]'
Validate multiple emails:
orth api run fiber /v1/validate-email/single --body '{"email": "[email protected]"}'
Get info for personalized outreach:
orth api run sixtyfour /enrich-lead --body '{
"lead_info": {
"first_name": "John",
"last_name": "Doe",
"company": "Stripe"
},
"struct": {"email": "Work email", "phone": "Phone number"}
}'
Research company for personalization:
orth api run brand-dev /v1/brand/retrieve --query 'domain=stripe.com'
# 1. Find target companies
orth api run fiber /v1/company-search --body '{
"searchParams": {
"industries": ["SaaS"],
"employee_count_min": 50,
"employee_count_max": 500
}
}'
# 2. Get emails for each company
orth api run hunter /v2/domain-search --query 'domain=company.com'
# 3. Verify each email
orth api run hunter /v2/email-verifier --query '[email protected]'
# 4. Enrich for personalization
orth api run sixtyfour /enrich-lead --body '{"lead_info": {"first_name": "John", "last_name": "Doe", "company": "Company"}, "struct": {"email": "Work email"}}'
List all endpoints, or add a path for parameter details:
orth api show brand-dev
orth api show fiber
orth api show hunter
orth api show sixtyfour
Example: orth api show olostep /v1/scrapes for endpoint parameters.
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