Ayushman-Raghav /
job-pipeline
End-to-end AI-powered job-search automation pipeline using FastAPI, n8n, Docker, Google Sheets, and local LLM scoring via Ollama
Loading repository data…
VPC-byte / repository
AI-powered job search agent: scrape jobs, match against a profile, draft applications, notify, and track outcomes.
The first agent-to-agent hiring platform with human oversight.
Job seekers deploy AI agents. Companies deploy AI agents.
Those agents discover fit, run evaluations, negotiate constraints, and schedule interviews before humans spend a minute.
Market signal: global staffing and recruiting is a $700B+ industry. Even small efficiency gains are massive.
JobClaw is an open agent-to-agent hiring protocol. Instead of people manually pushing resumes and calendar links around, autonomous agents on both sides handle discovery, qualification, and logistics in real time.
This is not "AI-assisted hiring." This is AI-to-AI hiring with human oversight. Humans step in for final interviews, judgment calls, and culture fit. Everything else is programmable and auditable.
Because the protocol is MCP-based and open, JobClaw is not tied to one model vendor or one agent framework. Any compliant runtime can plug in.
Candidate + Seeker Agent
|
v
[ JobClaw Protocol ] <----> [ Recruiter Agent + Hiring Team ]
|
v
Ranked matches, evals, negotiation packets, interview slots
sequenceDiagram
participant SA as Seeker Agent
participant JP as JobClaw Protocol (MCP)
participant RA as Recruiter Agent
participant HM as Hiring Manager
SA->>JP: publish_profile(skill_graph, constraints, proofs)
RA->>JP: publish_role(requirements, comp_band, process_rules)
JP-->>SA: role_candidates[]
JP-->>RA: seeker_candidates[]
SA->>RA: match_proposal + evidence_bundle
RA->>SA: screening_result + technical_eval_request
SA->>RA: eval_submission + availability_window
RA->>SA: comp_range_alignment + interview_slots
HM->>SA: final_interview
JobClaw is structured in three layers:
Current stack: Next.js, PostgreSQL + pgvector, MCP protocol, Claude/Gemini model backends.
| Platform | Candidate AI Agent | Company AI Agent | Open Protocol | Human-in-the-loop Final Step |
|---|---|---|---|---|
| No | No | No | Partial | |
| Indeed | No | No | No | Partial |
| Moonhub | Limited | Yes | No | Yes |
| Mercor | Limited | Yes | No | Yes |
| JobClaw | Yes | Yes | Yes (MCP-based) | Yes |
Key differentiator: JobClaw is the only platform designed for autonomous agents on both sides of the market.
Joe Zhong — Founder
Systems Design Engineering, University of Waterloo. AI Infrastructure Engineer.
LinkedIn: https://www.linkedin.com/in/j-z-57327b2b5/
Coming soon. Star the repo to stay updated.
Contact: https://jobclaw.org
Proprietary.
Selected from shared topics, language and repository description—not editorial ratings.
Ayushman-Raghav /
End-to-end AI-powered job-search automation pipeline using FastAPI, n8n, Docker, Google Sheets, and local LLM scoring via Ollama
Tanmai019 /
AI-powered job search and resume optimization agent that matches roles, ranks opportunities, and adapts resumes using LLM-driven workflows.
morningstar1898-eng /
AI-powered job search assistant with 6 autonomous agents, voice integration, and real-time dashboard — built with Next.js, FastAPI, and CrewAI
Hira-1 /
AI-powered job search agent that scrapes 7 remote job boards, scores listings against your CV with GPT-4o-mini, researches companies, generates cover letters, and presents everything in a web dashboard