AskUxer Action, a built-in ChatGPT-like command with live screen data integration and smart scraping

New Features

Ask Anything or Smart Scraping with New Action: “AskUxer”

Introducing AskUxer, a built-in ChatGPT-like command with live screen data integration.

  • Ask Anything: Instantly get dynamic responses and integrate them into your automation workflows.

    {Response} = AskUxer "Give me a random number"
    {Response} = AskUxer "Generate a random email"
    {Response} = AskUxer "Create a catchy subject line for my company"
    

  • Smart Screen Scraping: Extract on-screen data to power your automations.

    {Response} = AskUxer "Summarize the PDF on the screen" -UseScreenshot true
    {Response} = AskUxer "Generate a reply to this email" -UseScreenshot true
    {Response} = AskUxer "Summarize the content of the website" -UseScreenshot true
    {Response} = AskUxer "Extract the price from the screen" -UseScreenshot true
    

1 Like