← 返回
开发者工具 中文

Citation Verifier

Verify, normalize, and enrich a single citation or paper identifier. Use when the user pastes a DOI, URL, arXiv ID, PubMed ID, citation string, or paper titl...
验证、规范并丰富单条引文或论文标识符。当用户粘贴DOI、URL、arXiv ID、PubMed ID、引文字符串或论文标题时使用。
papersareflowing
开发者工具 clawhub v0.1.0 1 版本 99803.5 Key: 无需
★ 1
Stars
📥 996
下载
💾 50
安装
1
版本
#latest

概述

Citation Verifier

Use this skill when the user wants to quickly verify or normalize a single paper reference rather than run a full literature search.

Workflow

  1. Accept whatever the user provides: DOI, URL, arXiv ID, PubMed ID, citation string, or a partial title.
  2. Call verify_citation with the raw input.
  3. If verification succeeds, call fetch with the resolved identifier to get the full paper record.
  4. Present the normalized result.

Output Style

Return a clean, structured card with:

  • Title — full paper title
  • Authors — first three authors, et al. if more
  • Year — publication year
  • Venue — journal or conference
  • DOI — canonical DOI if available
  • Identifiers — any additional IDs (arXiv, PubMed, Semantic Scholar)
  • Status — whether the citation was verified successfully or had issues

If verification fails or is ambiguous, say so clearly and suggest what the user can try (e.g., a more complete title, a different identifier).

Tool Guidance

Use verify_citation

Always call this first. It handles:

  • DOI strings (with or without resolver prefix)
  • arXiv IDs (e.g., 2301.12345, arXiv:2301.12345)
  • PubMed IDs
  • full or partial URLs from publisher sites, Semantic Scholar, Google Scholar
  • free-text citation strings (e.g., "Smith et al. 2020, Neural networks for...")

Use fetch

Call after successful verification to hydrate the full paper record with abstract, citation count, and venue details.

Do NOT use

  • search_literature — this skill is for a known reference, not topic discovery
  • get_citation_graph — the user wants verification, not graph exploration

Examples

  • User pastes: 10.1038/s41586-021-03819-2
  • User pastes: https://arxiv.org/abs/2301.12345
  • User says: "Check this cite: Vaswani et al., Attention Is All You Need, NeurIPS 2017"
  • User says: "Is this DOI valid? 10.1234/fake.doi.000"
  • User pastes a Semantic Scholar or Google Scholar URL

版本历史

共 1 个版本

  • v0.1.0 当前
    2026-03-29 14:33 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

developer-tools

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 65 📥 179,847
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,799
productivity

Research Briefing

papersareflowing
从 PapersFlow 构建聚焦的文献与引用简报。当用户需要进行论文检索、引用验证、相关论文发现或引用分析时使用。
★ 0 📥 577