Find Recruiting Firm

Queries a 100k-firm US recruiting/staffing vendor database via API to shortlist and enrich firms.

Works with setup

Test report

Verdict
Works with setup
Score
9.2/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · aa4783d

Hit the live ServiceGraph API directly with no key and got exactly the `{"error":{"code":"unauthorized","message":"missing bearer token"}}` envelope the doc promises on /fields, /check, and /search alike — the 'no anonymous tier' claim is real, but that also means the skill does nothing until the user pays ServiceGraph for a vk_ key and credits.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 8/10
  • Docs & honesty 5/5

What Find Recruiting Firm does

Drives the ServiceGraph API (api.servicegraph.co, pro_services dataset) to find, shortlist, vet, and enrich US executive-search, RPO, contingent, and temp staffing firms by industry, state, size, and rating. Triggers on requests to procure an outside recruiting/staffing vendor for the user's org — explicitly not for hiring an in-house recruiter or representing a job-seeking candidate — and gates real firm contact data behind a paid vk_ API key (10 credits/firm, 30-day TTL).

How to install Find Recruiting Firm

git clone https://github.com/nostrband/ServiceGraph
cd ServiceGraph
mkdir -p ~/.claude/skills
cp -r skills/find-recruiting-firm ~/.claude/skills/find-recruiting-firm

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Find Recruiting Firm

  • /find-recruiting-firm Queries a 100k-firm US recruiting/staffing vendor database via API to shortlist and enrich firms.

It also activates on plain-language prompts like these:

  • Find me three executive search firms in New York for CFO hires.
  • We need to shortlist staffing agencies to help fill 50 tech roles.
  • Can you vet some RPO vendors with good ratings for our company?

Frequently asked questions

Is the Find Recruiting Firm skill free?
Yes. The skill itself is free from nostrband/ServiceGraph. SkillProof publishes the install command and an independent test verdict at no cost.
Does Find Recruiting Firm work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. Hit the live ServiceGraph API directly with no key and got exactly the `{"error":{"code":"unauthorized","message":"missing bearer token"}}` envelope the doc promises on /fields, /check, and /search alike — the 'no anonymous tier' claim is real, but that also means the skill does nothing until the user pays ServiceGraph for a vk_ key and credits.
What is the Find Recruiting Firm SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Find Recruiting Firm?
Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
Can I use Find Recruiting Firm with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.