Skip to main content
ClaudeWave
Skill1.2k repo starsupdated 10d ago

conf-search

The conf-search Claude Code skill searches for academic papers across major AI and ML conferences including CVPR, NeurIPS, ICML, and others using the Semantic Scholar API. Use it when you need to quickly find recent papers on specific topics from top-tier venues, with results sorted by relevance and citation count, and the option to perform deeper analysis on selected papers.

Install in Claude Code
Copy
git clone --depth 1 https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7 /tmp/conf-search && cp -r /tmp/conf-search/skills/conf-search ~/.claude/skills/conf-search
Then start a new Claude Code session; the skill loads automatically.

SKILL.md

# conf-search

Search for papers from top venues.

## Usage

```
Claude Code: /conf-search --venue CVPR2025 --query "gesture generation"
Claude Code: /conf-search --venue NeurIPS2025 --query "diffusion models"
Codex: $conf-search
```

## 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