← ClaudeAtlas

person-lookuplisted

Use this skill when the user wants to look up a specific person — e.g. "who is [name]?", "look up [name]", "find info about [name]", "what's [name]'s background?", "find [name]'s work history / social profiles / contact info". Runs a synchronous natural-language people search via Clado (work history, education, social profiles, location, contact info), through the SELAT Router as an MPP payment via Locus.
SELAT-AI/selat-skills · ★ 2 · AI & Automation · score 65
Install: claude install-skill SELAT-AI/selat-skills
# person-lookup ## When To Use Use when the user wants background on a specific person: who they are, their current role and employer, work history, education, location, social profiles (LinkedIn, Twitter, GitHub, etc.), or contact information. Trigger on phrasings like "who is X?", "look up X", "find info about X", or "research X". Best results when the user supplies a company or job title alongside the name. ## Workflow 1. Install: `selat skill install person-lookup` 2. Run: `selat skill run person-lookup --query "Dario Amodei Anthropic CEO"` 3. The CLI compiles the step into a `selat-pay` call. Each step in the manifest becomes one capped payment — here a single POST to Clado via the SELAT Router — and prints a ✓/✗ summary with the response status. Step: - **person search — Clado** `POST /clado/search` — **MPP on Tempo** via the SELAT Router. Clado search is **synchronous**: one POST with a natural-language query returns matching people directly in the response — no request IDs, no polling. ## Inputs And Outputs | Param | Required | Default | Description | |---|---|---|---| | `query` | yes | — | Name plus company / role / geography for disambiguation, e.g. `"Sam Altman OpenAI"`. | Outputs: comprehensive person data — full name and current title, current employer and role, work history, education, location, social profiles, skills, and contact info when available — returned directly in the POST response. ## Gotchas - This is a **via the SELAT Router** step: `SEL