journal-if

Installation
SKILL.md

Journal Impact Factor Lookup

Look up journal impact factors using a two-source cascade: bundled CSV cache (~200 common journals) → OpenAlex API (approximate 2-year IF for any journal).

Critical rule: Always use journal_if.py for lookups. Never guess impact factors — they change yearly and vary by edition.

Quick Reference

User wants... Tier Command
Look up IF of a journal read python3 journal_if.py lookup "Nature Medicine"
Search for a journal read python3 journal_if.py search "cancer immunology"
Process a list of journals read python3 journal_if.py batch journals.txt
Cache-only (no network) read python3 journal_if.py --offline lookup "Cell"
Inspect cache state read python3 journal_if.py cache status
Refresh upstream CSV write python3 journal_if.py cache update
Machine-readable CLI contract read python3 journal_if.py schema
Schema for one subcommand read python3 journal_if.py schema lookup
Installs
4
GitHub Stars
34
First Seen
Jul 18, 2026
journal-if — agents365-ai/365-skills