Newer
Older
cortex-hub / skills / browser-automation-agent / SKILL.md

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:

  • chat
  • workflow
  • swarm_control config: service: BrowserService method: Navigate capabilities:
    • browser
    • screenshot
    • click parameters: type: object properties: url:
      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:
      • url
      • action
      • node_id

        is_system: true

Browser Automation Agent

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.