AgentStack
SKILL verified MIT Self-run

Paper Triage

skill-zongmin-yu-semantic-scholar-skills-paper-triage · by zongmin-yu

Triage an ambiguous paper query into likely interpretations, a ranked shortlist, and recommended follow-up workflows

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

✓ Passed

No 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 claim

About

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-size controls the final shortlist size returned to the human.
  • --relevance-limit controls the first relevance-search pass.
  • --bulk-candidate-limit controls the wider recall pass.
  • --snippet-candidate-limit controls how many preliminary candidates get snippet search.
  • --snippet-limit-per-paper caps snippet evidence gathered for each snippet target.

Workflow

  1. Run python scripts/run.py ....
  2. Read result.possible_interpretations to see how the query was resolved.
  3. Read result.shortlist for the ranked candidate papers.
  4. Read result.follow_up_actions to know which workflow to run next once the right paper is identified.
  5. 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.notes captures extra execution notes, and result.considered_candidates shows 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.