Read the image from clipboard, convert it to Markdown using a system prompt template, and copy the Markdown result while rendering it to the terminal with Glow.
After setting it up you can do it with a one-liner:
$ impaste | OPENROUTER_KEY=xxx llm --template md -a - | tee >(pbcopy) >(glow -) > /dev/null