hhru-cc-plugin
v0.1.0Safe hh.ru job-search workflows powered by the hhru CLI.
By axisrowLicense: MIT22 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 29, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add hhru-cc-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/axisrow/hhruClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/hhru/SKILL.md├── skills/hhru-apply/SKILL.md├── skills/hhru-market/SKILL.md└── skills/hhru-monitor/SKILL.md
Included Skills4
CLI-инструмент для поиска вакансий, откликов и поднятия резюме на hh.ru (Playwright). Используй этот скилл когда пользователь просит найти вакансии, откликнуться, поднять резюме, посмотреть статистику/воронку/ответы работодателей, обновить hhru, проанализировать рынок, проверить сессию или список резюме — или говорит 'hhru', 'поищи вакансии', 'откликнись', 'подними резюме', 'обнови hhru', 'что с откликами'.
Воркфлоу отклика на вакансии hh.ru: от сухого прогона до боевого отклика. Используй этот скилл когда пользователь просит откликнуться на вакансии, проверить форму отклика, отправить отклик с письмом, или говорит 'откликнись', 'apply', 'отправь отклик'.
Анализ рынка вакансий hh.ru: собрать вакансии, агрегаты ЗП, сравнение сфер. Используй этот скилл когда пользователь просит проанализировать рынок, узнать зарплаты по сфере, сравнить направления, собрать вакансии для изучения, или говорит 'анализ рынка', 'что с зарплатами', 'сравни сферы'.
Мониторинг и статус hh.ru: сессия, резюме, ответы работодателей, воронка откликов, статистика. Используй этот скилл когда пользователь просит проверить статус, посмотреть ответы/приглашения, воронку откликов, статистику, список резюме, или говорит 'что с откликами', 'мониторь', 'статус', 'воронка'.
Plugin manifests2
{
"name": "hhru-cc-plugin",
"version": "0.1.0",
"description": "Safe hh.ru job-search workflows powered by the hhru CLI.",
"author": {
"name": "axisrow"
},
"homepage": "https://github.com/axisrow/hhru",
"repository": "https://github.com/axisrow/hhru",
"license": "MIT",
"keywords": [
"hh.ru",
"job-search",
"playwright",
"cli",
"vacancies",
"apply"
],
"skills": "./skills/",
"interface": {
"displayName": "HH.ru",
"shortDescription": "Safe hh.ru job-search workflows",
"longDescription": "Search vacancies, monitor responses, and run confirmation-gated hh.ru application workflows through the hhru CLI.",
"developerName": "axisrow",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/axisrow/hhru",
"defaultPrompt": [
"Use HH.ru to check my application status.",
"Use HH.ru to find relevant vacancies without applying."
]
}
}{
"name": "hhru-cc-plugin",
"version": "0.1.0",
"description": "CLI-инструмент для поиска вакансий, откликов и поднятия резюме на hh.ru (Playwright). Подключает команды hhru-бота как инструменты и скиллы для Claude Code.",
"author": {
"name": "axisrow"
},
"homepage": "https://github.com/axisrow/hhru",
"repository": "https://github.com/axisrow/hhru",
"license": "MIT",
"keywords": [
"hh.ru",
"job-search",
"playwright",
"cli",
"vacancies",
"apply"
],
"commands": "./commands",
"skills": "./skills"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[hhru-cc-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/hhru-cc-plugin)