skills/orthogonal-sixtyfour/SKILL.md
AI-powered lead enrichment - find emails, phones, and enrich company/lead data
npx skillsauth add orthogonal-sh/skills sixtyfourInstall 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 contact information and enrich lead data using AI-powered discovery.
Find email address for a lead.
Parameters:
"PROFESSIONAL" (default) for company emails, "PERSONAL" for personal emails.orth api run sixtyfour /find-email --body '{
"lead": {
"first_name": "John",
"last_name": "Doe",
"company": "Acme Inc",
"domain": "acme.com"
}
}'
Enrich lead information with additional details such as contact information, social profiles, and company details.
Parameters:
orth api run sixtyfour /enrich-lead --body '{
"lead_info": {
"first_name": "John",
"last_name": "Doe",
"company": "Acme Inc",
"linkedin_url": "https://linkedin.com/in/johndoe"
},
"struct": {"email": "Work email", "phone": "Phone number"}
}'
The Find Phone API uses Sixtyfour AI to discover phone numbers for leads. It extracts contact information from lead data and returns enriched results with phone numbers.
Parameters:
orth api run sixtyfour /find-phone --body '{
"lead": {
"first_name": "John",
"last_name": "Doe",
"company": "Acme Inc"
}
}'
Enrich company data with additional information and find associated people.
Parameters:
orth api run sixtyfour /enrich-company --body '{
"target_company": {"domain": "acme.com"},
"struct": {"description": "Company description", "industry": "Industry"}
}'
For full endpoint details and parameters:
orth api show sixtyfour # List all endpoints
orth api show sixtyfour /find-email # 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