Skip to main content

Create personalized Loom video scripts from Upwork jobs with Claude AI

Workflow preview

Workflow preview
100%
Create personalized Loom video scripts from Upwork jobs with Claude AI preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This n8n template transforms Upwork job postings into personalized Loom video outreach assets in under 60 seconds. Paste a job description and get a complete outreach package: video script, before/...

Best for

  • Content Creation automation workflows
  • Multimodal AI automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.formtrigger, n8n-nodes-base.httprequest, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.googledocs, n8n-nodes-base.googlesheets, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Nitin Garg.

Original n8n.io source

1.1 Workflow description

Title
Create personalized Loom video scripts from Upwork jobs with Claude AI
Workflow name
Create personalized Loom video scripts from Upwork jobs with Claude AI

This n8n template transforms Upwork job postings into personalized Loom video outreach assets in under 60 seconds. Paste a job description and get a complete outreach package: video script, before/after comparison, automation flow diagram, and proposal snippet.

Use cases include: AI/Automation agencies doing Upwork cold outreach, freelancers who personalize proposals with Loom videos, or anyone wanting to scale video prospecting with AI-generated scripts.

Good to know

  • Each job processed costs approximately $0.02-0.04 USD in Claude API fees (two API calls per job)
  • Processing time is ~45-60 seconds per job
  • The workflow uses Claude Sonnet for optimal cost/quality balance
  • Generated scripts are starting points - review and personalize before recording

How it works

  • Submit an Upwork job via the built-in form (title, description, optional client name and URL)
  • Claude AI analyzes the job to extract: industry classification, pain points, tools mentioned, budget/urgency signals, and competition level
  • A second Claude call generates the complete outreach package based on the analysis
  • All assets are saved to a Google Doc named by prospect
  • Lead data is logged to Google Sheets for tracking
  • Slack notification delivers the doc link and key insights

What you get for each job:

  • 90-120 second Loom video script (hook, credibility, walkthrough, CTA)
  • Before/After process comparison with ROI calculations
  • Automation flow diagram structure
  • Upwork proposal opening snippet
  • Visual prompts for Whimsical/Figma diagrams
  • Quick reference card with pricing guidance

How to use

  • The form trigger creates a URL at your-n8n-instance/form/upwork-loom-generator
  • Paste the full job description for best results - more context = better analysis
  • Add the client name if visible for personalized script openings
  • After generation, review the Google Doc and customize the script to your voice
  • Use the visual prompts to create diagrams before recording your Loom

Requirements

  • Anthropic account for Claude API access
  • Google account with Docs and Sheets enabled
  • Slack workspace for notifications

Set up steps

  1. Anthropic credential - Create HTTP Header Auth credential with your API key (header name: x-api-key)
  2. Google credentials - Connect Google Docs and Google Sheets OAuth2 credentials
  3. Slack credential - Add Slack API credential with chat:write scope
  4. Update placeholders in nodes:
    • Create Google Doc → Set your Google Drive folder ID
    • Log to Google Sheets → Set your spreadsheet ID
    • Both Slack nodes → Set your channel ID
  5. Create tracking sheet with columns: Timestamp, Prospect Name, Industry, Business Function, Pain Point, Tokens Used, Google Doc Link, Version

Customising this workflow

  • Edit the "MY BACKGROUND" section in the Claude - Generate Loom Assets node to match your experience and services
  • Adjust industry-specific hourly rates and time savings in the prompt to match your market
  • Modify the Loom script CTA to your preferred next step (calendar link, reply, etc.)
  • Add additional integrations: Notion database, CRM, or calendar booking
  • Swap Slack for Discord, Teams, or email notifications

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - Sticky Note2

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 4 - Sticky Note3

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 5 - Sticky Note4

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 6 - Sticky Note5

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 7 - Job Intake Form

Type / Role
n8n-nodes-base.formTrigger - formTrigger
Config choices
Version 2.1

Block 8 - Analyze Job with AI

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 9 - Validate AI Response

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 10 - Analysis Valid?

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2

Block 11 - Generate Loom Script with AI

Type / Role
n8n-nodes-base.httpRequest - httpRequest
Config choices
Version 4.2

Block 12 - Structure Generated Content

Type / Role
n8n-nodes-base.code - code
Config choices
Version 2

Block 13 - Create Output Doc

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 14 - Add Content to Doc

Type / Role
n8n-nodes-base.googleDocs - googleDocs
Config choices
Version 2

Block 15 - Log Lead to Sheets

Type / Role
n8n-nodes-base.googleSheets - googleSheets
Config choices
Version 4.4

Block 16 - Send Success Notification

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

Block 17 - Send Error Alert

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.1

3. Summary Table

Workflow Create personalized Loom video scripts from Upwork jobs with Claude AI
Complexity advanced
Nodes 17
Categories Content Creation, Multimodal AI
Author Nitin Garg
Published 19 Dec 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11965/11965.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Create personalized Loom video scripts from Upwork jobs with Claude AI do?

This n8n template transforms Upwork job postings into personalized Loom video outreach assets in under 60 seconds. Paste a job description and get a complete outreach package: video script, before/...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Content Creation, Multimodal AI use case.