← Back to Skills Marketplace
papersareflowing

Research Briefing

by PapersFlow · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ Security Clean
302
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install research-briefing
Description
Build a focused literature and citation briefing from PapersFlow. Use when the user wants paper search, citation verification, related-paper discovery, or ci...
README (SKILL.md)

Research Briefing

Use this skill when a user wants a high-signal research briefing grounded in the hosted papersflow-mcp server.

Workflow

  1. Resolve the user's target topic, title, DOI, or seed paper.
  2. Start with search_literature for broad discovery.
  3. Use verify_citation when the user gives a citation string, DOI, URL, PubMed ID, arXiv ID, or uncertain bibliographic reference.
  4. Use find_related_papers when the user wants nearby work around a seed paper.
  5. Use get_citation_graph when the user wants a graph view with references, incoming citations, and optionally similar papers.
  6. Use get_paper_neighbors when the user wants a one-hop grouped view instead of a graph-first view.
  7. Use expand_citation_graph only after you already have seed node ids from a previous graph result.
  8. Use fetch when 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."
Usage Guidance
This skill appears to do what it says: guide literature search and citation-graph queries using PapersFlow tools, and it does not request extra system access. Before installing, verify whether the referenced 'papersflow-mcp' server is public or requires an API key/credentials (the skill declares none). Also consider the provenance risk: the skill has no homepage and an opaque owner ID — if you plan to send private or unpublished text to the service, confirm the service's privacy policy and whether you need an explicit API key or trusted endpoint.
Capability Analysis
Type: OpenClaw Skill Name: research-briefing Version: 0.1.0 The research-briefing skill bundle is a legitimate tool designed to interface with the papersflow-mcp server for literature search and citation analysis. The SKILL.md file provides clear, task-aligned instructions for using various research tools (e.g., search_literature, verify_citation, get_citation_graph) without any evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The name/description (research briefing from PapersFlow) matches the SKILL.md workflow: search_literature, verify_citation, find_related_papers, citation graph operations and fetch. Nothing requested (no env vars, no binaries) contradicts the described functionality.
Instruction Scope
Runtime instructions stay on-topic: they tell the agent which PapersFlow tools to call for each user intent, how to structure outputs, and explicitly avoid guessing node ids. They do not instruct reading arbitrary files, environment variables, or transmitting data to unrelated endpoints.
Install Mechanism
No install specification and no code files — this is instruction-only, which minimizes disk/code install risk.
Credentials
The SKILL.md references a hosted 'papersflow-mcp' server but the skill declares no required environment variables or credentials. This can be fine if the server is public, but it could also indicate an omission (API key or endpoint not declared). Confirm whether PapersFlow access requires authentication or special endpoints.
Persistence & Privilege
always:false and no install-time persistence. The skill is user-invocable and allows autonomous invocation (platform default) but requests no elevated or persistent system privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install research-briefing
  3. After installation, invoke the skill by name or use /research-briefing
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release of research-briefing skill. - Enables focused literature and citation briefings using PapersFlow. - Supports paper search, citation verification, related-paper discovery, and citation graph exploration. - Provides clear tool guidance for searching, verifying, graphing, and fetching paper data. - Recommends concise, grouped output with paper details and context. - Advises how to respond to graph-based vs. grouped-list requests.
Metadata
Slug research-briefing
Version 0.1.0
License MIT-0
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 302 downloads so far.

How do I install Research Briefing?

Run "/install research-briefing" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Research Briefing free?

Yes, Research Briefing is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Research Briefing support?

Research Briefing is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Research Briefing?

It is built and maintained by PapersFlow (@papersareflowing); the current version is v0.1.0.

💬 Comments