GitHub 星标
1
月装机量
17
近 7 天 2
综合评分SCORE
21.6
生态多维模型
最近提交
5 个月前
2026-03-12
快速安装与配置
opencode.json写入当前项目的 opencode.json,只对这个仓库生效。
opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@papersflow/opencode-papersflow@1.0.0"]
}写入 ~/.config/opencode/opencode.json,对所有项目生效。
~/.config/opencode/opencode.json
{
"$schema": "https://opencode.ai/config.json",
"plugin": ["@papersflow/opencode-papersflow@1.0.0"]
}若你要在本地改造这个插件,先装到项目里再从本地路径引用。
shell
pnpm add -D @papersflow/opencode-papersflowopencode 启动时会通过内嵌运行时自动加载 npm 依赖并缓存至本地目录,无需手动在全局环境执行安装。
README.md
查看原始文件→OpenCode plugin for academic research by PapersFlow — search 474M+ papers, verify citations, explore citation graphs, and run deep research.
Install
Add to your opencode.json:
{
"plugin": ["opencode-papersflow"]
}
Tools
| Tool | Description |
|---|---|
papersflow_search_literature |
Search 474M+ papers from Semantic Scholar and OpenAlex |
papersflow_verify_citation |
Verify and normalize DOIs, arXiv IDs, PubMed IDs, URLs, or free-text citations |
papersflow_find_related_papers |
Find references, citations, and similar works for a paper |
papersflow_get_citation_graph |
Get the full citation graph for a paper |
papersflow_get_paper_neighbors |
Get one-hop neighbors grouped by type |
papersflow_expand_citation_graph |
Expand a citation graph from existing nodes |
How it works
This plugin connects to the PapersFlow hosted MCP server at https://doxa.papersflow.ai/mcp and exposes its academic research tools as native OpenCode tools. No API key needed for public tools.
Links
License
MIT