PURPLE SQUIRREL TALENT INTELLIGENCE
Talent
Ainubis · v5

Find unicorn talent from MESEN CRM, cleared candidate pools, and OSINT — powered by AI.

OR
PIPELINE POOL PROPOSALS PIPELINE SETTINGS
MESEN AARU
👥 POOL
TALENT POOL
×
API KEYS
ANTHROPIC API KEY
Powers AI hunting, SOW extraction, OSINT.
SAM.GOV API KEY
Enables automatic SAM.gov Exclusions check in OSINT flow. Get free key
COMPANY
COMPANY NAME
NAICS
Sphinx
ASK THE SPHINX
Hunting
Unlock Talent Hunting
Find unicorn talent, extract SOW roles, OSINT checks, LOIs — all AI-powered.
🔮
HUNTING
Initializing search...
This takes 30-60 seconds. The AI agent runs 8+ web searches across multiple sources, cross-references results, and scores each candidate. Hang tight.
ClearanceJobs LinkedIn USAJOBS Indeed Dice News Conferences GitHub
// ── API nudge banner ────────────────────────────────────────────────────────── window._dismissTalentNudge = function() { sessionStorage.setItem('khepri_nudge_dismissed', '1'); var b = document.getElementById('api-nudge-banner'); if (b) b.classList.add('hidden'); }; function _checkTalentNudge() { var ak = localStorage.getItem('khepri_ak') || ''; var dismissed = sessionStorage.getItem('khepri_nudge_dismissed'); var b = document.getElementById('api-nudge-banner'); if (!b) return; (!ak && !dismissed) ? b.classList.remove('hidden') : b.classList.add('hidden'); } if (document.readyState === 'loading') { document.addEventListener('DOMContentLoaded', _checkTalentNudge); } else { setTimeout(_checkTalentNudge, 200); } var _origSaveSettings = window.saveSettings; window.saveSettings = function() { if (_origSaveSettings) _origSaveSettings.apply(this, arguments); _checkTalentNudge(); };