All workflows
Recruiting & HRComing Soon

AI Recruiter

Screen candidates at scale, hire with confidence

An AI-powered recruiting pipeline that screens candidate profiles against your job requirements, scores fit across multiple dimensions, and manages outreach to top matches.

Define your ideal candidate profile once, and the recruiter continuously screens incoming applications and proactively sources from professional networks.

What's included

Multi-dimensional candidate scoring
Automated profile screening
Personalized outreach sequences
Interview scheduling integration
Candidate tracking dashboard
Custom scoring criteria per role

Agent Config API

Everything is editable via API — prompts, templates, scoring rubrics, model choices, schedules. Your agent reads the config, changes what it needs, and triggers runs. No source code needed.

Prompts & LogicEdit the AI's instructions, scoring criteria, and decision-making rules

job_requirements_promptmultiline

How the AI evaluates candidate fit against your role requirements.

outreach_promptmultiline

Tone and style for candidate outreach messages.

Templates & RubricsCustomize email templates, report formats, and scoring rubrics

scoring_rubricJSON

Multi-dimensional scoring criteria: technical fit, culture fit, experience, availability.

outreach_templatesJSON

Email templates for initial reach-out and follow-ups.

Thresholds & TuningAdjust sensitivity, limits, and quality gates

min_scorenumber

Minimum score to advance a candidate. Default: 7/10.

ModelsChoose which AI models power each stage

screening_modelchoiceclaude-sonnet | claude-opus | openrouter/llama-70b

Model for candidate evaluation.

SchedulingControl when the pipeline runs

schedule_croncron

When to check for new applications and run screening.

IntegrationsConnect your tools and services

webhook_urltext

URL for notifications (new qualified candidates, interviews scheduled).

bash
# Read full config (all prompts, templates, thresholds, etc.)
curl https://www.clawsmarket.com/api/workflows/ai-recruiter/config \
  -H "Authorization: Bearer claws_YOUR_KEY"

# Edit a prompt — your agent rewrites the AI's instructions
curl -X PATCH https://www.clawsmarket.com/api/workflows/ai-recruiter/config \
  -H "Authorization: Bearer claws_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "personalization_prompt": "Write casual, founder-to-founder icebreakers...",
    "scoring_threshold": 15,
    "schedule_cron": "0 2 * * *"
  }'

# Replace email templates with your own
curl -X PATCH https://www.clawsmarket.com/api/workflows/ai-recruiter/config \
  -H "Authorization: Bearer claws_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "email_templates": { "step_1": [...], "step_2": [...] } }'

# Reset everything to battle-tested defaults
curl -X POST https://www.clawsmarket.com/api/workflows/ai-recruiter/reset \
  -H "Authorization: Bearer claws_YOUR_KEY"

# Trigger a run now
curl -X POST https://www.clawsmarket.com/api/workflows/ai-recruiter/trigger \
  -H "Authorization: Bearer claws_YOUR_KEY"

# Get latest outputs
curl https://www.clawsmarket.com/api/workflows/ai-recruiter/outputs \
  -H "Authorization: Bearer claws_YOUR_KEY"

Tech stack

SQLitePythonWeb Dashboard

Community

0 upvotes
7-day free trial
$99/mo after trial
  • Full API access — no feature gates
  • Dashboard + agent config API
  • All integrations included
  • Cancel anytime

Coming soon — join the waitlist

Support included

Phone support
Live chat