dear-hiring-manager

作者 extrasmall0已验证

A Claude Code plugin that fills your job applications from your profile, drafts the cover letter, and leaves Submit to you. Locally.

106
Stars
8
Forks
2026/8/24
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/extrasmall0/dear-hiring-manager

快速入门

使用 dear-hiring-manager 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

dear-hiring-manager

Stars Claude Code plugin Playwright driven MIT license Human in the loop

dear-hiring-manager: fills your job applications in your own voice

Fills your job applications so you never have to write another 'Dear Hiring Manager.'

It reads the job description, scores how well you fit, fills every field from your saved profile, and drafts open-ended answers and a cover letter in your own voice. When the form is ready it parks the tab and leaves the final send to you.

Runs as a Claude Code plugin. Your data stays in local files. No account, no cloud, no extra API keys (Apify is optional).

Install

  1. Add the marketplace, then install the plugin:
    /plugin marketplace add extrasmall0/dear-hiring-manager
    /plugin install dear-hiring-manager@dhm
    
    That pulls straight from GitHub, no clone needed. (For local development instead, point the first command at your checkout path: /plugin marketplace add /path/to/dear-hiring-manager.)
  2. Restart Claude Code so the bundled Playwright browser loads. Approve it when asked.

Commands are namespaced: /dear-hiring-manager:<command>.

Set up your profile (once)

/dear-hiring-manager:onboard

It interviews you and registers your resume. It asks for your identity and contact, your LinkedIn, GitHub and portfolio links, your home address, work authorization, EEO answers, the standard screening questions, your desired job titles, target level, years of experience, salary expectation, and a minimum fit score. Everything lands in ~/.dear-hiring-manager/profile.md, which you can open and edit by hand anytime.

Apply to one job

/dear-hiring-manager:apply <job-url>

It opens the posting and scores your fit first. If the job clears your minimum fit score, it fills the form. Anything it is unsure about it flags in red. It stops at the Submit button. You fix the flagged items and send.

Apply to many at once

Put job URLs in ~/.dear-hiring-manager/urls.txt, one per line, then:

/dear-hiring-manager:batch

Each job opens in its own tab. It runs unattended, so you can walk away. It fills the clean postings and parks them at Submit, and it marks anything that needs you, like a login wall, an email verification, or a CAPTCHA, as blocked without pausing. Come back and review the parked and blocked tabs in one pass.

Fill urls.txt

urls.txt is the only input batch needs. Fill it however you like:

  • By hand: paste job URLs into ~/.dear-hiring-manager/urls.txt.
  • With Apify: /dear-hiring-manager:apify-collect runs your Apify job scraper and appends fresh URLs. Put APIFY_TOKEN and APIFY_ACTOR in ~/.dear-hiring-manager/.env first. That file is gitignored and never leaves your machine.

Prefer direct application links (Greenhouse, Lever, Ashby, Workday) over LinkedIn or Indeed pages. The filler works best landing straight on the real form.

Other commands

  • /dear-hiring-manager:board shows your pipeline grouped by status, with a response rate and what needs your attention.
  • /dear-hiring-manager:cover-letter <url> writes a tailored cover letter on its own.

Your data (all local, plain files)

~/.dear-hiring-manager/
  profile.md        who you are, work auth, EEO, screening answers, job targets
  answers.md        a growing memory of how you answered past questions
  applications.md   the tracker, one row per job
  urls.txt          the job list for batch
  resume.*          your registered resume
  .env              your Apify token, optional, gitignored

What it will not do

  • It never clicks Submit. You own the last click.
  • It never solves or evades a CAPTCHA. It stops and hands it to you.
  • It never fills a legal or EEO answer you did not confirm.
  • It never invents a claim that is not in your resume.

Roadmap

Today it runs inside Claude Code. You start a job or a batch, it fills, you submit. The next step is an unattended daemon that watches for new postings and fills them around the clock, so you only show up to review and send. That part is not built yet.

Star history

See the live star-history curve →

常见问题

What is dear-hiring-manager?

dear-hiring-manager is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by extrasmall0. A Claude Code plugin that fills your job applications from your profile, drafts the cover letter, and leaves Submit to you. Locally. It has 106 GitHub stars.

Is dear-hiring-manager safe to use?

Yes. dear-hiring-manager passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install dear-hiring-manager?

Clone the repository with "git clone https://github.com/extrasmall0/dear-hiring-manager" and add it to your Claude Code skills directory (see the Installation section above).

Are there alternatives to dear-hiring-manager?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh dear-hiring-manager against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情