Auto-deep-researcher-24x7 conf-search

Search papers from top AI/ML conferences

install
source · Clone the upstream repo
git clone https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7 "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/conf-search" ~/.claude/skills/xiangyue-zhang-auto-deep-researcher-24x7-conf-search && rm -rf "$T"
manifest: skills/conf-search/SKILL.md
source content

/conf-search

Search for papers from top venues.

Usage

/conf-search --venue CVPR2025 --query "gesture generation"
/conf-search --venue NeurIPS2025 --query "diffusion models"

Supported Venues

CVPR, ICCV, ECCV, NeurIPS, ICML, ICLR, AAAI, IJCAI, ACL, EMNLP, NAACL, SIGGRAPH, and more.

Behavior

  1. Parse venue and query from user input
  2. Search via Semantic Scholar API with venue filter
  3. Sort by relevance and citation count
  4. Present results with title, authors, abstract snippet, citation count
  5. Offer to do deep analysis on any paper of interest