Install notte-cli
The Notte CLI lets AI agents control browsers through simple shell commands.Install notte-skill
Add the skill to your AI coding assistant for richer context:AGENTS.md / CLAUDE.md
For more consistent results, add to your project or global instructions file:Tips
- Viewing headless sessions: When you start a session, the output includes a
ViewerUrl- open it to watch your headless browser live - Element selectors: If element IDs from
observe(like@B1) don’t work, use Playwright selectors:#id,.class,button:has-text('Submit') - Multiple matches: Use
>> nth=0suffix to select the first match:button:has-text('OK') >> nth=0 - Closing modals:
notte page press "Escape"reliably dismisses most dialogs
Skills Documentation
For comprehensive documentation including templates and reference guides, see theskills/notte-browser folder and reference the notte-cli open source repo.
