All workflows

· Dictate · LLM · Clipboard

Speak the prompt,
paste it clean

Talk out a rough prompt and get back a tightened version on your clipboard.

PASTE-READY

· 01 / WHEN YOU REACH FOR THIS

You know what you want to ask, but talking is faster than typing it. Say it loose. Talkie captures the signal and hands back something you can drop straight into any chat box.

· 02 / THE STEPS

Dictate · LLM · Clipboard

  1. 01Dictate

    Capture speech into {{TRANSCRIPT}}.

  2. 02LLM · Claude

    Restructure {{TRANSCRIPT}} into a clean prompt.

  3. 03Clipboard

    Copy {{LAST_OUTPUT}}. Ready to paste.

Template JSON

Download the Dictate to Claude recipe.

The JSON template names the trigger, variables, steps, setup notes, and privacy boundary for this workflow.

· 03 / SET IT UP ONCE

  • Pick the model (Claude, or Local MLX to stay on device).
  • Set the cleanup instruction: fix grammar, keep intent, no preamble.
  • Add your key if the model needs one.

· 04 / VARIATIONS

  • Swap Clipboard for Save to File at @Inbox to keep a log of prompts.
  • Swap Claude for Local MLX when the text should never leave the machine.
  • Prefer the terminal? Pull the result with @talkie/cli and pipe it to the claude CLI.
Talkie for MacmacOS 26+ · iOS 26+
curl -fsSL go.usetalkie.com/install | bash

One hotkey. One transcript. Routed the way "Dictate → Claude" describes, and any flow you build next.

· FOR DEVELOPERS

bun add -g @talkie/app
Read the docs