— No reviews yet
0 installs
13 views
0.0% view→install
Install
$ agentstack add skill-zongmin-yu-semantic-scholar-skills-paper-triage ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Are you the author of Paper Triage? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Paper Triage
Turn 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.
Arguments
- The positional argument is the paper query. Quote multi-word titles when running from a shell.
--shortlist-sizecontrols the final shortlist size returned to the human.--relevance-limitcontrols the first relevance-search pass.--bulk-candidate-limitcontrols the wider recall pass.--snippet-candidate-limitcontrols how many preliminary candidates get snippet search.--snippet-limit-per-papercaps snippet evidence gathered for each snippet target.
Workflow
- Run
python scripts/run.py .... - Read
result.possible_interpretationsto see how the query was resolved. - Read
result.shortlistfor the ranked candidate papers. - Read
result.follow_up_actionsto know which workflow to run next once the right paper is identified. - If the shortlist still looks wrong, rerun with a more specific query string.
Output
- The script prints the unified JSON envelope described in
output_contract.md. - The underlying workflow result is
TriageResult.to_dict(). result.notescaptures extra execution notes, andresult.considered_candidatesshows the rerank breadth.
When To Escalate
- The query is too vague to resolve into a useful shortlist.
- The top interpretation is clearly wrong even after adding specificity.
- The human really wants author lookup or direct paper details instead of title disambiguation.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: zongmin-yu
- Source: zongmin-yu/semantic-scholar-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.