---
name: Conf Search
slug: conf-search
category: Data
description: Conf Search finds papers from top AI/ML conferences using Semantic Scholar, letting researchers filter by venue and query, sort by relevance and citations, and analyze results.
github: "https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/conf-search"
language: Python
stars: 1279
forks: 111
install: "npx degit https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/conf-search ~/.claude/skills/conf-search"
installs_to: ~/.claude/skills/conf-search
source_path: skills/conf-search/SKILL.md
collection_size: 8
category_size: 668
collection_url: "https://dirskills.com/collections/Xiangyue-Zhang/auto-deep-researcher-24x7"
added: 2026-08-20T07:55:03.768Z
last_synced: 2026-08-20T07:55:03.768Z
canonical_url: "https://dirskills.com/skills/conf-search"
---

# Conf Search

Conf Search finds papers from top AI/ML conferences using Semantic Scholar, letting researchers filter by venue and query, sort by relevance and citations, and analyze results.

**Install:**

```bash
npx degit https://github.com/Xiangyue-Zhang/auto-deep-researcher-24x7/tree/main/skills/conf-search ~/.claude/skills/conf-search
```

## README

# 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
