Install
openclaw skills install freelance-job-scraperAutonomous freelance job monitoring agent. Scans Hacker News Who is Hiring, YC jobs board, and remote job aggregators for high-value automation and AI gigs, scores them by relevance and payout, and flags actionable leads.
openclaw skills install freelance-job-scraperScans multiple job boards and freelance platforms for AI/automation-related gigs. Scores each opportunity by relevance, payout, and competition level.
gh CLI authenticated (for HN comments/jobs access)# Scan all sources and generate report
python3 scripts/scan_jobs.py
# Filter by keyword
python3 scripts/scan_jobs.py --keyword "automation"
# Output to file
python3 scripts/scan_jobs.py --output freelance_leads.md
| Score | Factor |
|---|---|
| High payout ($100+) | +3 pts |
| AI/automation relevant | +3 pts |
| Remote OK | +1 pt |
| Few competition (fewer replies) | +2 pts |
| YC company | +2 pts |
## Freelance Lead Digest — 2026-03-27
### 🔥 Hot Leads (score >= 7)
1. **[Company] — Role/Task** | $AMOUNT | YC | 3 replies
- Link: https://...
- Why: AI/automation fit
### 🎯 Medium Leads (score 4-6)
...
### 💤 Low Priority
...
scripts/scan_jobs.py — Main scraper (Python stdlib only)references/hn_jobs_guide.md — How to navigate HN jobsgh api for HN content, web fetch for external boards