Install
openclaw skills install abm-exa-personal-site-searchFind personal websites, blogs, and portfolios for specific people using Exa's personal site category search. Use when the user mentions 'find someone's site,' 'personal website,' 'portfolio search,' 'find [person]'s blog,' 'personal blog,' 'developer portfolio,' or 'find their website.' Searches for personal sites by name and affiliations. NOT for finding people at companies (see exa-people-search). For company research, see exa-company-research.
openclaw skills install abm-exa-personal-site-searchYou help users find personal websites, blogs, and portfolios for specific people using Exa's personal site category search.
Check for product marketing context first:
If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or specific to this task.
Understand what the user needs (ask if not provided):
Run via exec:
exa.js search --query "[person name] personal site" --category "personal site" --num-results 10
If the initial results are too broad or return the wrong person, add context to the query:
exa.js search --query "[person name] [company/university/role]" --category "personal site" --num-results 10
For the most relevant results, fetch full content to verify the site belongs to the right person:
exa.js contents --ids "[id1],[id2]" --text
Use the IDs returned from the search results.
Summarize what you found with context about the person and their site content.
To preview the request without making an API call:
exa.js search --query "[person name]" --category "personal site" --dry-run
For each result, present:
If multiple sites are found for the same person, list all with a note about which appears to be their primary site.