Skill bundle
HireEZ Bundle
Bundled skills and integration code for third-party APIs — download a ZIP after checkout, add your keys, and run the workflows in your own stack. Delivery is usually within minutes.
HireEZ Bundle
Rediscover talent you already paid to acquire—then source, shortlist, and ship to your ATS with Claude beside you. HireEZ spans open-web sourcing, rediscovery across connected ATS/CRM data, applicant review, campaigns, and analytics. This bundle turns those workflows into skills you run from your repo: ranked shortlists, outreach drafts, performance narratives, and CSV templates your team can review before anything sensitive goes live.
Why this bundle exists
Agency and in-house teams juggle internal candidates, inbound applicants, and net-new sourcing. HireEZ productizes that blend—but power users still copy data into spreadsheets and lose the thread. These skills give you repeatable pipelines (rediscover → review → source → build-shortlist → personalize → export/sync) with dry-run and confirmation patterns so operators stay in control.
How you benefit
- Mine your database first — rediscover-candidates prioritizes talent already in your ecosystem before you pay for cold outbound.
- Scale review — Applicant and candidate review skills structure high volume into workbooks and narratives your team can scan.
- Export-first safety — Many paths produce Excel, CSV, or JSON you can validate in leadership review—then optionally sync when your contract and keys allow HTTP writes.
- Write when you are ready — Mutating HireEZ state requires
HIREEZ_ENABLE_WRITE_ACTIONS=true; write-capable skills support--dry-runand print intended changes first.
Example prompts
When Claude has access to HireEZ through this bundle’s API integration (with your keys and project configured), you can ask in plain language—for example:
- Rediscover internal candidates who match this requisition before we spend budget on outbound sourcing.
- Review this week’s applicants in bulk and give me a shortlist CSV ranked with reasons I can defend to the HM.
- Build a merged shortlist from these two exports, dedupe, and score against this pasted brief—export only, no writes yet.
- Prepare an ATS-ready export for Greenhouse from this HireEZ shortlist so ops can import after approval.
Full power (easy to miss)
- The recommended workflow in the bundle README is a full play: rediscover → review-applicants → source-candidates → build-shortlist → enrich / personalize → sync-to-ats or export-shortlist.
- Enterprise and partner variance — Public marketing does not expose a complete self-serve REST catalog for every tenant. The bundle documents confirmed vs unknown facts in
_context/api-research.mdand ships a configurable HTTP client (HIREEZ_BASE_URL+HIREEZ_PATH_*) so your account team can wire partner-supplied endpoints without reverse-engineering. - Skills that only need files still deliver value: scoring, shortlists, and ATS CSV mappers work from CSV/Excel/JSON you already exported from HireEZ.
What you get
Digital download: unzip into your project. Thirteen skills under sourcing/hireez/<skill>/ with shared _lib and buyer setup samples.
API access
Coordinate with HireEZ for API base URL, paths, and entitlements. When configured, set variables documented in _buyer-setup/.env.example (including HIREEZ_PARTNER_API_CONFIGURED=true when applicable). See README.md and _context/api-research.md for details.
Requirements
- ANTHROPIC_API_KEY — Claude-powered skills
- HIREEZ_API_KEY — Expected for HTTP-integrated flows; export-first skills may run from files only where documented
Optional: partner URL/path overrides, HIREEZ_ENABLE_WRITE_ACTIONS for writes (see README).
Compatibility
macOS and Windows (run.sh / run.ps1). Designed for Claude Code and similar assistants.
Support
Technical reference: CLAUDE.md and per-skill README files in the bundle. Release history at the bottom of this page mirrors CHANGELOG.md so you can read version notes before purchase.
Release history
Below is the same content as CHANGELOG.md in this bundle, so you can see version history before purchase. After download, both files ship together in the ZIP.
Changelog
[1.0.1] - 2026-04-30
- Add bundle-root
.env.exampledocumenting environment variables for this integration (copy to.env). No skill behavior changes.
[1.0.0] - 2026-04-30
- Initial HireEZ bundle: thirteen skills,
_libHTTP client (partner-configured paths), export-first workflows, Claude scoring and narratives, ATS CSV preparation, andapi-research.mddocumenting lack of public REST reference.