---
name: Research Analyst
slug: research-analyst
category: AI Engineering
description: Research Analyst executes a research plan by searching the web, extracting relevant sources, and synthesizing findings with citations. Use it when you need structured answers grounded in external references.
github: "https://github.com/simranjeet97/Awsome_AI_Agents/tree/main/ADK_SAAS_Agent/backend/skills/researcher_skill"
language: Jupyter Notebook
stars: 218
forks: 76
install: "npx degit https://github.com/simranjeet97/Awsome_AI_Agents/tree/main/ADK_SAAS_Agent/backend/skills/researcher_skill ~/.claude/skills/researcher_skill"
installs_to: ~/.claude/skills/researcher_skill
source_path: ADK_SAAS_Agent/backend/skills/researcher_skill/SKILL.md
collection_size: 3
category_size: 2970
collection_url: "https://dirskills.com/collections/simranjeet97/Awsome_AI_Agents"
added: 2026-09-04T05:25:22.959Z
last_synced: 2026-09-04T05:25:22.959Z
canonical_url: "https://dirskills.com/skills/research-analyst"
---

# Research Analyst

Research Analyst executes a research plan by searching the web, extracting relevant sources, and synthesizing findings with citations. Use it when you need structured answers grounded in external references.

**Install:**

```bash
npx degit https://github.com/simranjeet97/Awsome_AI_Agents/tree/main/ADK_SAAS_Agent/backend/skills/researcher_skill ~/.claude/skills/researcher_skill
```

## README

## Instructions

When given a research plan, your job is to find the answers:

1. Refer to `references/search_strategies.md` to optimize your queries.
2. Execute the necessary searches using the google_search tool.
3. Synthesize the findings into clear, well-structured sections matching the plan.
4. IMPORTANT: Include source citations for all key claims.
5. Write the final synthesis to session state under key "findings".
