skills/orthogonal-market-research/SKILL.md
Research market trends, size, competitors, and growth opportunities
npx skillsauth add orthogonal-sh/skills market-researchInstall 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.
Research market size, trends, competitors, and growth opportunities for any industry.
Find companies in the market:
orth api run fiber /v1/natural-language-search/companies --body '{
"query": "AI software companies with over 100 employees, Series B or later funding"
}'
Get detailed info on key players:
orth api run fiber /v1/company-search --body '{
"searchParams": {
"company_names": ["OpenAI", "Anthropic", "Cohere"],
"include_financials": true
}
}'
Identify leadership at key companies:
orth api run fiber /v1/people-search --body '{
"searchParams": {
"company_names": ["OpenAI", "Anthropic"],
"job_titles": ["CEO", "CTO", "VP Product", "Head of Sales"]
}
}'
# Find companies by industry and size
orth api run fiber /v1/natural-language-search/companies --body '{
"query": "EdTech companies with 50-500 employees founded after 2018"
}'
# Search by specific criteria
orth api run fiber /v1/company-search --body '{
"searchParams": {
"industries": ["Enterprise Software"],
"employee_count_min": 100,
"funding_stage": ["Series A", "Series B"]
}
}'
List all endpoints, or add a path for parameter details:
orth api show fiber
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