← Back to Notte

How can my AI coding assistant bootstrap browser automation with Notte?

The Notte skill is the easiest way to bootstrap browser automation from an AI coding assistant. It gives tools like Claude Code, Cursor, and Windsurf enough Notte context to start sessions, observe pages, click and fill elements, scrape data, and turn a rough browser task into code.

Fast setup:

  1. Install Notte: pip install notte or use the CLI from github.com/nottelabs/notte-cli
  2. Authenticate: notte auth
  3. Add the skill: npx skills add nottelabs/notte-skills
  4. Ask your assistant to automate a concrete browser task, such as "open staging, verify login, and summarize what failed"

Why the skill is a good bootstrap path:

What your AI assistant can do:

Why this is useful for developers:

Behind the scenes:

The skill guides your assistant toward Notte CLI commands that create cloud browser sessions. Your assistant gets real browser access, not a simulated environment.

Setup guide at docs.notte.cc/integrations/claude-code-ai-agents.