Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
350+ academic research skills, MCP configs, and plugins for Research-Claw and AI agents
| Date | Stars |
|---|---|
| 2026-07-31 | 268 |
| 2026-08-06 | 268 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
<div align="center"> <img src="assets/logo.png" width="160" alt="科研龙虾 · Research-Claw" /> # 给 AI Agent 装上一整套科研大脑 **433 个学术技能 · 34 个学术数据库工具 · 覆盖科研全流程** 一行命令,让你的 AI 助手学会查文献、写综述、跑回归、管引文、写基金—— [科研龙虾 (Research-Claw)](https://github.com/wentorai/Research-Claw) 的内置技能库,同时兼容 40+ 主流 Agent 框架。 [](https://www.npmjs.com/package/@wentorai/research-plugins) [](LICENSE) [](catalog.json) [](#智能体工具34-个) [](#兼容性) [🌐 wentor.ai](https://wentor.ai) · [🇬🇧 English](README.en.md) · [🦞 Research-Claw](https://github.com/wentorai/Research-Claw) · [🪲 反馈问题](https://github.com/wentorai/research-plugins/issues) </div> --- ## 为什么需要它 通用大模型能聊科研,但不会**真的查库、真的取全文、真的跑稳健性检验**——它没有学术数据库的入口,也不懂每个研究环节的规范做法。 `research-plugins` 把这两块补齐: - **34 个工具**直连 18 个免费学术数据库(OpenAlex、CrossRef、PubMed、arXiv……),让 Agent 真正去检索、解析 DOI、追引文、找开放获取全文; - **433 个技能**(结构化 SKILL.md 指南)教 Agent 每个环节的正确做法——从 DID/IV 因果推断,到系统综述、审稿意见回复、LaTeX 排版、基金预算。 装上之后,你的 Agent 不再是"会聊科研的聊天机器人",而是**能动手干活的科研助理**。 --- ## 它能帮你做什么 以下都是装好后可以直接对 Agent 说的话(每个场景背后都有对应的真实技能/工具在支撑): > **「找一下近三年关于因果推断的高引论文,优先能免费下载的。」** > Agent 用 `search_openalex` 按引用量排序 → 逐篇调 `find_oa_version` 查开放获取版本 → 返回带 PDF 链接的清单。 > **「我要做一篇系统综述,帮我把检索、筛选、提取的流程跑起来。」** > Agent 按 `systematic-review-guide` 制定 PRISMA 流程 → 多库联搜去重 → 用 `get_epmc_citations` 做引文滚雪球 → 输出可复现的检索记录。 > **「这份面板数据,帮我做个固定效应回归并加上稳健性检验。」** > Agent 调用 `panel-data-guide` + `causal-inference-guide` 写出 Stata/Python 代码 → 按 `robustness-checks` 补齐安慰剂检验、聚类标准误等。 > **「审稿人提了三条意见,帮我起草一份逐条回复。」** > Agent 按学术写作技能拆解每条意见 → 区分"已修改 / 已澄清 / 礼貌反驳" → 生成结构规范、语气得体的 rebuttal。 > **「把我 Zotero 里这批文献整理成带引用的综述初稿。」** > Agent 用 `resolve_doi` / `search_crossref` 补全元数据 → 按引文管理与写作技能组织结构 → 输出带规范参考文献的初稿。 > **「我要申请 NSF 基金,帮我搭一个 proposal 框架和预算表。」** > Agent 按 `grant-writing-guide` + `nsf-grant-guide` 搭章节框架 → 用 `grant-budget-guide` 生成预算 → 可查 `nsf-award-api-guide` 参考同类已资助项目。 --- ## 快速开始 ### 安装(Research-Claw / OpenClaw 用户) ```bash openclaw plugins install @wentorai/research-plugins ``` 插件安装到 `~/.openclaw/extensions/`,重启 gateway 后**自动加载全部技能 + 工具**,开箱即用。 ### 安装(Claude Code / Cursor / Windsurf / OpenCode 等) ```bash npx skills add wentorai/research-plugins ``` > 此方式仅安装 SKILL.md 技能文件(不含 API 工具),适用于 40+ 支持 skills 协议的 Agent 框架。 ### 卸载 ```bash # OpenClaw / Research-Claw — 删除插件目录即可 rm -rf ~/.openclaw/extensions/research-plugins # npx skills — 删除技能目录即可 rm -rf .skills/wentorai/research-plugins ``` > **pnpm 项目注意**:请勿将本包作为 `pnpm` 依赖、并通过 `plugins.load.paths` 从 `node_modules` 加载。pnpm 的硬链接机制会被 OpenClaw 安全校验拒绝(`unsafe plugin manifest path`)。请始终使用 `openclaw plugins install`。 --- ## 包含什么 ### 学术技能(433 个) 覆盖科研全流程的结构化 SKILL.md 指南,Agent 按需自动加载: | 类别 | 技能数 | 覆盖范围 | |:--|:--|:--| | **文献** (literature) | 80 | 多库联搜 · 引文追踪 · 全文获取 · 开放获取 · 文献雷达 | | **研究方法** (research) | 52 | 系统综述 · 深度研究 · 实验设计 · 审稿 · 基金申请 · 自动化 | | **数据分析** (analysis) | 44 | 因果推断 · 计量经济 · 统计建模 · 数据清洗 · 可视化 | | **学术写作** (writing) | 62 | 论文各章节 · LaTeX · 参考文献 · 引文管理 · 模板 · 润色 | | **学科领域** (domains) | 147 | 16 个学科:AI/ML · 生物医学 · 经济 · 法学 · 化学 · 物理 等 | | **效率工具** (tools) | 48 | 流程图 · PDF 解析 · 知识图谱 · OCR · 爬虫 · 代码执行 | 技能采用**渐进式加载**:6 个类别入口 → 40 个子分类索引 → 433 个具体技能。Agent 按需逐层加载,绝不一次性把全部内容塞进上下文。 ### 智能体工具(34 个) 直连 18 个免费学术数据库 API 的 TypeScript 工具,作为 OpenClaw 插件自动注册: | 模块 | 工具 | 数据源 | |:--|:--|:--| | `openalex` | `search_openalex` · `get_work` · `get_author_openalex` | OpenAlex (2.5 亿+ 作品) | | `crossref` | `resolve_doi` · `search_crossref` | CrossRef (1.5 亿+ DOI) | | `arxiv` | `search_arxiv` · `get_arxiv_paper` | arXiv | | `pubmed` | `search_pubmed` · `get_article` | PubMed / NCBI | | `unpaywall` | `find_oa_version` | Unpaywall (开放获取) | | `europe-pmc` | `search_e
Excerpt of 6,280 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:5d612bbd066d56c8, llm:description: '350+ academic research skills, MCP configs, and plugins for Research-Claw and AI agents' (TypeScript repository containing plugins and configs for research agents)
matched fp:5d612bbd066d56c8, llm:description: '350+ academic research skills, MCP configs, and plugins for Research-Claw and AI agents' (TypeScript repository containing plugins and configs for research agents)
matched fp:5d612bbd066d56c8, llm:description: '350+ academic research skills, MCP configs, and plugins for Research-Claw and AI agents' (TypeScript repository containing plugins and configs for research agents)