
Description
Semantic Scholar CLI (`s2`) for on-demand citation graph lookup: papers a work cites, papers that cite a work, and graph search across 200M+ papers. Use whenever the user asks for Semantic Scholar, S2, cited papers, references, bibliography, citing papers, citation count from Semantic Scholar, or papers outside a local catalog. Prefer `s2` over curl or ad-hoc Graph API requests.
SKILL.md
The s2 CLI is read-only. It queries the Semantic Scholar Graph API and
requires S2_API_KEY or PWC_SEMANTIC_SCHOLAR_API_KEY. Run s2 --help or a
nested --help command when the live parser and this skill disagree; the
parser is authoritative.
Install with uv tool install git+https://github.com/huggingface/s2-cli.git.
Use compact TSV for reading. Add --json for programmatic filtering, joining,
or schema-dependent processing.
PAPER accepts a modern or legacy arXiv ID, a DOI, a 40-character Semantic
Scholar paper ID, a prefixed ID (ARXIV:, DOI:, CorpusId:, PMID:,
URL:), an arXiv or Semantic Scholar URL, or a quoted title. Title matching
uses Semantic Scholar's closest-title endpoint and prints a header with the
matched title, ID, arXiv ID, and match score. If the header is wrong, rerun
with an ID. Do not fall back to s2 search to resolve a specific paper.
Commands
s2 refs PAPER [--limit LIMIT] [--offset OFFSET] [--fields FIELDS] [--json]— papers this paper cites.s2 citations PAPER [--limit LIMIT] [--offset OFFSET] [--fields FIELDS] [--json]— papers that cite this paper.s2 search QUERY [--limit LIMIT] [--offset OFFSET] [--year YEAR] [--fields FIELDS] [--json]— search the Semantic Scholar graph.s2 version— show CLI and API contract versions.
Default --limit is 20. Search max --limit is 100; refs/citations max is
1000. There is no --all. When stderr prints # more: rerun with --offset N,
pass that offset. Citations must keep offset + limit <= 9999.
Research workflow
- Use
s2 search QUERY --limit 100 --jsonfor graph-wide discovery. - Run a second
s2 search QUERY --year 2025-2026 --limit 100 --jsonfor a recent slice. Do not treat one search as both the classic and recent lists. - Use
s2 refs PAPERfor a bibliography ands2 citations PAPERfor citing work. Quote titles. PreferARXIV:IDs after the first resolution. - Extract arXiv IDs from the
arxivTSV column orexternalIds.ArXivin JSON. - Do not curl
api.semanticscholar.orgwhile this CLI is available.
Output and limits
- Stable exit codes are
0success,2invalid usage or missing key,3network/rate-limit failure, and4not found or invalid API response. - Default request pacing is 1.5s. Do not page citations of famous papers up to the 10k cap unless the user explicitly asks.
More from Hugging Face
View publishertrain-sentence-transformers
train sentence-transformers models
sentence-transformers
Aug 13Deep LearningHugging FaceLLMPython +1trl-training
train and fine-tune LLMs with TRL
trl
Apr 6AI InfrastructureDeep LearningHugging FaceLLM +1hf-cli
manage Hugging Face Hub resources via CLI
skills
Aug 19CLIDatasetsHugging FaceLLMhf-cloud-aws-context-discovery
discover local AWS environment context
skills
Jul 8AWSCLIConfigurationhf-cloud-python-env-setup
set up Python environments for AWS
skills
Jul 8AI InfrastructureAWSEngineeringPythonhf-cloud-sagemaker-deployment-planner
plan model deployments to Amazon SageMaker
skills
Aug 6AI InfrastructureAWSDeploymentHugging Face