Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any request that involves investigating a topic.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add thedixitjain/the-mega-skill-library --skill research --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Research?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/thedixitjain-research)More formats (shields.io, HTML) on the badges page.
---
name: research
description: "Run deep research on any topic using the Deep Research MCP server. Use this skill whenever the user wants to research a topic, gather information, find sources, or create a research document. Triggers on: 'research this', 'find out about', 'gather information on', 'I need to understand', 'deep dive into', or any request that involves investigating a topic."
category: ai-agents-and-harness
source_repo: Arindam200/awesome-ai-apps
source_path: "advance_ai_agents/deep_research_writing_agents_nebius_okahu/.agents/skills/research/SKILL.md"
source_url: https://github.com/Arindam200/awesome-ai-apps/blob/HEAD/advance_ai_agents/deep_research_writing_agents_nebius_okahu/.agents/skills/research/SKILL.md
---
# Research
Research a topic using the `deep-research` MCP server.
## Working Directory
All output goes into `outputs/{slug}/` relative to the project root. Derive the slug from:
- The dataset seed filename if the user references one (e.g., `my-topic_seed.md` → `my-topic`)
- Otherwise, slugify the topic (lowercase, hyphens, no special chars, max 60 chars)
Create the directory if it doesn't exist.
## Execution
1. Load the `research_workflow` MCP prompt from the `deep-research` server.
2. Follow the workflow instructions to research the user's topic using the available tools:
- `deep_research` — for web research queries
- `analyze_youtube_video` — for any YouTube URLs the user provides
- `compile_research` — to produce the final research.md
3. Use `outputs/{slug}/` as the `working_dir` for all tool calls.
## After Completion
Show the user the path to `outputs/{slug}/research.md` and a brief summary of what was found.
---
**Source:** [`Arindam200/awesome-ai-apps`](https://github.com/Arindam200/awesome-ai-apps) → `advance_ai_agents/deep_research_writing_agents_nebius_okahu/.agents/skills/research/SKILL.md`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!