From semantic-scholar
Expands 1-3 seed papers into a structured reading list with nearby, bridge, foundational, methodological, recent, and survey follow-ups using Semantic Scholar.
How this skill is triggered — by the user, by Claude, or both
Slash command
/semantic-scholar:expand-references <seed-1> [seed-2] [seed-3] [--negative <paper>] [--pool all-cs|recent] [--limit <n>] [--per-bucket-limit <n>]<seed-1> [seed-2] [seed-3] [--negative <paper>] [--pool all-cs|recent] [--limit <n>] [--per-bucket-limit <n>]ExploreThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Turn one to three seed papers into a structured follow-up reading list.
examples.mdoutput_contract.mdreference.mdscripts/_shared/launcher.pyscripts/_vendor/semantic_scholar_skills/__init__.pyscripts/_vendor/semantic_scholar_skills/config.pyscripts/_vendor/semantic_scholar_skills/core/__init__.pyscripts/_vendor/semantic_scholar_skills/core/client.pyscripts/_vendor/semantic_scholar_skills/core/exceptions.pyscripts/_vendor/semantic_scholar_skills/core/requests.pyscripts/_vendor/semantic_scholar_skills/engine/__init__.pyscripts/_vendor/semantic_scholar_skills/engine/expand_references.pyscripts/_vendor/semantic_scholar_skills/engine/models.pyscripts/_vendor/semantic_scholar_skills/engine/paper_triage.pyscripts/_vendor/semantic_scholar_skills/engine/resolve.pyscripts/_vendor/semantic_scholar_skills/engine/scoring.pyscripts/_vendor/semantic_scholar_skills/engine/trace_citations.pyscripts/_vendor/semantic_scholar_skills/standalone/__init__.pyscripts/_vendor/semantic_scholar_skills/standalone/entrypoint.pyscripts/_vendor/semantic_scholar_skills/standalone/transport_stdlib.pyTurn one to three seed papers into a structured follow-up reading list. Use this when the human already has anchor papers and wants the next papers to read.
--negative <paper> may be repeated to push the workflow away from an unwanted cluster.--pool all-cs|recent selects the Semantic Scholar recommendation pool.--limit <n> controls how many raw recommendations are requested before reranking.--per-bucket-limit <n> caps each curated bucket after scoring.python scripts/run.py ....result.closest_neighbors for the immediate next reads.result.bridge_papers for papers that connect multiple seeds.result.foundational, result.methodological, result.recent, and result.surveys_or_benchmarks for curated slices of the neighborhood.--negative papers and rerun.output_contract.md.ExpandReferencesResult.to_dict().result.notes captures dropped records and other execution notes.npx claudepluginhub zongmin-yu/semantic-scholar-skillsPerforms deep research over Semantic Scholar's Graph API — references, recommendations, batch paper lookup (up to 500 IDs), snippet search, and multi-hop BFS citation graph traversal. Use for building citation networks, expanding literature seeds, finding related work, or resolving many DOI/arXiv/S2 IDs.
Traverses backward (references) and forward (citing papers) citations via Semantic Scholar API, with query-relevant filtering, scoring, and deduplication. Use after finding relevant papers or for related work.
Triages ambiguous paper queries into likely interpretations, ranked shortlists, and recommended follow-up workflows. Use for fuzzy title fragments or vague paper memories.