Install
openclaw skills install semantic-paper-radarSemantic literature discovery and synthesis across arXiv/OpenAlex/PubMed (and optional Google Scholar adapters). Use when users ask for domain must-read pape...
openclaw skills install semantic-paper-radarBuild a domain reading list from natural-language intent, then output a concise research map.
Clarify query intent in one line:
foundational / frontier / balanced).Run aggregated retrieval:
python3 scripts/paper_radar.py search --query "<topic>" --max 40 --years 8python3 scripts/paper_radar.py search --query "<topic>" --max 40 --years 8 --biomedGenerate synthesis report:
python3 scripts/paper_radar.py report --query "<topic>" --max 40 --years 8 --top 12 --mode balanced--biomed--export-html (optional --html-out <path>)Present results in Chinese unless user asked otherwise:
Use this framing when user asks for recommendations:
经典奠基(3-5) + 方法跃迁(3-5) + 近两年新进展(3-5) 输出"If the environment already has a Scholar-capable tool/skill (e.g., serper-scholar), call it after report and use it only for:
Do not block core workflow if Scholar integration is unavailable.