From semantic-scholar
Triages ambiguous paper queries into likely interpretations, ranked shortlists, and recommended follow-up workflows. Use for fuzzy title fragments or vague paper memories.
How this skill is triggered — by the user, by Claude, or both
Slash command
/semantic-scholar:paper-triage <query> [--shortlist-size <n>] [--relevance-limit <n>] [--bulk-candidate-limit <n>] [--snippet-candidate-limit <n>] [--snippet-limit-per-paper <n>]<query> [--shortlist-size <n>] [--relevance-limit <n>] [--bulk-candidate-limit <n>] [--snippet-candidate-limit <n>] [--snippet-limit-per-paper <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 an ambiguous paper query into a ranked shortlist and clear next steps.
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 an ambiguous paper query into a ranked shortlist and clear next steps. Use this when the human starts with a fuzzy title fragment, overloaded term, or vague memory of a paper.
--shortlist-size <n> controls the final shortlist size returned to the human.--relevance-limit <n> controls the first relevance-search pass.--bulk-candidate-limit <n> controls the wider recall pass.--snippet-candidate-limit <n> controls how many preliminary candidates get snippet search.--snippet-limit-per-paper <n> caps snippet evidence gathered for each snippet target.python scripts/run.py ....result.possible_interpretations to see how the query was resolved.result.shortlist for the ranked candidate papers.result.follow_up_actions to know which workflow to run next once the right paper is identified.output_contract.md.TriageResult.to_dict().result.notes captures extra execution notes, and result.considered_candidates shows the rerank breadth.npx claudepluginhub zongmin-yu/semantic-scholar-skillsSearches academic databases (Semantic Scholar) for papers by topic, finds papers related to existing notes, and discovers research gaps. Presents ranked results and optionally creates formatted paper notes.
Finds research papers answering a query using Firecrawl: semantic search, related-paper expansion, and in-body verification. Supports single-paper lookups and full multi-paper sets.
Searches academic literature for papers with summaries and snippets. Auto-activates on 'find papers', 'literature review', or 'what does the literature say'. Supports interactive and one-shot modes.