notte
Installation
SKILL.md
Notte — browser automation for AI agents
Notte gives the agent a real browser: it can navigate, observe, click, fill forms, scrape structured data, and run multi-step tasks authored in natural language. Use it any time the task needs a page to actually render — JavaScript-heavy sites, logins, dynamic listings, captchas, content behind auth, or forms that depend on hidden state.
When to reach for Notte
- The task mentions a URL, a website, a login, a form, a product page, a search, or "go to X and do Y".
- The data lives behind JavaScript and won't come back from
curl/requests/fetch. - The user wants the answer in a specific Pydantic shape extracted from a page.
- A prior
requests/httpxattempt returned an empty body, a captcha, or a login wall.
Do not use Notte for: static HTML you can curl, public JSON APIs, tasks fully solvable without a browser, or purely offline file processing.
Install
Default (hosted — recommended):
Related skills