Token导航 LogoToken导航TokenDH.com
研究检索external-servicegithub未标认证来源可访问clear审计提醒

quick-topic-researcher快速课题研究员

Agent Skill

quick-topic-researcher 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

466

周安装

20

GitHub Stars

3

下载量

163
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:quick-topic-researcher(快速课题研究员)
来源仓库:https://github.com/drshailesh88/integrated_content_os
仓库路径:skills/quick-topic-researcher
安装命令:
npx skills add https://github.com/drshailesh88/integrated_content_os --skill quick-topic-researcher
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/drshailesh88/integrated_content_os --skill quick-topic-researcher

简介

quick-topic-researcher 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。

  • 它可结合来源仓库、安装命令和原始 README 继续核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 适用于研究检索类任务,支持多宿主环境集成。
  • 可通过 npx skills add 命令从 GitHub 仓库安装。

SKILL.md

Quick Topic Researcher

5 minutes to topic mastery. This skill generates a focused research brief you can use immediately before recording a video or writing content.

Different from deep-researcher: That skill is comprehensive (5+ sources, file-based, 30+ minutes). This skill is FAST (5 questions, parallel search, 5 minutes).


When to Use

Use CaseThis Skill
Prepping for a YouTube videoYes
Writing a quick tweet threadYes
Refreshing knowledge on a topicYes
Before a podcast discussionYes
Comprehensive literature reviewNo → Use deep-researcher
Writing a formal editorialNo → Use deep-researcher first

How It Works

TOPIC: "GLP-1 agonists in heart failure"
DOMAIN: "Cardiology"

    │
    ▼
┌─────────────────────────────────────────────────────┐
│ STEP 1: Generate 5 Research Questions               │
│                                                      │
│ 1. Do GLP-1 agonists reduce heart failure           │
│    hospitalization in diabetic patients?            │
│ 2. Is there evidence of direct cardiac benefit?     │
│ 3. What are the key trials showing CV outcomes?     │
│ 4. Are there safety concerns in existing HF?        │
│ 5. What do current guidelines recommend?            │
└─────────────────────────────────────────────────────┘
    │
    ▼
┌─────────────────────────────────────────────────────┐
│ STEP 2: Parallel Research (5 searches at once)      │
│                                                      │
│ [PubMed Q1] [PubMed Q2] [PubMed Q3] [Perplexity Q4] │
│ [Perplexity Q5]                                      │
│                                                      │
│ ~30 seconds total                                    │
└─────────────────────────────────────────────────────┘
    │
    ▼
┌─────────────────────────────────────────────────────┐
│ STEP 3: McKinsey-Style Brief                         │
│                                                      │
│ EXECUTIVE SUMMARY                                    │
│ • Key finding with strongest PMID                   │
│                                                      │
│ ANALYSIS                                             │
│ • Theme 1: Trial evidence (PMIDs)                   │
│ • Theme 2: Mechanisms (PMIDs)                       │
│ • Theme 3: Guidelines                               │
│                                                      │
│ CLINICAL IMPLICATIONS                                │
│ • What this means for your content                  │
│                                                      │
│ KEY PMIDS TO CITE                                    │
│ • List of 5-7 citation-ready references             │
└─────────────────────────────────────────────────────┘

Usage

Interactive Mode (Recommended)

Ask Claude:

Use quick-topic-researcher for [TOPIC] in [DOMAIN]

Example:

Use quick-topic-researcher for "SGLT2 inhibitors in CKD" in "Cardiology/Nephrology"

CLI Mode (Coming Soon)

python skills/cardiology/quick-topic-researcher/scripts/quick_research.py \
    --topic "GLP-1 agonists in heart failure" \
    --domain "Cardiology"

Research Sources

Primary (Citable)

SourceToolPurpose
PubMed MCPpubmed_search_articles, pubmed_fetch_contentsAll medical evidence
GuidelinesDirect URL fetch to ACC/ESC/ADARecommendations

Discovery (Not Citable)

SourceToolPurpose
Perplexityperplexity_ask via MCPQuick context, trend discovery
Web SearchWebSearchBackground, non-medical context

Rule: You can USE Perplexity to understand context, but you CITE only PubMed.


Output Format

The skill outputs a structured brief:

# Quick Research Brief: [TOPIC]

**Domain:** [DOMAIN]
**Generated:** [DATE]
**Time to Read:** 3 minutes

---

## Executive Summary

[2-3 sentences: What you need to know before recording/writing]

Key takeaway: [ONE sentence with strongest PMID]

---

## Research Questions & Findings

### Q1: [Question]
**Answer:** [Concise answer]
**Evidence:** [Study name, PMID, key stat (HR, CI, p-value)]

### Q2: [Question]
**Answer:** [Concise answer]
**Evidence:** [Study name, PMID, key stat]

[... Q3-Q5 ...]

---

## Clinical Context

### What Guidelines Say
[ACC/ESC/ADA recommendations with class/level]

### Practice Implications
[What this means for real patients]

---

## Content Hooks

For your video/content, consider these angles:
1. [Hook 1 based on findings]
2. [Hook 2 based on findings]
3. [Hook 3 based on findings]

---

## Citation-Ready References

1. Author A, et al. TRIAL-NAME. Journal. Year. PMID: XXXXXXXX
2. Author B, et al. Study Name. Journal. Year. PMID: XXXXXXXX
3. [5-7 total references]

---

## Gaps & Caveats

- [What the evidence doesn't cover]
- [Patient populations with limited data]

Integration with Content Pipeline

Before YouTube Script

1. Run quick-topic-researcher on your video topic
2. Review the brief (3 min read)
3. Open youtube-script-master with the brief in context
4. Script now has verified facts and PMIDs

Before Tweet Thread

1. Run quick-topic-researcher
2. Pick 1-2 key findings from the brief
3. Use x-post-creator-skill with specific PMIDs

Before Newsletter

1. Run quick-topic-researcher for quick take
2. If topic is complex, follow up with deep-researcher
3. Write with cardiology-newsletter-writer

Example Session

User: Use quick-topic-researcher for "colchicine in cardiovascular prevention" in "Cardiology"

Claude:

I'll research this topic rapidly using PubMed and generate a brief.

Step 1: Generating 5 research questions...

  1. Does colchicine reduce major cardiovascular events in CAD patients?
  2. What are the key RCTs (COLCOT, LoDoCo2, CLEAR SYNERGY)?
  3. What is the proposed anti-inflammatory mechanism?
  4. What are the safety concerns and contraindications?
  5. What do current guidelines recommend?

Step 2: Parallel research...

[Executes 5 PubMed searches in parallel] [Fetches key article abstracts] [Searches Perplexity for context]

Step 3: Generating McKinsey-style brief...


Quick Research Brief: Colchicine in CV Prevention

Domain: Cardiology Generated: 2026-01-01 Time to Read: 3 minutes

Executive Summary

Low-dose colchicine (0.5mg daily) reduces cardiovascular events in patients with established coronary artery disease through anti-inflammatory mechanisms. COLCOT and LoDoCo2 showed consistent benefit; CLEAR SYNERGY was neutral but in a different population.

Key takeaway: In stable CAD patients, colchicine 0.5mg daily reduces CV events by ~25% (HR 0.69-0.77) (PMID: 31733140, 32865377)

Research Questions & Findings

Q1: Does colchicine reduce major CV events?

Answer: Yes, in stable CAD Evidence: LoDoCo2: HR 0.69 (0.57-0.83), p<0.001 for CV death/MI/stroke (PMID: 32865377)

Q2: What are the key trials?

Answer: COLCOT (post-MI), LoDoCo2 (chronic CAD), CLEAR SYNERGY (post-PCI) Evidence:

  • COLCOT: 0.5mg, HR 0.77 for composite (PMID: 31733140)
  • LoDoCo2: 0.5mg, HR 0.69 for composite (PMID: 32865377)
  • CLEAR SYNERGY: Neutral for primary endpoint (PMID: 37634428)

Q3: What is the mechanism?

Answer: NLRP3 inflammasome inhibition, IL-1β reduction Evidence: Reduces hsCRP; targets residual inflammatory risk (PMID: 29724838)

Q4: Safety concerns?

Answer: GI side effects, myopathy with statins, CKD dose adjustment Evidence: NNH for GI: ~50; avoid with strong CYP3A4 inhibitors (PMID: 31733140)

Q5: Guidelines?

Answer: Class IIb in ESC 2024 for chronic CAD Evidence: ESC 2024 CCS Guidelines, consider in patients with elevated hsCRP

Clinical Context

What Guidelines Say

ESC 2024: Class IIb, Level A - "Colchicine 0.5mg may be considered to reduce CV risk in chronic coronary syndrome"

Practice Implications

  • Best candidates: Stable CAD with elevated hsCRP despite optimal therapy
  • Less certain: Immediately post-MI (COLCOT positive, but smaller effect)
  • Probably not: Post-PCI without other CAD (CLEAR SYNERGY neutral)

Content Hooks

  1. "The inflammation hypothesis finally has a drug - and it's ancient"
  2. "0.5mg for 50 cents - the cheapest CV prevention we've ignored"
  3. "Why the cardiologist's gout drug became a heart drug"

Citation-Ready References

  1. Tardif JC, et al. COLCOT. NEJM. 2019. PMID: 31733140
  2. Nidorf SM, et al. LoDoCo2. NEJM. 2020. PMID: 32865377
  3. Jolly SS, et al. CLEAR SYNERGY. NEJM. 2024. PMID: 37634428
  4. Ridker PM. Residual inflammatory risk. JACC. 2018. PMID: 29724838
  5. ESC CCS Guidelines 2024

Gaps & Caveats

  • No RCT in primary prevention (only secondary prevention studied)
  • Unclear benefit in patients with normal hsCRP
  • Long-term safety (>3 years) data limited
  • CLEAR SYNERGY challenges universal applicability

Ready for your video! You now have verified facts, PMIDs, and content hooks.


Comparison with Other Skills

SkillTimeDepthUse Case
quick-topic-researcher5 minSurface + key trialsVideo prep, quick refresh
deep-researcher30-60 minComprehensiveEditorials, literature review
pubmed-database2 minSingle searchSpecific question
perplexity-search1 minTrend onlyDiscovery, non-citable

Technical Implementation

Dependencies

  • PubMed MCP (existing)
  • Perplexity MCP (existing)
  • Claude (default model)

Parallel Execution

The skill uses Claude's ability to make multiple tool calls simultaneously:

# These run in parallel (single message, multiple tool calls)
pubmed_search_articles(queryTerm="colchicine cardiovascular RCT", maxResults=10)
pubmed_search_articles(queryTerm="colchicine mechanism inflammation", maxResults=5)
perplexity_ask(messages=[{"role": "user", "content": "colchicine cardiology guidelines 2024"}])

Output

  • Markdown brief (displayed in terminal)
  • Optional: Save to ~/research_briefs/{topic}_{date}.md

*This skill gets you from "I need to know about X" to "I can confidently speak about X" in 5 minutes.*

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.56%
按下载量换算48

OpenCode

22.65%
按下载量换算37

Antigravity

16.62%
按下载量换算27

Gemini CLI

11.37%
按下载量换算19

windsurf

8.04%
按下载量换算13

Codex

3.37%
按下载量换算5

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills