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.mdsource 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
- Parse venue and query from user input
- Search via Semantic Scholar API with venue filter
- Sort by relevance and citation count
- Present results with title, authors, abstract snippet, citation count
- Offer to do deep analysis on any paper of interest