Job Lead Radar
/install job-lead-radar
Job Lead Radar
Automated job lead scraping across multiple sources. Runs on a schedule or on-demand.
Note on job boards: Indeed, ZipRecruiter, and LinkedIn employ anti-bot protections. Results may be reduced or zero on these sources. ProductionHUB and Peerspace scrape reliably. This is a known limitation of web scraping — not a defect in the skill.
Quick Start
cd ~/.openclaw/skills/job-lead-radar
python scripts/scrape.py [source] [query]
Sources: all (default), indeed, ziprecruiter, productionhub, peerspace, linkedin
Query: Any job search term (default: "film producer")
Output
Results saved to job_leads.json in the script directory. Each entry includes:
source— job board nametimestamp— ISO timestampjobs[]— array of{title, company, link}
Cron Setup
Add to OpenClaw cron for weekly job monitoring:
0 10 * * 1 cd ~/.openclaw/skills/job-lead-radar && python scripts/scrape.py all "film producer" >> logs/weekly.log 2>&1
Custom Queries
Edit references/queries.md for industry-specific search terms. Common queries:
| Industry | Query |
|---|---|
| Film/TV Production | film producer, video editor, production assistant |
| Sports Production | sports producer, broadcast, remote producer |
| Creative | content creator, social media, digital media |
| Web3/Crypto | blockchain, crypto, web3 developer |
| Streaming | streaming, ott, video platform |
Dependencies
- Python 3.7+
scrapling(pip install scrapling)
File Structure
job-lead-radar/
├── SKILL.md ← you are here
├── scripts/
│ └── scrape.py ← main scraper
└── references/
└── queries.md ← query templates
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install job-lead-radar - 安装完成后,直接呼叫该 Skill 的名称或使用
/job-lead-radar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Job Lead Radar 是什么?
Scrapes and collects job leads from Indeed, ZipRecruiter, ProductionHUB, and LinkedIn on demand or schedule for production and creative roles. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 96 次。
如何安装 Job Lead Radar?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install job-lead-radar」即可一键安装,无需额外配置。
Job Lead Radar 是免费的吗?
是的,Job Lead Radar 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Job Lead Radar 支持哪些平台?
Job Lead Radar 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Job Lead Radar?
由 GULLISH42069(@gullish42069)开发并维护,当前版本 v1.0.1。