skills/orthogonal-notte/SKILL.md
Browser automation - control browser sessions, scrape pages, and run AI agents
npx skillsauth add orthogonal-sh/skills notteInstall 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.
Control browser sessions, scrape web pages, and run autonomous AI agents.
Take a screenshot of the current page.
Parameters:
orth api run notte /sessions/{session_id}/page/screenshot --body '{}'
Get session status and details.
Parameters:
orth api run notte /sessions/{session_id}
Stop and clean up a browser session.
Parameters:
orth api run notte /sessions/{session_id}/stop
Get all cookies from the browser session.
Parameters:
orth api run notte /sessions/{session_id}/cookies
Get network request/response logs from the session.
Parameters:
orth api run notte /sessions/{session_id}/network/logs --query session_id=example
Get agent execution status and results.
Parameters:
orth api run notte /agents/{agent_id}
Observe the current page state and get available actions.
Parameters:
orth api run notte /sessions/{session_id}/page/observe --body '{"instruction": "Find the search box"}'
Stop a running agent.
Parameters:
orth api run notte /agents/{agent_id}/stop
Scrape content from a URL without managing sessions.
Parameters:
orth api run notte /scrape --body '{"url": "https://example.com"}'
Execute an action on the page (click, type, navigate, etc.).
Parameters:
orth api run notte /sessions/{session_id}/page/execute --body '{"instruction": "Click the search button"}'
Set cookies in the browser session.
Parameters:
orth api run notte /sessions/{session_id}/cookies
Start a new browser session. Configure browser type, proxies, viewport, and session timeout.
Parameters:
orth api run notte /sessions/start --body '{
"url": "https://example.com",
"timeout_minutes": 5
}'
Extract structured content from raw HTML without using a browser
Parameters:
orth api run notte /scrape_from_html --body '{"html": "<html><body>Hello</body></html>"}'
Start an AI agent to autonomously complete a browser task.
Parameters:
orth api run notte /agents/start --body '{
"task": "Search for AI news on Google and summarize the top results",
"url": "https://google.com"
}'
Scrape content from the current page in the session.
Parameters:
orth api run notte /sessions/{session_id}/page/scrape --body '{}'
For full endpoint details and parameters:
orth api show notte # List all endpoints
orth api show notte /sessions # 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