Research Briefing
/install research-briefing
Research Briefing
Use this skill when a user wants a high-signal research briefing grounded in the hosted papersflow-mcp server.
Workflow
- Resolve the user's target topic, title, DOI, or seed paper.
- Start with
search_literaturefor broad discovery. - Use
verify_citationwhen the user gives a citation string, DOI, URL, PubMed ID, arXiv ID, or uncertain bibliographic reference. - Use
find_related_paperswhen the user wants nearby work around a seed paper. - Use
get_citation_graphwhen the user wants a graph view with references, incoming citations, and optionally similar papers. - Use
get_paper_neighborswhen the user wants a one-hop grouped view instead of a graph-first view. - Use
expand_citation_graphonly after you already have seed node ids from a previous graph result. - Use
fetchwhen the user wants a richer single-paper record after search or graph exploration.
Output Style
- Prefer short grouped sections over long prose.
- Include paper titles, years, identifiers, and why they matter.
- If the user asked for a graph-oriented answer, explicitly distinguish:
- references
- later citations
- similar papers
- If the graph result looks noisy, say so instead of pretending the neighborhood is authoritative.
Tool Guidance
Use search_literature
Use for:
- topic exploration
- early-stage paper discovery
- short lists of candidate seed papers
Use verify_citation
Use for:
- checking a citation string
- normalizing a DOI or paper URL
- producing a reliable paper identifier before deeper exploration
Use get_citation_graph
Use for:
- seed-centered graph exploration
- showing how a paper connects to prior and later work
Prefer this when the user explicitly asks for a graph, network, map, or influence chain.
Use get_paper_neighbors
Use for:
- concise grouped neighbors
- "show me the references / citations / similar papers" requests
Prefer this over the graph tool when the user cares more about grouped lists than graph structure.
Use expand_citation_graph
Use only when:
- you already have valid node ids from a previous graph result
- the user wants to grow the graph one hop farther
Do not guess node ids.
Examples
- User asks: "Find five strong papers on retrieval-augmented generation evaluation and tell me which one to start with."
- User asks: "Verify this citation and give me a normalized version."
- User asks: "Show me the citation graph around Attention Is All You Need."
- User asks: "Expand the graph from these two node ids and tell me where the important branches are."
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install research-briefing - 安装完成后,直接呼叫该 Skill 的名称或使用
/research-briefing触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Research Briefing 是什么?
Build a focused literature and citation briefing from PapersFlow. Use when the user wants paper search, citation verification, related-paper discovery, or ci... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 302 次。
如何安装 Research Briefing?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install research-briefing」即可一键安装,无需额外配置。
Research Briefing 是免费的吗?
是的,Research Briefing 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Research Briefing 支持哪些平台?
Research Briefing 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Research Briefing?
由 PapersFlow(@papersareflowing)开发并维护,当前版本 v0.1.0。