Upwork Apply

Published by bonnieeeyh in claude-code-skills

Review recommended1 installs

What this skill does

Scrape Upwork jobs and generate personalized proposals with cover letters. Use when user asks to find Upwork jobs, create Upwork proposals, or apply to Upwork listings.

Add Upwork Apply to your agent

Review the source and files first. When you are ready, copy the prompt instruction or use the CLI command supported by your environment.

Install with a prompt

Paste this into a compatible coding agent:

add this skill "upwork-apply" from https://github.com/bonnieeeyh/claude-code-skills

Install with the CLI

Run this command in a controlled environment after reviewing the repository:

npx skills add https://github.com/bonnieeeyh/claude-code-skills --skill upwork-apply

Skill instructions

Upwork Job Scraping & Proposal Generation

Goal

Scrape Upwork job listings and generate personalized proposals with compelling cover letters.

Scripts

  • ./scripts/upwork_apify_scraper.py - Scrape Upwork jobs via Apify
  • ./scripts/upwork_proposal_generator.py - Generate proposals with Claude
  • ./scripts/update_sheet.py - Save to Google Sheets

Process

1. Scrape Jobs

python3 ./scripts/upwork_apify_scraper.py \
  --query "AI automation" \
  --limit 50 \
  --output .tmp/upwork_jobs.json

2. Generate Proposals

python3 ./scripts/upwork_proposal_generator.py \
  --jobs .tmp/upwork_jobs.json \
  --output .tmp/proposals.json

Uses Claude Opus 4.5 for high-quality, personalized cover letters.

3. Save to Sheet

python3 ./scripts/update_sheet.py .tmp/proposals.json --title "Upwork Proposals"

Output

Google Sheet with:

  • Job details (title, description, budget, client info)
  • Generated proposal/cover letter
  • Application link

Environment

APIFY_API_TOKEN=your_token
ANTHROPIC_API_KEY=your_key

Files included

  • SKILL.md
  • scripts/update_sheet.py
  • scripts/upwork_apify_scraper.py
  • scripts/upwork_proposal_generator.py

More skills

Upwork Apply: Install, Source and Security | FunnelSlayer