Paste as plain text

I was trying to create a shortcut that uses whatever I have in the system clipboard at the moment, removes all formatting and pastes it as plain text. i thought this would be simple and maybe it still is but I couldn’t find a way to do it for now. What is the easiest way to do this?

In macOS the native “Paste Without Formatting” feature does not work with all apps, which is frustrating.

[
  {
    "BTTLastUpdatedAt" : 1778746745.1132021,
    "BTTTriggerType" : 0,
    "BTTTriggerClass" : "BTTTriggerTypeKeyboardShortcut",
    "BTTUUID" : "5AD13438-64E8-445F-8119-1E5E4D8DA6BC",
    "BTTAdditionalConfiguration" : "401410",
    "BTTShortcutKeyboardType" : 2302,
    "BTTTriggerOnDown" : 1,
    "BTTNotesInsteadOfDescription" : 1,
    "BTTLayoutIndependentChar" : "v",
    "BTTShortcutKeyCode" : 9,
    "BTTShortcutAdvancedModifierKeys" : "401410",
    "BTTShortcutModifierKeys" : 393216,
    "BTTOrder" : 28,
    "BTTAutoAdaptToKeyboardLayout" : 0,
    "BTTActionsToExecute" : [
      {
        "BTTLastUpdatedAt" : 1777355343.5376129,
        "BTTTriggerParentUUID" : "5AD13438-64E8-445F-8119-1E5E4D8DA6BC",
        "BTTIsPureAction" : true,
        "BTTUUID" : "FEDA2344-4748-4A27-A442-3461441D9CD9",
        "BTTPredefinedActionType" : 264,
        "BTTPredefinedActionName" : "",
        "BTTLayoutIndependentActionChar" : "v",
        "BTTShortcutToSend" : "58,56,55,9",
        "BTTOrder" : 4
      }
    ],
    "BTTGestureNotes" : "Paste without formatting"
  }
]

I'm using this one and it works well for now. Can you give an example for non-working app so that maybe I can test (if I have it : ) )