job-recruiter-info

Finds recruiter and hiring-manager contacts for a single job listing or company.

2|Updated Apr 4, 2026
One-click install
npx skills add https://github.com/DoctorMozg/claude-pipelines --skill job-recruiter-info-doctormozg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: job-recruiter-info
Source: https://github.com/DoctorMozg/claude-pipelines/tree/main/plugins/mz-job-outreach/skills/job-recruiter-info
Command: npx skills add https://github.com/DoctorMozg/claude-pipelines --skill job-recruiter-info-doctormozg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? When you have one specific job listing or company in mind, finding the right person to contact — a named recruiter, hiring manager, or verified careers email — requires tedious manual searching across job boards, careers pages, and LinkedIn. This Skill automates that lookup and delivers a compact, confidence-rated contact report without running a full job-search pipeline. ## Core Features & Use Cases - Single-target contact lookup: Accepts a job listing URL (Lever, Greenhouse, LinkedIn) or a company name with an optional role hint, then dispatches a contact-finder agent to walk a fallback chain: named recruiter on the posting, careers page, LinkedIn search, then generic email patterns. - Verified vs. guessed separation: The report clearly distinguishes verified careers-page emails from unverified generic-pattern guesses (careers@, jobs@, talent@), filters out noreply addresses, and assigns a high/medium/low confidence rating. - Standalone operation: Works independently of the full /job-search pipeline — no CV, scoring, or cover letter required — with state persistence and resume support via .mz/task directories. - Use Case: You found a Senior Backend Engineer posting at Acme Corp and want to know who to apply to. Run the skill with the listing URL and receive a markdown report with the named recruiter, apply URL, LinkedIn company page, and confidence assessment. ## Quick Start Find the recruiter and careers contact for the job at this listing URL: https://jobs.lever.co/acme/senior-backend-engineer.

Frequently Asked Questions about job-recruiter-info

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find the recruiter for a specific job listing?

Provide the job listing URL (Lever, Greenhouse, or LinkedIn) as the argument. The skill fetches the posting, then walks a fallback chain from named recruiter on the posting to the careers page, LinkedIn search, and generic email patterns, producing a report with a confidence rating.

Can I find hiring manager contacts with just a company name?

Yes, pass a company name with an optional role hint, such as "Acme Corp — Senior Backend Engineer". The skill resolves the company domain via web search and runs the same contact lookup chain, optionally using region and language modifiers for disambiguation.

When should I use this instead of the full job-search pipeline?

Use this skill when you already have one target job or company and only need contact information. If you want to scan many jobs against a CV with scoring and cover letters, use the full /job-search pipeline instead.

How reliable are the email addresses in the recruiter report?

The report separates verified careers-page emails from generic-pattern guesses like careers@ or jobs@, which are derived from the domain only and not observed on company pages. Confidence is high only when both a named recruiter and a verified email are found.

What happens if the job listing URL is unreachable?

The skill degrades to company-name mode using the URL host as the company hint, then surfaces the fetch failure as a concern in the final report. It never fabricates contacts and reports zero-results disclosures when nothing is found.