scholarqa-research

scholarqa-research is a skill for Codex from XWang20/semanticscholar-MCP-Server. It costs 122 tokens per session (2,110 once invoked), scanned A, original, MIT.

A research workflow for answering questions from multiple academic papers using Semantic Scholar, a database of scholarly literature. It gathers evidence, compares findings, tracks citations, and records which papers support each claim.

In plain words
What is it for?
It helps produce cited literature reviews, compare research findings, verify scholarly claims, and develop research ideas using structured facets.
Why use it?
It reduces unsupported conclusions and made-up citations by requiring evidence and showing where the literature is limited or disagrees.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions Codex; $skill-name invocation.

Good fit It helps produce cited literature reviews, compare research findings, verify scholarly claims, and develop research ideas using structured facets.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xwang20/semanticscholar-mcp-server/scholarqa-research
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add XWang20/semanticscholar-MCP-Server --skill scholarqa-research
Clone the repo
git clone --depth 1 https://github.com/XWang20/semanticscholar-MCP-Server

Made for: Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for scholarqa-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/xwang20/semanticscholar-mcp-server/scholarqa-research/github.svg)](https://agentmods.dev/skills/xwang20/semanticscholar-mcp-server/scholarqa-research)
Your own site
<a href="https://agentmods.dev/skills/xwang20/semanticscholar-mcp-server/scholarqa-research"><img src="https://agentmods.dev/badge/skills/xwang20/semanticscholar-mcp-server/scholarqa-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for scholarqa-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/xwang20/semanticscholar-mcp-server/scholarqa-research"><img src="https://agentmods.dev/badge/skills/xwang20/semanticscholar-mcp-server/scholarqa-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 122 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,110 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00122 $0.02110
Opus 5 $0.00061 $0.01055
Sonnet 5 $0.00024 $0.00422
Haiku 4.5 $0.00012 $0.00211

Measured 8d ago against content hash 02505afa02e3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

scholarqa-research scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/scholarqa-research/SKILL.md · 133 lines

How it starts

The opening of the file, as written. The whole thing — 133 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ScholarQA Research

Goal

Produce a concise, evidence-grounded answer before writing a broad narrative. Retrieve scholarly evidence with Semantic Scholar, map each material claim to verified papers, expose disagreements and evidence limits, and never invent citations.

For literature questions, treat this as a Semantic Scholar MCP/CLI adaptation of the ScholarQA workflow, not as a wrapper around or behavioral replica of ai2-scholarqa-lib. For research ideation, preserve Scideator's shared faceted representation and human-directed loop; do not reduce it to generic brainstorming.

Provenance boundary

Read references/provenance.md before modifying or redistributing this skill, and whenever the user asks how its workflow was derived.

  • Treat this skill as an independent Semantic Scholar MCP/CLI adaptation, not an official Ai2 Scholar QA release or an Allen Institute for AI product.
  • Credit the Ai2 Scholar QA paper and official allenai/ai2-scholarqa-lib repository when describing the evidence-QA design. No upstream ScholarQA code is bundled or imported.
  • Credit the Scideator paper for the facet-ideation workflow and published prompt pseudocode. Keep published specifications distinct from adapter decisions.
  • Do not add these methodology citations mechanically to ordinary literature answers; cite the papers that support the user's requested claims. Include methodology citations when discussing, comparing, publishing, or redistributing the workflow itself.

Select mode

  • Evidence QA: Answer, review, compare, trace, or audit the literature. Follow the main workflow below.
  • Facet ideation: Generate research directions from seed papers, explore analogies, or iteratively refine an idea. Read references/scideator-workflow.md, references/scideator-prompts.md, and references/retrieval.md completely before acting.
  • Novelty check: Assess a supplied idea against retrieved literature. Read the novelty sections of both Scideator references, load references/scideator-novelty-examples.md, and follow references/retrieval.md. Judge only relative to the retrieved evidence; never certify global novelty.
  • Hybrid: Use Evidence QA to establish the literature first, then enter Facet ideation. Keep evidence claims and generated proposals visibly separate.

Read the full file on GitHub · 133 lines

Files

What ships with it

7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 133 lines · 122 tokens per session scan A 02505afa02e3

Subscribe to this mod's changes

scholarqa-research is a skill published in the GitHub repository XWang20/semanticscholar-MCP-Server (2 stars, last pushed 1mo ago), licensed MIT. It adds 122 tokens to every session and 2,110 once invoked, about $0.0006 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

deep-research

Conduct evidence-grounded literature reviews and technical field investigations with Scholar MCP. Use for iterative academic search, multi-paper claim verification, frontier mapping, benchmark comparison, or citation lineage tracing. Route ordinary paper lookup directly to Scholar MCP.

Liyux3/scholar-mcp · 49 tokens

academic-research

Nested swiss-knife reference for academic literature work — find papers, fetch full-text PDFs, trace citations, write LaTeX manuscripts. First action for any "get me this paper" request: python3 /scripts/fetchpaper.py — walks arXiv → Unpaywall → Europe PMC → CORE → in-house publisher-page extraction…

Lingtai-AI/lingtai · 180 tokens

cae-postprocess

CAE simulation post-processing translator skill. Translates natural language requests from CFD/FEA/SPH domain experts into viznoir MCP tool calls. Provides domain vocabulary mapping (50+ terms in Korean/English), data-driven visualization idea generation from inspectdata results, and cinematic-first aesthetic guidance…

kimimgo/viznoir · 165 tokens

kernelcad-nurbs

NURBS surfaces (nurbsSurface, surfaceFromCurves, surfaceFromBoundary, .thicken, .toShape) AND NURBS curves (nurbsCurve, spline3d, hermiteG2) AND multi-section sweeps (variableSweep) AND G1/G2 fillet continuity AND 2D NURBS path segments (path().spline / .nurbsSegment / .hermiteG2). Use for freeform geometry that…

w1ne/kernelCAD-web · 105 tokens

kernelcad-trace-from-image

Convert pixel-space features from a reference photo into normalized [0,1] waypoints, then into mm coordinates feedable to path().spline / path().nurbsSegment. Uses the tracefromimage MCP tool. Load when your blockout is in place and the next step is an organic-curve outline (eyewear brow, ergonomic handle, sneaker…

w1ne/kernelCAD-web · 96 tokens

fea-workflow

FEA post-processing workflow skill. Guides AI agents through finite element analysis visualization: stress distribution, deformation, mode shapes, and yield detection. Maps FEA domain vocabulary to viznoir MCP tool calls. Triggers: FEA, structural, stress, deformation, displacement, von Mises, yield, mode shape, 응력…

kimimgo/viznoir · 81 tokens