person-lookup
Installation
SKILL.md
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
- Install:
selat skill install person-lookup - Run:
selat skill run person-lookup --query "Dario Amodei Anthropic CEO" - The CLI compiles the step into a
selat-paycall. 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.