When I create the extension-snippet below I get way more options that I installed.
# popclip SearchLink + Multi Actions
name: SearchLink Actions
icon: search s
actions:
- title: SearchLink Copy
- icon: search c
- applescript: do shell script "automator -r -i \"{popclip text}\" ~/Library/Services/SearchLink.workflow|awk '/http/{gsub(/^[ \t]*\"|\"[ \t]*$/,\"\"); print}'|pbcopy"
- title: Searchlink Open
- icon: search o
- applescript: do shell script "open $(automator -r -i \"{popclip text}\" ~/Library/Services/SearchLink.workflow|grep -o \"https://*.* \")"; print})"