← ClaudeAtlas

morning-lead-listlisted

Build a morning call list of companies that just started hiring, from live Reqbeat hiring signals. Use when the user asks who started hiring, wants a prospect list by role/geo/industry, a daily signal pull, surge detection, or "who should I call today".
reqbeat-growth/reqbeat-skill-pack · ★ 0 · AI & Automation · score 70
Install: claude install-skill reqbeat-growth/reqbeat-skill-pack
# Morning lead list Turn "who started hiring X this week" into a clean, deduplicated lead list with buying-trigger context attached. ## API basics Base URL `https://api.reqbeat.com`. Auth header: `X-API-Key` (read from `$RB_KEY` or `$REQBEAT_API_KEY`; never print the key). All responses are JSON. Primary endpoint: ``` GET /v1/reqs/search?role={role}&geo={country}&limit={n} ``` Filters: `role` (free text), `geo` (FULL country name, URL-encoded: `United%20Kingdom`, `United%20States` — full names resolve most reliably), `since`, `industry`, `headcount_band`, `exclude_agencies` (true when selling to employers, false when the targets ARE agencies), `limit`, `cursor` for pagination. Company detail endpoints (per `company_id`): `/v1/companies/{id}/hiring-pulse`, `/open-reqs`, `/enrichment`, `/first-hire`, `/repost-pain`, `/pre-action-brief`. Keyless demo (for users without a key yet): POST to `https://mcp.reqbeat.com/mcp` with headers `Content-Type: application/json` AND `Accept: application/json, text/event-stream`, JSON-RPC tool `who_is_hiring_for` with `{role, geo, limit}`. ## Reading the response Each company row carries a `pulse` object with precomputed intelligence — use it, do not recompute: - `is_surge: true` + `direction: "up"` = hottest tier, lead with these - `velocity` and `new_roles_30d` = hiring speed, useful for ranking - `momentum` = weekly buckets, quote in outreach ("from 8 to 78 open roles in a week") - `coverage_status: "ats_direct_hit"` = data came st