scholar-search
SKILL.md
scholar-search
概述
本 skill 通过统一的命令行脚本 scripts/scholar-search.py 封装 arXiv 和 Semantic Scholar API,支持学术论文检索、详情拉取、引用网络扩展与作者轨迹分析。
前置条件
- Python
- 所需依赖:
requestspip install requests - 环境变量要求:
S2_API_KEY- Semantic Scholar API 密钥(必需;优先从进程环境变量读取)
- 当我在对话中直接提供 Semantic Scholar API Key 时,必须先写入:
python scripts/set_s2_api_key.py --api-key "<我提供的key>"