什么是 gs-advanced-search?
使用过滤器执行高级 Google 学术搜索 - 作者、期刊、日期范围、精确短语、仅标题。从自然语言构造正确的 URL 参数。用于精确过滤搜索。 来源:cookjohn/gs-skills。
使用过滤器执行高级 Google 学术搜索 - 作者、期刊、日期范围、精确短语、仅标题。从自然语言构造正确的 URL 参数。用于精确过滤搜索。
通过命令行快速安装 gs-advanced-search AI 技能到你的开发环境
来源:cookjohn/gs-skills。
Construct and execute a Google Scholar search using URL parameters based on the user's natural language description.
$ARGUMENTS is a natural language description of the search criteria, e.g.:
| Keywords | q | q=gastric+cancer | | Author | assauthors | assauthors="Albert Einstein" | | Journal/Source | aspublication | aspublication=Nature | | Start year | asylo | asylo=2020 | | End year | asyhi | asyhi=2025 | | Exact phrase | asepq | asepq=machine+learning | | Any of these words (OR) | asoq | asoq=immunotherapy+checkpoint |
使用过滤器执行高级 Google 学术搜索 - 作者、期刊、日期范围、精确短语、仅标题。从自然语言构造正确的 URL 参数。用于精确过滤搜索。 来源:cookjohn/gs-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/cookjohn/gs-skills --skill gs-advanced-search使用过滤器执行高级 Google 学术搜索 - 作者、期刊、日期范围、精确短语、仅标题。从自然语言构造正确的 URL 参数。用于精确过滤搜索。 来源:cookjohn/gs-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/cookjohn/gs-skills --skill gs-advanced-search 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/cookjohn/gs-skills