Agent skill · Data & Analytics

scientific-impact-assessment

Assess paper and journal impact using OpenAlex citation counts, optional Altmetric data, and curated journal impact-factor references. Use when comparing papers, journals, or literature shortlists by reach and influence.

BioTender-maxgithub.com/BioTender-maxGitHub ↗
claude-codeships scriptsNOASSERTION
Install
npx skills add BioTender-max/awesome-bio-agent-skills --skill scientific-impact-assessment --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 9
SKILL.md size: 5 KB
Bundled scripts: yes
Path: skills/omics/scientific-impact-assessment/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 135
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Scientific Impact Assessment Use this skill to measure the reach of a paper with citation, attention, and journal-level context. ## Instructions 1. Prefer a DOI or OpenAlex work ID as input. - If you only have a title, use `/crossref-lookup` first to resolve a DOI before running this skill. 2. Use the bundled CLI: - In this repository: `skills/scientific-impact-assessment/scripts/measure-impact` - After installation: `~/.agents/skills/scientific-impact-assessment/scripts/measure-impact` 3. OpenAlex is the default source for paper-level citation data. - The CLI retrieves `cited_by_count`, publication year, journal/source name, and citation history from OpenAlex. 4. Altmetric is optional and should be treated as conditional enrichment. - Current Altmetric documentation says an API key is required for Details Page API access. - If `ALTMETRIC_API_KEY` is not available, the CLI should report Altmetric as unavailable instead of failing. 5. Journal-level impact factors come from the curated references table in `references/journal_metrics_2024.tsv`. - These are curated public web values, mostly from official publisher pages. - The `Science` row uses a labeled third-party fallback because

What's inside
Steps it walks through
  1. Instructions
  2. Quick Reference
  3. Input Requirements
  4. Output
  5. Quality Gates
  6. Examples
  7. Example 1: DOI-based report
  8. Example 2: OpenAlex ID plus Altmetric
  9. Troubleshooting
  10. Related Skills
Ships with 8 files
  • agents/openai.yaml
  • fixtures/altmetric_counts.json
  • fixtures/expected_report.json
  • fixtures/openalex_work.json
  • references/README.md
  • references/journal_metrics_2024.tsv
  • scripts/measure-impact
  • scripts/measure_impact.py
Commands it runs
skills/scientific-impact-assessment/scripts/measure-impact \
More from awesome-bio-agent-skills
All skills →
About this skill
What does the scientific-impact-assessment skill do?

Assess paper and journal impact using OpenAlex citation counts, optional Altmetric data, and curated journal impact-factor references. Use when comparing papers, journals, or literature shortlists by reach and influence.

How do I install it?

Run `npx skills add BioTender-max/awesome-bio-agent-skills --skill scientific-impact-assessment --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From BioTender-max/awesome-bio-agent-skills, a repository with 135 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going