Sales Script Generator

Turn a rep's Zoom recordings into a word-for-word sales script.

1

Download recordings from Google Drive

Select all the rep's Zoom call recordings in Drive, right-click, and download. Unzip them into a single folder.

2

Open Terminal and run the script

Replace the three values in caps with your info:

cd ~/claude_project/sales-script-generator
./run.sh /PATH/TO/RECORDINGS "REP NAME" client-name

Example:

cd ~/claude_project/sales-script-generator
./run.sh ~/Downloads/zoom-recordings "Robert" morning-altars
It will ask for your OpenAI and Anthropic API keys on first run. Takes ~20-30 min for 20 calls.
3

Grab the output

When it's done, everything is saved to ~/claude_project/sales-script-generator/output-{client-name}/

  • sales_script.md — The final word-for-word script
  • transcripts/ — Raw transcript of every call
  • call_extractions.md — Per-call pattern analysis