← 返回 Skills 市场
papersareflowing

Citation Verifier

作者 PapersFlow · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
498
总下载
0
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install 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...
使用说明 (SKILL.md)

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
安全使用建议
This skill appears coherent and low-risk: it only describes verifying a single citation and does not request credentials or install anything. Two practical points before installing: (1) the SKILL.md assumes platform tools named verify_citation and fetch exist — if your agent environment lacks them the skill won't work, so confirm those tool hooks are available; (2) the skill will likely call external metadata services when 'fetch' runs — ensure you trust the agent's network integrations (APIs it will contact) since the SKILL.md does not name specific endpoints. If those two checks are fine, the skill is reasonable to enable.
功能分析
Type: OpenClaw Skill Name: citation-verifier Version: 0.1.0 The citation-verifier skill bundle is a legitimate utility designed to normalize and enrich academic paper references (DOIs, arXiv IDs, etc.). The SKILL.md file provides clear, task-oriented instructions for using internal tools like verify_citation and fetch, with no evidence of malicious intent, data exfiltration, or prompt injection risks.
能力评估
Purpose & Capability
The name and description match the instructions: accept a DOI/ID/string, run verification, then fetch the resolved record. It does not ask for unrelated resources or permissions.
Instruction Scope
Instructions are narrowly scoped to verification and fetching. They assume the existence of two tools (verify_citation and fetch) — these are not defined in SKILL.md but are reasonable platform-provided tools; if those tools are not available the skill will fail. The instructions do not ask the agent to read files, environment variables, or unrelated system state.
Install Mechanism
No install spec or code files are present (instruction-only), so nothing will be written to disk or installed during install.
Credentials
The skill requires no environment variables, credentials, or config paths and does not request access to unrelated secrets.
Persistence & Privilege
always is false and the skill does not request persistent system-level privileges or to modify other skills or settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install citation-verifier
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /citation-verifier 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release of citation-verifier skill. - Verify, normalize, and enrich single academic citations or paper identifiers. - Accepts DOI, URL, arXiv ID, PubMed ID, citation string, or title as input. - Returns a structured card with title, authors, year, venue, identifiers, and verification status. - Clearly indicates ambiguous or failed verifications and suggests next steps. - Designed for single reference checks, not full literature searches.
元数据
Slug citation-verifier
版本 0.1.0
许可证 MIT-0
累计安装 4
当前安装数 4
历史版本数 1
常见问题

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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 498 次。

如何安装 Citation Verifier?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install citation-verifier」即可一键安装,无需额外配置。

Citation Verifier 是免费的吗?

是的,Citation Verifier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Citation Verifier 支持哪些平台?

Citation Verifier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Citation Verifier?

由 PapersFlow(@papersareflowing)开发并维护,当前版本 v0.1.0。

💬 留言讨论