search-conference

Installation
SKILL.md

When to use

  • Need to find papers in an OpenReview venue that match one or more ideas/topics.

Dependencies

  • embed-papers must be installed and available in PATH.
    • Check with: command -v embed-papers
    • Install with: pip install embed-papers
  • OpenReview must be reachable.
  • OPENAI_API_KEY is required to compute embeddings of the papers (cached) or the search intent (not cached).
    • Check with: printenv OPENAI_API_KEY
    • If missing and embeddings are required: stop and tell the user how to set it (immediate stop).

Inputs from user

Related skills
Installs
3
GitHub Stars
15
First Seen
Feb 19, 2026