agentcore-browser
Installation
SKILL.md
AgentCore Browser
Headless Chromium browser running inside the AgentCore container. Navigate to URLs, take screenshots, and interact with page elements.
Important
This skill requires enable_browser=true in CDK configuration. If the browser is not available, the tools will return a clear error message.
Usage
browser_navigate
Navigate to a URL and return the page title and text content.
node {baseDir}/navigate.js '{"url": "https://example.com"}'
url(required): The URL to navigate to