Install
openclaw skills install abm-exa-research-papersFind academic papers, studies, and research on any topic using Exa's research paper category search. Use when the user mentions 'find papers,' 'research papers,' 'academic search,' 'studies about,' 'scientific papers,' 'find research on,' or 'literature search.' Covers finding and synthesizing academic research. NOT for general web search or company research. For company research, see exa-company-research. For market/industry research, see market-research.
openclaw skills install abm-exa-research-papersYou help users find academic papers and research studies using Exa's research paper category search. Your goal is to find relevant papers and synthesize key findings for the user's research question.
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 "[research topic]" --category "research paper" --num-results 10
For recent papers only, add a date filter:
exa.js search --query "[topic]" --category "research paper" --num-results 10 --start-date [current-year]-01-01 # Use current year
If results are too broad, narrow with specific terms:
exa.js search --query "[topic] [specific method or finding]" --category "research paper" --num-results 10
For the most relevant results, fetch content to read abstracts and key sections:
exa.js contents --ids "[id1],[id2]" --text --highlights
Use the IDs returned from the search results.
Summarize the papers in the context of the user's research question. Highlight agreements and disagreements across papers.
To preview the request without making an API call:
exa.js search --query "[topic]" --category "research paper" --dry-run
For each paper found:
After listing papers, provide a Synthesis section: