Token导航 LogoToken导航TokenDH.com
研究检索操作浏览器clawhub未标认证来源可访问clear审计提醒

hh-job-searchhh 求职

Agent Skill

hh-job-search 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,468

周安装

275

GitHub Stars

公开资料未说明

下载量

2,266
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:hh-job-search(hh 求职)
来源仓库:https://github.com/naxofon/hh-job-search
安装命令:
openclaw skills install hh-job-search
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install hh-job-search

简介

俄罗斯市场职位搜索与管理工具,覆盖 hh.ru、Habr Career 及 Telegram 空缺信息。

  • 适合在俄语区招聘、人才搜寻或跨境求职场景下快速定位岗位机会。
  • 支持关键词筛选、薪资范围过滤与候选人初步评估功能模块组合调用。
  • 需配置对应平台的 API 或爬虫权限,注意合规性与反爬机制限制。
  • 结果仅供参考,正式录用前应核实企业资质与合同条款真实性。

SKILL.md

name
job-search
description
Search, evaluate, and manage job opportunities for a candidate across the Russian market with hh.ru, Habr Career, Telegram vacancy channels/chats, and LinkedIn as a secondary source. Use when building a candidate profile, filtering vacancies by salary/stack/seniority/remote format, scoring job relevance, tailoring resumes or cover letters, tracking applications, or running controlled job-hunt workflows with explicit safety rules for outreach and auto-apply.

Job Search

Use this skill to run a structured job-hunt workflow without turning the agent into an uncontrolled spam bot.

Core workflow

  1. Build or update the candidate profile.
  2. Define target roles, salary floor, geography, work format, and exclusions.
  3. Before collecting vacancies from any browser-based source (especially hh.ru), force a page refresh/reload so newly published postings appear.
  4. For hh.ru in Browser Relay / logged-in browser flows, do not trust the currently rendered list until after an explicit refresh of the active search results tab.
  5. Before checking whether an hh resume can be raised in search, refresh the page that shows the resume cards; stale hh UI can falsely show a cooldown when the raise is already available.
  6. When the user asks to raise resumes on hh without narrowing it down, raise all relevant active resumes that are currently available after refresh, not just one.
  7. Collect vacancies from the supported sources.
  8. Normalize each vacancy into a common structure.
  9. Score each vacancy: strong match / possible match / skip.
  10. Save the shortlist and application state in durable workspace files.
  11. Tailor resume / cover letter only for shortlisted roles.
  12. Apply or message recruiters only under the allowed mode.

Supported sources

Primary:

  • hh.ru
  • Habr Career
  • Telegram vacancy channels and chats

Secondary:

  • LinkedIn

Read references/source-strategy.md when choosing source priority and source-specific handling.

Operating modes

1. Research-only

Use when the user wants market scanning, salary mapping, or a shortlist.

  • Search and score vacancies.
  • Do not apply.
  • Do not send messages.

2. Assisted apply

Use when the user wants help preparing applications but still approves submission.

  • Search and score vacancies.
  • Tailor resume / cover letter.
  • Prepare answers and a pipeline row.
  • Do not submit without clear approval.

3. Controlled auto-apply

Use only when the user explicitly allows automatic submission.

  • Apply only to strong-match vacancies.
  • Respect per-source limits.
  • Log every submission.
  • Never send recruiter DMs unless separately allowed.

4. Outreach-enabled

Use only when the user explicitly allows recruiter outreach.

  • Follow the same rules as controlled auto-apply.
  • Use short, factual messages.
  • Log every outbound message.

Hard safety rules

  • Never contact recruiters or hiring managers unless the user explicitly allows outreach.
  • Never auto-apply unless the user explicitly enables auto-apply.
  • Never invent experience, stack, salary history, notice period, education, or citizenship details.
  • Never overwrite a candidate master profile silently; append or propose diffs.
  • Prefer fewer high-fit applications over mass low-fit submissions.
  • Log every external action in the project workspace.
  • Never mark an hh application as sent just because the "Откликнуться" button was clicked.
  • On hh, treat an application as successful only after explicit UI confirmation that the response/application was sent or the vacancy appears in the sent responses state.
  • If success cannot be verified, record the state as apply-unconfirmed or apply-failed, not applied.
  • Before deciding that hh resume raising is unavailable or still on cooldown, refresh the resume page first; stale hh UI is not a reliable signal.
  • Never answer screening questions or other free-text prompts without first showing them to the user and getting approval.
  • After a verified hh apply, immediately refresh the resumes page and raise all relevant active resumes that are available, unless the user explicitly disables that post-apply raise step.
  • When a bundled hh apply script/workflow already encodes required post-apply behavior, prefer that script/workflow over ad-hoc manual browser clicking for real applications.

Read references/safety-rules.md before enabling outreach or auto-apply.

Workspace layout

Prefer a durable project folder such as:

projects/job-search/
  PROFILE.md
  TARGET_ROLES.md
  SEARCH_RULES.md
  SOURCES.md
  PIPELINE.md
  OUTREACH_RULES.md
  BLACKLIST.md
  applications/
  exports/
  logs/

If the project does not exist yet, create it before doing serious work.

Vacancy normalization

Normalize each vacancy into these fields when possible:

  • source
  • source_url
  • company
  • title
  • stack
  • seniority
  • salary_min
  • salary_max
  • salary_currency
  • gross_or_net
  • location
  • remote_mode
  • employment_type
  • visa_or_relocation
  • english_level
  • contact_name
  • contact_url
  • summary
  • fit_score
  • fit_label
  • fit_reasons
  • red_flags
  • status

Source-specific notes

hh.ru

  • Treat as the primary source for Russian-market roles.
  • Normalize salary carefully; gross/net may differ by posting.
  • Capture employer type, location, and work format.

Habr Career

  • Prefer for engineering/product/design roles with better tech signal.
  • Preserve stack and level details from the description.

Telegram

  • Expect noisy, duplicated, and weakly structured posts.
  • Deduplicate aggressively.
  • Parse salary, stack, and contact info from free text.
  • Treat direct recruiter handles as contact data, not permission to message.

LinkedIn

  • Use as a secondary source.
  • Focus on roles that are materially better than local-market baseline or clearly international/remote.

Tailoring outputs

For a strong-match vacancy, prepare:

  • 1 tailored resume variant
  • 1 short cover letter or intro note
  • 3-6 bullet reasons why the role fits
  • optional answers to standard screening questions

Keep tailoring factual and specific to the vacancy.

Scripts

Prefer the bundled Python tools over ad-hoc manual parsing. Install the Python dependencies first when you need the scoring/deduplication libraries:

python -m pip install -r skills/job-search/scripts/requirements.txt

Available tools:

  • scripts/requirements.txt — Python deps for the scoring/normalization toolkit (pydantic, rapidfuzz)
  • references/onboarding.md — resume-first onboarding and HH Browser Relay setup guidance for first-run users
  • scripts/init_job_search_project.py — create a durable project folder from templates
  • scripts/profile_to_json.py — convert project markdown files into a compact scoring profile JSON
  • scripts/job_match_score.py — score vacancy JSON against a profile JSON
  • scripts/score_vacancy_from_project.py — score one vacancy directly against a project folder
  • scripts/score_vacancies_jsonl.py — score a JSONL batch against a project folder
  • scripts/normalize_salary.py — normalize salary text into structured fields
  • scripts/parse_telegram_job.py — extract a Telegram vacancy post into structured JSON
  • scripts/batch_parse_telegram_jobs.py — process a directory of Telegram posts into JSONL
  • scripts/normalize_vacancy.py — normalize a raw vacancy text/JSON payload into the common vacancy schema
  • scripts/batch_normalize_vacancies.py — normalize a directory of raw vacancy payloads into JSONL
  • scripts/dedupe_vacancies.py — cluster likely duplicate vacancies from JSONL input
  • scripts/canonicalize_deduped.py — convert dedupe output into canonical-only JSONL
  • scripts/pipeline_add.py — append a structured vacancy into PIPELINE.md
  • scripts/export_shortlist.py — export strong or high-score vacancies into CSV

Assets

Use assets/templates/ when creating a new durable job-search project. These templates seed:

  • README-START.md
  • PROFILE.md
  • TARGET_ROLES.md
  • SEARCH_RULES.md
  • SOURCES.md
  • PIPELINE.md
  • OUTREACH_RULES.md
  • BLACKLIST.md

References

Read only what you need:

  • references/onboarding.md — first-run flow for resume/CV intake and when/how to instruct Browser Relay setup for HH automation
  • references/source-strategy.md — source priorities and source-specific handling
  • references/safety-rules.md — boundaries for outreach and auto-apply
  • references/project-layout.md — recommended durable workspace structure
  • references/data-flow.md — practical end-to-end batch flow for this skill
  • references/file-formats.md — expected JSON/JSONL/project markdown formats

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.11%
按下载量换算1,634

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

通过

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills