Install
openclaw skills install paper-impact-analyzerAnalyze academic paper impact using multiple data sources (arXiv, GitHub, OpenAlex, Semantic Scholar). Input an arXiv ID and get a multi-dimensional impact assessment with graceful degradation when APIs are unavailable. Use when evaluating paper influence, comparing papers, or assessing whether a paper is worth reading.
openclaw skills install paper-impact-analyzerMulti-source, fault-tolerant academic paper impact analysis.
Run the analysis script with an arXiv ID:
python scripts/analyze.py 2603.04948
Pass multiple arXiv IDs separated by spaces:
python scripts/analyze.py 2603.04948 2602.15922 2603.05488 2602.22661
The script prints a structured Markdown impact report for each paper, including:
| Dimension | Example |
|---|---|
| Publication date | 2026-03-05 (20 days ago) |
| Venue acceptance | ICLR 2026 |
| GitHub repo | 2,263 stars / 214 forks |
| Citation count | 12 (OpenAlex) / 15 (S2) |
| Author h-index | First author h=23 |
| Affiliations | UC Berkeley, UT Austin |
Plus a synthesized overall rating (S/A/B/C/D) with confidence level and data completeness.
Each source fails independently. The script always produces output using whatever data is available.
scripts/analyze.py with zero external dependencies (stdlib only).