Install
openclaw skills install hh-openclaw-agentHH OpenClaw Agent is a public ClawHub hh.ru application skill. Use it when the user says "hh openclaw agent", "hh job apply automation", "hh.ru browser application", or wants a reviewed hh.ru application packet with logged-in browser execution and an auditable submission bundle.
openclaw skills install hh-openclaw-agentSearch intent: hh openclaw agent, hh.ru apply, job application browser automation, career submission bundle
Turn one hh.ru application run into a reusable submission bundle:
This skill is for reviewed hh.ru browser execution through OpenClaw.
It assumes the browser profile is already authenticated.
hh.ru application through OpenClawhh.ru response flow needs an auditable run log instead of chat memoryInitialize the application packet.
python3 {baseDir}/scripts/init_hh_application_packet.py --out <json> --packet-id <id> --vacancy-id <id> --vacancy-title <title> --company-name <company> --resume-title <resume> --vacancy-url <url> --apply-url <url> --cover-letter <text>.--browser-profile, --review-status, --reviewer, and repeatable --blocked-action fields when needed.Execute the browser flow through OpenClaw.
append_hh_execution_step.py.Keep operator-owned auth and approval gates explicit.
hh.ru shows login, CAPTCHA, 2FA, or another auth challenge, stop and let the operator complete it in the same browser profile.pending or rejected.Check the bundle before sharing or counting it as complete.
python3 {baseDir}/scripts/check_hh_submission_bundle.py --manifest <json> --repo-root <repo> --out <json>.Render the report.
python3 {baseDir}/scripts/render_hh_submission_report.py --manifest <json> --out <md>.https://*.hh.ru/... URLs, and redacts private artifact paths.--include-sensitive only when you intentionally need a full-content export.hh.ru session.hh.ru write APIs.approved.scripts/init_hh_application_packet.py
hh.ru response flow.scripts/append_hh_execution_step.py
scripts/check_hh_submission_bundle.py
scripts/render_hh_submission_report.py