Recruiting
Resume Parser Agent
An AI skill that reads PDF resumes and extracts structured JSON datasets containing candidate experience, education, and skills. Highly accurate across 15+ languages.
H
HR Tech Solutions
Skill Creator
This agent accepts a PDF or DOCX file as input and processes it through a customized Large Language Model to identify key entities.
Usage
Upload a file ending in .pdf or .docx. The agent will return a structured JSON response.
{
"name": "Jane Doe",
"experience_years": 5,
"skills": ["JavaScript", "Python", "React"]
}