AI-FirstAI-First
Back to blog
cas-d-utilisation
June 11, 2026
9 min read

OpenClaw for HR: screening 200 resumes before 9 AM, no intern required

OpenClaw can filter hundreds of applications overnight. Here's how to set up an autonomous HR agent, what it actually costs, and why human oversight remains non-negotiable.

Vincent

Vincent

AI expert, AI-First

How to configure OpenClaw to automatically screen 200 resumes before 9 AM. Practical setup, real-world costs, limitations, and safeguards for hiring SMBs.

A developer sent 36,000 applications in 30 days using OpenClaw. The tech press fixated on the volume, not on what it means for the recruiter side. If a single candidate can flood your inbox with AI-generated resumes, the question is no longer whether you should automate screening, but when.

I've been helping SMBs integrate AI agents since early 2026. Recruiting comes up in almost every audit: too much time spent reading resumes that don't match, strong profiles buried in the noise, and an intern or an external agency handling the first filter. OpenClaw changes that equation.

  • 🎯 Overnight autonomous screening: OpenClaw filters 200 resumes per night with custom scoring.
  • ⚠️ Non-trivial security: 400 malicious skills detected on ClawHub, vigilance required.
  • 📊 Marginal cost: a few cents per application processed versus €15 to €25 through an agency.
  • Human decision-maker: the agent shortlists, the HR manager validates every list.

The real problem: your screening process can't keep up

Recruiting in an SMB of 30 to 150 people usually plays out the same way. You post a job on LinkedIn or Indeed. Within 48 hours, you receive between 80 and 300 applications. The HR person (if you even have one) spends 2 to 3 hours a day opening PDFs, scanning for keywords, and sorting into a spreadsheet.

Why does manual screening cost more than you think?

The visible cost (HR time) hides the invisible one: strong candidates who slip through the cracks because they landed at position 87 in the pile. According to a McKinsey study, 65% of HR tasks related to sourcing and screening are automatable with today's AI tools. The problem is that most ATS platforms (Applicant Tracking Systems) charge between €200 and €500 per month for basic parsing features.

OpenClaw offers a radically different alternative: a self-hosted, open-source agent that runs on your machine overnight and delivers a shortlist by morning.

An intern sorting resumes is human time wasted on a task AI handles better.

How to configure an OpenClaw agent for resume screening

The approach is built on the three-layer operational framework detailed by the Hutrit channel: autonomous programming, operation manuals, and artifact production. Applied to recruiting, it produces a precise workflow.

What technical setup do you need to screen 200 resumes per night?

First step: you define a "job" in OpenClaw, not a one-off task. This is the fundamental distinction Hutrit highlights in his analysis of agentic architecture. A task is "read this resume." A job is "every night at 11 PM, pull new applications from my HR inbox, compare each resume against the job profile, assign a score from 0 to 100, and drop a Markdown report in my Recruiting folder before 7 AM."

The concrete configuration:

  1. Email skill (native in OpenClaw) to pull attachments from Gmail, Outlook, or a dedicated alias
  2. PDF parsing skill via ClawHub to extract structured text from resumes
  3. Scoring prompt calibrated to your job description: technical skills (40% weight), industry experience (30%), location and availability (20%), soft signals (10%)
  4. Built-in cron to trigger the workflow every evening

The underlying model (Claude Sonnet 4.6, GPT-4.1, or a local model via Ollama) compares each resume against the reference profile and produces a structured JSON. The whole process takes between 3 and 8 seconds per resume, depending on length.

What does it actually cost?

Kaan Turgut, who built a similar agent on the candidate side, reports a cost of 37 Canadian dollars (~€25) for over a week of intensive use with Claude Sonnet 4.6. On the recruiter side, volume is lower (200 resumes versus thousands of outbound applications), which puts the cost between €0.05 and €0.12 per resume processed. Compared to the €15 to €25 per application charged by a pre-screening agency, the ratio is 1 to 200.

Screening method Cost per resume Human time Availability Trend
Manual screening (in-house HR) ~€8 (hourly cost) 3-5 min/resume Business hours ↓ not scalable
Recruitment agency €15-25 0 min (outsourced) 48-72h turnaround → stable
ATS with AI parsing €1-3 (amortized subscription) 1-2 min/resume Real-time ↑ growing adoption
Self-hosted OpenClaw €0.05-0.12 0 min (overnight) 24/7 ↑ +145K GitHub stars

SOURCE: author estimates + cited transcripts · Updated 06/2026

For an SMB hiring for 3 to 5 positions per quarter, we're talking about a monthly budget under €10. I struggle to find a more cost-effective HR line item.

What the Narek story reveals (from the recruiter's side)

A developer named Narek ran an OpenClaw workflow that sent 1,200 applications per day on LinkedIn (the initial target was 8,000, but LinkedIn enforced its rate limits). In 30 days: 36,000 applications sent, a 4% progression rate to interviews, and a pipeline worth $428,000 in potential salary offers.

Why should recruiters care about this story?

The insight nobody's picking up on: if a single candidate can generate that volume, your HR inbox is already polluted with automated applications. The signal-to-noise ratio will keep getting worse. Recruiters who screen manually are in the position of a goalkeeper facing a pitching machine.

The logical response is to pit an agent against an agent. Your recruiter-side OpenClaw filters applications generated by the candidate-side OpenClaw. This isn't science fiction: it's the reality of the job market in June 2026.

According to Le Monde Informatique, OpenClaw has accumulated over 145,000 GitHub stars in a matter of weeks, and OpenAI recruited its creator Peter Steinberger in February 2026 to lead their agent strategy. The signal is clear: agentic AI is no longer a prototype, it's an infrastructure layer.

I've already covered OpenClaw use cases for freelancers and small businesses in detail, but recruiting remains the most immediately profitable use case for a structured SMB.

The risks you can't afford to ignore

Before deploying an HR agent in production, you need to look at the blind spots. OpenClaw is a powerful tool, and a powerful tool poorly configured causes damage proportional to its power.

What are the real dangers of an autonomous HR agent?

Problem number one is ClawHub security. According to Silicon.fr, over 400 malicious skills have been discovered on the community marketplace. Prompt injections, data leaks, excessive permissions. For HR use (personal data, resumes, contact details), this is a direct legal risk under the GDPR.

My recommendation: only install official or audited skills. If you use a community skill for PDF parsing, read the source code first. That's a 20-minute investment that could save you from a data breach.

Second risk: algorithmic bias. A poorly calibrated scoring prompt can systematically discriminate on irrelevant criteria (school name, career gaps, resume wording). HR must validate every shortlist produced by the agent. The agent screens, the human decides, always.

Third risk: model dependency. If you use the Claude or GPT API, your resumes pass through an external server. For sensitive roles, the local stack with Ollama remains the safest option.

"The agent shortlists, the HR manager decides. Reverse that order and you've built a process that's faster but less reliable than the one you wanted to replace."

Vincent, June 2026

Verdict: resume screening is the first HR workflow to automate

I'll say it plainly: if you hire regularly and haven't tested a screening agent yet, you're burning human time on the most automatable task in the entire HR chain.

Should you start now or wait?

Don't wait. The setup takes half a day. The cost is negligible. And the payoff (2 to 3 hours reclaimed daily during hiring phases) shows up within the first week. OpenClaw isn't the only tool out there, but it's the only one that combines open source, self-hosting, and a community of over 100 ready-to-use skills.

If you're looking for technical support for this kind of integration, GoLive Software helps SMBs deploy exactly this type of AI workflow connected to existing tools.

My advice for getting started: take your most recent job posting, write a scoring prompt with your top 5 criteria, and run the agent on the last 50 resumes you received. Compare the agent's shortlist with the HR manager's. If the overlap rate exceeds 80%, you have your proof of concept.

To go deeper on integrating AI agents into your operations, I've published a 6-step guide with 4 real-world examples covering recruiting as well as sales, support, and accounting. And if you're still deciding between OpenClaw and other approaches, the comparison piece OpenClaw for SMBs: should you really take the plunge? asks the right questions.

Automated recruiting through AI agents is not a gimmick. It's the logical response to a market where candidates are already using AI to apply. SMBs that adopt it now gain a head start. The rest will keep manually screening resumes written by ChatGPT, which is a rather expensive form of irony.

Frequently asked questions

Can OpenClaw read all resume formats?

OpenClaw handles PDFs and Word files (.docx) through parsing skills available on ClawHub. Image-only resumes (scans, screenshots) require an additional OCR skill, which adds 1 to 2 seconds of processing per file. For exotic formats (web pages, online portfolios), you'll need to configure a dedicated scraping skill.

Is automated screening legal in France under the GDPR?

The GDPR allows automated resume processing provided you inform candidates (mention it in the job posting), guarantee the right to access the criteria used, and maintain human intervention in the final decision. Article 22 of the GDPR prohibits fully automated decisions that significantly affect an individual. As long as your HR manager validates the shortlist, you're in compliance.

Which AI model should you choose for resume scoring?

Claude Sonnet 4.6 offers the best quality-to-price ratio for structured text parsing (approximately $0.003 per resume). GPT-4.1 delivers comparable results but costs slightly more. For privacy-conscious companies, Ollama with a local model (Llama 3.3 70B or Mistral Large) works without sending any data externally, at the cost of more substantial hardware.

How long does it take to set up the agent?

Allow half a day for a developer familiar with OpenClaw: installation, skill configuration (email + parsing + scoring), writing the scoring prompt calibrated to your job description, and testing on a batch of 20 to 30 existing resumes. Fine-tuning the prompt then takes 2 to 3 iterations to reach a satisfactory overlap rate with human judgment.

Does OpenClaw replace an ATS like Lever or Recruitee?

No. OpenClaw doesn't handle candidate pipeline tracking, interview scheduling, or candidate communication. It excels at a single step: initial screening. The most effective combination for an SMB is using OpenClaw for overnight screening and a lightweight ATS (or even a simple Notion setup) for tracking retained candidates.

Vidéos YouTube

Articles & ressources

Take action with AI-First

Transform your business with AI. Audit, implementation and follow-up by certified experts.

Request an audit →

More articles