← 返回 Skills 市场
gullish42069

Job Lead Radar

作者 GULLISH42069 · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
96
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install job-lead-radar
功能描述
Scrapes and collects job leads from Indeed, ZipRecruiter, ProductionHUB, and LinkedIn on demand or schedule for production and creative roles.
使用说明 (SKILL.md)

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 name
  • timestamp — ISO timestamp
  • jobs[] — 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
安全使用建议
This skill appears to be what it claims: a local scraper that writes job_leads.json. Before installing or running it: (1) review the pip package 'scrapling' (source, recent releases) before pip installing to avoid pulling a malicious package; (2) consider running the script in an isolated environment (virtualenv or sandbox) and inspect network activity if concerned; (3) be aware that scraping sites like Indeed, ZipRecruiter, and LinkedIn may trigger anti-bot protections and may violate those sites' terms of service — use responsibly; (4) the skill writes files to ~/.openclaw/skills/job-lead-radar and logs via cron examples — verify cron entries and log retention meet your privacy policies. If you want higher assurance, request the upstream repository or maintainer information (homepage/source) and verify the scrapling dependency source.
功能分析
Type: OpenClaw Skill Name: job-lead-radar Version: 1.0.1 The job-lead-radar skill is a legitimate web scraping tool designed to collect job postings from various platforms like Indeed and LinkedIn using the 'scrapling' library. The code in scripts/scrape.py follows standard scraping patterns, saves results locally to job_leads.json, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
能力标签
crypto
能力评估
Purpose & Capability
The name/description (job lead scraping) matches the included script and SKILL.md. The script fetches public job board pages and extracts titles/companies/links; no unrelated services, credentials, or system resources are requested.
Instruction Scope
SKILL.md instructs running the provided Python script and optionally scheduling it via cron; outputs are written to a local job_leads.json in the skill directory. The instructions do not ask the agent to read arbitrary user files, environment variables, or transmit data to endpoints other than the job boards.
Install Mechanism
There is no install spec (instruction-only). The script depends on a third-party pip package ('scrapling'); the installer is left to the user (pip install scrapling). This is common but you should vet the scrapling package (source, trustworthiness) before installing.
Credentials
No environment variables, credentials, or config paths are requested. The script does not attempt to read secrets or other system config. This is proportionate to a scraper that targets public pages.
Persistence & Privilege
always is false, skill is user-invocable, and it does not modify agent/system-wide settings. It only writes its own job_leads.json file in its script directory.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install job-lead-radar
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /job-lead-radar 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
Updated description: noted Indeed/ZipRecruiter/LinkedIn anti-bot limitations
v1.0.0
Initial release
元数据
Slug job-lead-radar
版本 1.0.1
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

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。

💬 留言讨论