skills/orthogonal-linkedin-scraper/SKILL.md
Get LinkedIn profiles, company pages, and posts
npx skillsauth add orthogonal-sh/skills linkedin-scraperInstall 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.
Scrape public LinkedIn data including profiles, company pages, and posts.
Uses the Scrape Creators API via Orthogonal to scrape LinkedIn data.
Note: Scrape Creators LinkedIn endpoints use full LinkedIn URLs as the query parameter (not usernames).
orth run scrapecreators /v1/linkedin/profile -q 'url=https://linkedin.com/in/satyanadella'
<details>
<summary>curl equivalent</summary>
curl -X POST "https://api.orth.sh/v1/run" \
-H "Authorization: Bearer $ORTHOGONAL_API_KEY" \
-H "Content-Type: application/json" \
-d '{"api":"scrapecreators","path":"/v1/linkedin/profile","query":{"url":"https://linkedin.com/in/satyanadella"}}'
</details>
orth run scrapecreators /v1/linkedin/company -q 'url=https://linkedin.com/company/anthropic'
orth run scrapecreators /v1/linkedin/post -q 'url=https://linkedin.com/posts/somepost'
https://linkedin.com/in/username)https://linkedin.com/company/name)User: "Look up Satya Nadella on LinkedIn"
orth run scrapecreators /v1/linkedin/profile -q 'url=https://linkedin.com/in/satyanadella'
User: "Tell me about Anthropic's LinkedIn page"
orth run scrapecreators /v1/linkedin/company -q 'url=https://linkedin.com/company/anthropic'
https://linkedin.com/in/USERNAME)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