browser-automation-notte
browser-automation-notte provides programmatic control over browser sessions for web automation, scraping, and AI agent deployment. Start sessions with custom configurations, execute page interactions, capture screenshots, and manage cookies and network logs. Run autonomous agents to complete complex browser tasks end-to-end.
browser-automation-notte lets you control browser sessions, scrape web pages, and run autonomous AI agents via API.
AI-generated summary based on this skill's SKILL.md
Install
gooseworks-ai/goose-skills/browser-automation-notte · repository language: Python
git clone https://github.com/gooseworks-ai/goose-skills
cp -r goose-skills/skills/research-tools/capabilities/browser-automation-notte ~/.claude/skills/browser-automation-notteFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
What is browser-automation-notte used for?
browser-automation-notte provides programmatic control over browser sessions for web automation, scraping, and AI agent deployment. You can start sessions with custom configurations, execute page interactions, capture screenshots, and manage cookies and network logs. The skill also enables you to run autonomous agents to complete complex browser tasks end-to-end.
How do I control browser sessions programmatically?
browser-automation-notte lets you manage and monitor browser sessions through its API. You can start sessions with custom configurations, execute interactions like clicks and typing, capture screenshots, and handle cookies and network logs programmatically. This gives you full programmatic control over your browser workflows.
Can browser-automation-notte extract data from websites?
Yes, browser-automation-notte supports structured data extraction from web pages via scraping. You can scrape page content, capture screenshots, and extract web page data programmatically. This makes it easy to gather information from websites automatically.
What is an autonomous web agent and how does it work?
browser-automation-notte enables you to deploy autonomous AI agents to complete browser workflows. These agents can execute complex web tasks end-to-end without manual intervention, handling interactions, data extraction, and navigation automatically based on your configuration.
Is browser-automation-notte suitable for web application testing?
Yes, browser-automation-notte supports automated browser actions for testing web applications. You can automate clicks, typing, and other interactions to validate application behavior, making it useful for test automation alongside its primary web automation and scraping capabilities.
What license does browser-automation-notte use?
browser-automation-notte is released under the MIT license, which permits free use, modification, and distribution with minimal restrictions.
SKILL.md
rendered from the published skill — quoted content, verbatim
Notte - Browser Automation API
Setup
Read your credentials from ~/.gooseworks/credentials.json:
export GOOSEWORKS_API_KEY=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json'))['api_key'])")
export GOOSEWORKS_API_BASE=$(python3 -c "import json;print(json.load(open('$HOME/.gooseworks/credentials.json')).get('api_base','https://api.gooseworks.ai'))")
If ~/.gooseworks/credentials.json does not exist, tell the user to run: npx gooseworks login
All endpoints use Bearer auth: -H "Authorization: Bearer $GOOSEWORKS_API_KEY"
Control browser sessions, scrape web pages, and run autonomous AI agents.
Capabilities
- Take Screenshot: Take a screenshot of the current page
- Get Session: Get session status and details (free)
- Stop Session: Stop and clean up a browser session (free)
- Get Session Cookies: Get all cookies from the browser session (free)
- Get Network Logs: Get network request/response logs from the session (free)
- Get Agent Status: Get agent
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 2 files
skills/research-tools/capabilities/browser-automation-notte/SKILL.md
skills/research-tools/capabilities/browser-automation-notte/skill.meta.json