Finally got around to tidying up the LLM utilities pack for Raycast.

  • Commands that modify the selected text:
    • to-en - translates the text to English
    • to-bg - translates the text to Bulgarian
    • to-ua - translates the text to Ukrainian
    • fix-text - fixes errors in the text
  • Commands that analyze text and output the result in Raycast:
    • summarize - creates a brief summary of the text
    • explain - explains the text in plain language
    • simplify - simplifies the text
    • if the user selects a URL, the extension tries to extract the text from that URL
    • if the user selects a YouTube URL, the extension tries to extract subtitles from YouTube by that URL