notte

Automate browser sessions, scraping, and page actions via a unified API.

12|4|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/orthogonal-sh/skills --skill notte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: notte
Source: https://github.com/orthogonal-sh/skills/tree/main/skills/orthogonal-notte
Command: npx skills add https://github.com/orthogonal-sh/skills --skill notte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates browser tasks to reduce manual work when scraping pages, testing interactions, and running autonomous agents.

Core Features & Use Cases

  • Take Screenshot: capture page visuals for audits and QA.
  • Start Session, Stop Session, Get Session: manage browser lifecycles for long-running tasks.
  • Scrape Webpage, Scrape Page, Scrape from HTML: extract structured data from pages and current state.
  • Execute Page Action: simulate user interactions (clicks, typing, navigation).
  • Observe Page, Get Network Logs, Get Agent Status: monitor page state and network activity for debugging and task tracking.
  • Start Agent: empower AI agents to autonomously complete tasks (web tasks, research).
  • Use Cases: automated web scraping, browser automation workflows, testing and QA, AI-driven web tasks, monitoring site changes.

Quick Start

Start a new browser session for https://example.com and scrape the page.

Frequently Asked Questions about notte

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate browser sessions for web scraping?

Browser session automation for web scraping is handled by starting a session, executing page actions like navigation, and extracting structured data. It manages persistent browser lifecycles to reduce manual scraping work.

What is the best way to run autonomous AI agents for web tasks?

Autonomous AI agents for web tasks are launched by starting an agent within an active browser session. The agent orchestrates browsing, research, and interactions autonomously, while you monitor status and network logs for tracking.

Can I simulate user interactions like clicks and typing for QA testing?

Simulating user interactions for QA testing is supported through the execute page action feature. It scripts clicks, typing, and navigation to test interactions, while capturing screenshots provides visual audit results.

Does this browser automation API support monitoring page state and network activity?

Monitoring page state and network activity is fully supported. You can observe the page, retrieve network logs, and get agent status to debug workflows and track task progress during automated browsing sessions.

How do I extract structured data from current HTML during a scraping workflow?

Extracting structured data from HTML is done using the scrape webpage or scrape from HTML features. These extract data from the current page state during an active session, yielding structured results for automated workflows.