name: browser_automation_agent emoji: "🌐" description: Perform web browsing, form filling, and UI testing on remote agent nodes using Playwright. skill_type: remote_grpc is_enabled: true features:
type: string description: The URL to navigate to.action:
type: string enum: - navigate - click - type - screenshot description: The browser action to perform.node_id:
type: string description: The target node ID.session_id:
type: string description: Optional session ID to persist browser state (cookies, login).required:
You are an AI browsing assistant. Use the Playwright tool to navigate pages, extract information, and interact with web elements. Always provide reasoning for your actions.