skills/orthogonal-screenshot-website/SKILL.md
Take screenshots of any website using Notte browser automation. Use when asked to screenshot, capture, or snap a webpage.
npx skillsauth add orthogonal-sh/skills screenshot-websiteInstall 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.
Take screenshots of any website URL and save them as image files.
npm install -g @orth/cliTake a screenshot of a URL in 4 steps:
orth api run notte /sessions/start --body '{"headless": true}'
Save the session_id from the response.
orth api run notte /sessions/{session_id}/page/execute --body '{"type": "goto", "url": "https://example.com"}'
orth api run notte /sessions/{session_id}/page/screenshot --body '{}' -o screenshot.jpg
For a full-page screenshot:
orth api run notte /sessions/{session_id}/page/screenshot --body '{"full_page": true}' -o screenshot.jpg
orth api run notte /sessions/{session_id}/stop
# 1. Start session
SESSION=$(orth api run notte /sessions/start --body '{"headless": true}' --raw | python3 -c "import sys,json; print(json.load(sys.stdin)['session_id'])")
# 2. Navigate
orth api run notte /sessions/$SESSION/page/execute --body '{"type": "goto", "url": "https://example.com"}'
# 3. Screenshot
orth api run notte /sessions/$SESSION/page/screenshot --body '{}' -o screenshot.jpg
# 4. Cleanup
orth api run notte /sessions/$SESSION/stop
| Parameter | Description |
|-----------|-------------|
| full_page | Set to true to capture the entire scrollable page |
| headless | Set to false to see the browser window (default: true) |
| viewport_width | Custom viewport width in pixels |
| viewport_height | Custom viewport height in pixels |
-o flag to save the screenshot to a file (required for binary data)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