semantic-paper-radar
SKILL.md
Semantic Paper Radar
Build a domain reading list from natural-language intent, then output a concise research map.
Workflow
-
Clarify query intent in one line:
- topic + scope + time window + priority (
foundational/frontier/balanced).
- topic + scope + time window + priority (
-
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
- General:
-
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>)
-
Present results in Chinese unless user asked otherwise:
- 必读文献(分层)
- 学术脉络(时间线)