juicebox-core-workflow-b
Installation
SKILL.md
Juicebox Core Workflow B: Candidate Enrichment
Overview
Build comprehensive candidate profiles using Juicebox people search and enrichment. Covers profile data extraction, multi-source enrichment, experience timeline construction, and CRM-ready candidate record generation.
Prerequisites
- Juicebox API key
- Understanding of people search parameters
- CRM or ATS for candidate export
- Data validation rules for enriched profiles
Instructions
Step 1: Search and Retrieve Candidate Profiles
const JUICEBOX_API = 'https://api.juicebox.ai/v1';
async function searchCandidates(query: {
title?: string;
company?: string;
Related skills