skills/orthogonal-linkup/SKILL.md
Web search and content fetching - search the web or extract content from URLs
npx skillsauth add orthogonal-sh/skills linkupInstall 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.
Search the web and fetch content from any URL.
The /search endpoint allows you to retrieve web content.
Parameters:
orth api run linkup /search --body '{
"q": "latest AI developments 2024",
"depth": "standard",
"outputType": "sourcedAnswer"
}'
The /fetch endpoint allows you to fetch a single webpage from a given URL.
Parameters:
orth api run linkup /fetch --body '{"url": "https://example.com/article"}'
For full endpoint details and parameters:
orth api show linkup # List all endpoints
orth api show linkup /search # 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