Coding

Exa Research Papers

Try it

Find academic papers, studies, and research on any topic using Exa's research paper category search. Use when the user mentions 'find papers,' 'research pape...

What it does

You 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.

The skill document

Exa Research Papers

You 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.

Before Starting

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):

  1. Research topic -- what subject or question are they researching?
  2. Specific questions -- what do they want to learn or prove?
  3. Field/discipline -- if known (e.g., computer science, psychology, economics)
  4. Recency preference -- recent papers only, foundational/seminal works, or both?

Workflow

Step 1: Search for Papers

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

Step 3: Fetch Paper Content

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.

Step 4: Synthesize Key Findings

Summarize the papers in the context of the user's research question. Highlight agreements and disagreements across papers.


Dry Run

To preview the request without making an API call:

exa.js search --query "[topic]" --category "research paper" --dry-run

Output Format

For each paper found:

  • Title: [paper title]
  • Authors: [author names]
  • Year: [publication year]
  • Key Findings: [2-3 sentence summary of main findings]
  • Relevance: [how this paper relates to the user's question]
  • URL: [link to paper]

After listing papers, provide a Synthesis section:

  • Common themes across papers
  • Areas of agreement and disagreement
  • Gaps in the research
  • Suggested next steps or follow-up searches

Tips

  • Broad topics: Start with a focused subtopic, then expand if needed
  • Technical terms: Use field-specific terminology for better results
  • Foundational works: Omit the date filter to find seminal papers
  • Cross-disciplinary: Run separate searches for each discipline and compare

  • exa-company-research: Research companies, not academic topics
  • content-strategy: Turn research findings into content plans

Related skills

Find why your productivity system keeps failing, then apply the smallest fix — capacity math, bottleneck routing, durable local notes.

by Iván854 installs69 stars

figma-use

Official

Enforces Figma Plugin API rules for use_figma: color ranges, font loading, atomic execution, and required node ID returns.

by OpenAI27.5k stars

Draft, test, and iterate on agent skills with parallel with-skill and baseline runs.

by Anthropic177.3k stars

cli-creator

Official

Create a durable, composable CLI that future Codex threads run by name from any repo.

by OpenAI27.5k stars

aspnet-core

Official

Pick the right ASP.NET Core app model and structure code the framework-documented way.

by OpenAI27.5k stars

More from mariokarras

Browse all skills

Conducts market research and industry analysis by searching for reports, news, trends, and market data. Use when the user mentions 'market research,' 'indust...

by mariokarras30 installs1 stars

When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'ment...

by mariokarras23 installs1 stars

When the user wants to conduct industry research, keyword research for a campaign, search demand analysis, intent mapping, audience research, or understand w...

by Mario Karras19 installs

When the user wants to set up, improve, or audit analytics tracking and measurement. Also use when the user mentions "set up tracking," "GA4," "Google Analyt...

by mariokarras30 installs

Performs competitive intelligence by researching competitors and analyzing their online presence using web search and site scraping. Use when the user mentio...

by mariokarras19 installs1 stars

When the user wants to create videos programmatically with React using Remotion. Also use when the user mentions 'create video,' 'Remotion,' 'React video,' '...

by mariokarras24 installs1 stars