ClipMarts

HR Recruiting Engine

Eight agents that post jobs, screen resumes, and onboard new hires

$79Company OSFor teams replacing process headcount with AI ops

What is HR Recruiting Engine?

End-to-end recruiting automation. Post jobs, screen resumes, schedule interviews, score candidates, draft offers, and coordinate onboarding. Integrates with Greenhouse/Lever.

Agents

8

Setup Time

15 min

Difficulty

Intermediate

Works With
paperclipclaude-code

Organization Chart

Job Poster

Lead

Resume Screener

Interview Scheduler

Candidate Scorer

Offer Drafter

Onboarding Coordinator

Culture Matcher

Hr Manager

What's Included

  • company.yaml
  • agents/job-poster.md
  • agents/resume-screener.md
  • agents/interview-scheduler.md
  • agents/candidate-scorer.md
  • agents/offer-drafter.md
  • agents/onboarding-coordinator.md
  • agents/culture-matcher.md
  • agents/hr-manager.md
  • workflows/hire-pipeline.yaml
  • workflows/onboarding-checklist.yaml
  • skills/resume-parsing.md
  • skills/culture-fit-scoring.md
  • mcp-servers.json
  • README.md

Preview

company.yaml
# company.yaml
name: hr-recruiting-engine
version: "1.0"
description: End-to-end recruiting automation

agents:
  - id: resume-screener
    role: "Screen resumes against job requirements"
    skills: [resume-parsing, requirement-matching]
    mcp_servers: [greenhouse]
    triggers:
      - webhook: greenhouse.application.created
        action: screen-candidate

  - id: candidate-scorer
    role: "Score candidates on skills, experience, and culture fit"
    skills: [culture-fit-scoring, skill-assessment]
    upstream: [resume-screener]
    output:
      format: json
      destination: scored-candidates/

Installation Guide

terminal
$ paperclipai company import --from ./hr-recruiting-engine/paperclip/ --target new
Creating 8 agents... done
Wiring 2 workflows... done
Company deployed successfully.

One-click import — deploy a full AI company into Paperclip in under a minute.

Option A: CLI (recommended)

1

Download and extract the ZIP

unzip hr-recruiting-engine.zip
2

Import the Paperclip-ready company package

paperclipai company import --from ./hr-recruiting-engine/paperclip/ --target new
3

Done — agents are ready

Open your Paperclip dashboard to see the org chart, agents, and workflows.

Option B: Dashboard UI

1

Open Paperclip dashboard

Navigate to Company Settings → Import

2

Upload the paperclip/ folder

From the extracted ZIP, upload the hr-recruiting-engine/paperclip/ directory.

3

Review and deploy

Preview the org chart, then click Deploy. All agents and workflows will be created automatically.

Share
Files included15
Setup time15 min
Difficultyintermediate

Tags

hrrecruitinghiringonboardinggreenhouseautomation