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-papersmust be installed and available inPATH.- Check with:
command -v embed-papers - Install with:
pip install embed-papers
- Check with:
- OpenReview must be reachable.
OPENAI_API_KEYis 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).
- Check with:
Inputs from user
Related skills