skills/skills.volces.com/semantic-paper-radar

semantic-paper-radar

Installation
SKILL.md

Semantic Paper Radar

Build a domain reading list from natural-language intent, then output a concise research map.

Workflow

  1. Clarify query intent in one line:
    • topic + scope + time window + priority (foundational / frontier / balanced).
  2. Run aggregated retrieval:
    • General: python3 scripts/paper_radar.py search --query "<topic>" --max 40 --years 8
    • Biomedical force-on: python3 scripts/paper_radar.py search --query "<topic>" --max 40 --years 8 --biomed
  3. Generate synthesis report:
    • python3 scripts/paper_radar.py report --query "<topic>" --max 40 --years 8 --top 12 --mode balanced
    • Biomedical force-on: add --biomed
    • Export clickable HTML: add --export-html (optional --html-out <path>)
Installs
10
First Seen
Mar 12, 2026
semantic-paper-radar from skills.volces.com