$npx -y skills add woodfishhhh/EZ_math_model --skill scholarscholar 是 paper-search 的别名 / 软链。统一从这里入口可在内部代码中用更短的 命名空间。本子 skill 的实际实现指向 tools/paper_search/。
| 1 | # scholar — paper-search 的别名入口 |
| 2 | |
| 3 | ## 实际实现 |
| 4 | |
| 5 | 请使用 `tools/paper_search/` 下的脚本与 SKILL.md。本目录仅作"短命名空间" |
| 6 | 的入口占位。 |
| 7 | |
| 8 | ```powershell |
| 9 | python tools/paper_search/scripts/openalex_scholar.py "<query>" |
| 10 | python tools/paper_search/scripts/aggregated_search.py "<query>" |
| 11 | ``` |
| 12 | |
| 13 | ## 为什么保留 scholar/ 这个目录 |
| 14 | |
| 15 | - 与 `references/external-tools-catalog.md` § 2 的"学术搜索"域命名一致 |
| 16 | - 未来可能挂"按引用图谱回溯"等更专属的高级搜索脚本 |
| 17 | |
| 18 | ## 不要在这里写代码 |
| 19 | |
| 20 | 如有新脚本,写到 `tools/paper_search/scripts/` 并在那里更新 SKILL.md。 |