Copy text from clipboard and insert in middle of URL

Hello. I am wondering if anyone knows of a way to use the clipboard to insert text into the middle of a string and then open a webpage with that new edited string. I have tried using the !clipboard function in the string but nothing seems to appear. I am using a Google Pixelbook.

Thank you!

Sure, that should work. To open a URL from the clipboard you can use

{
  "Command": "open",
  "Target": "${!clipboard}",
  "Value": ""
},