← Back to list

paper-finder
by ChicagoHAI
⭐ 16🍴 1📅 Jan 21, 2026
SKILL.md
name: paper-finder description: Find and search for academic papers using the paper-finder service. Use when conducting literature review, searching for related work, finding baseline papers, or looking for methodology references.
Paper Finder
Use this when conducting literature review or searching for academic papers.
When to Use
- Starting a literature review
- Looking for related work on a topic
- Finding baseline papers for experiments
- Searching for methodology references
How to Use
Run the helper script from your workspace:
python scripts/find_papers.py "your research topic"
Options:
--mode fast(default): Quick search (~30 seconds)--mode diligent: Thorough search (~3 minutes)--format json: Output as JSON instead of text
Example:
python scripts/find_papers.py "hypothesis generation with large language models" --mode fast
What You Get
Returns relevance-ranked papers with:
- Title, authors, year
- Abstract (already extracted)
- URL for download
- Relevance score (0-3, focus on papers with score >= 2)
- Citation count
After Finding Papers
- Download PDFs for papers with relevance >= 2
- Read abstracts first (already provided in output)
- Only read full PDFs for most relevant papers
- Write notes to literature_review.md immediately
If Paper-Finder Service Not Running
The script will show a fallback message. Use manual search instead:
- arXiv: https://arxiv.org
- Semantic Scholar: https://www.semanticscholar.org
- Papers with Code: https://paperswithcode.com
Manual search works well - paper-finder is just a convenience for faster, more targeted results.
Score
Total Score
60/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon