(0)
138
0
2
Install Skill
Skills are third-party code from public GitHub repositories. SkillHub scans for known malicious patterns but cannot guarantee safety. Review the source code before installing.
Install globally (user-level):
npx skillhub install Xiangyue-Zhang/auto-deep-researcher-24x7/conf-searchInstall in current project:
npx skillhub install Xiangyue-Zhang/auto-deep-researcher-24x7/conf-search --projectSuggested path: ~/.claude/skills/conf-search/
SKILL.md Content
---
name: conf-search
description: "Search papers from top AI/ML conferences"
---
# /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