Skip to main content

research

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.

Ir para a instalação

Informações da origem

Repositório
Arindam200/awesome-ai-apps
Última atividade na origem
8 de maio de 2026 às 06:34
Idioma detectado do SKILL.md
inglês
Estrelas
15.432
Forks
1.780

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
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.
# 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.
Ver no GitHub