首页龙虾技能列表 › Citation Verifier — 技能工具

Citation Verifier — 技能工具

v0.1.0

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...

0· 396·4 当前·4 累计
by @papersareflowing (PapersFlow)·MIT-0
下载技能包
License
MIT-0
最后更新
2026/3/12
安全扫描
VirusTotal
无害
查看报告
OpenClaw
安全
high confidence
The skill is an instruction-only helper that stays focused on verifying and normalizing a single citation and does not request unrelated credentials, installs, or system access.
评估建议
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...
详细分析 ▾
用途与能力
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.
指令范围
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.
安装机制
No install spec or code files are present (instruction-only), so nothing will be written to disk or installed during install.
凭证需求
The skill requires no environment variables, credentials, or config paths and does not request access to unrelated secrets.
持久化与权限
always is false and the skill does not request persistent system-level privileges or to modify other skills or settings.
安全有层次,运行前请审查代码。

License

MIT-0

可自由使用、修改和再分发,无需署名。

运行时依赖

无特殊依赖

版本

latestv0.1.02026/3/12

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.

● 无害

安装命令 点击复制

官方npx clawhub@latest install citation-verifier
镜像加速npx clawhub@latest install citation-verifier --registry https://cn.clawhub-mirror.com

技能文档

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

Workflow

  • Accept whatever the user provides: DOI, URL, arXiv ID, PubMed ID, citation string, or a partial title.
  • Call verify_citation with the raw input.
  • If verification succeeds, call fetch with the resolved identifier to get the full paper record.
  • 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
数据来源:ClawHub ↗ · 中文优化:龙虾技能库
OpenClaw 技能定制 / 插件定制 / 私有工作流定制

免费技能或插件可能存在安全风险,如需更匹配、更安全的方案,建议联系付费定制

了解定制服务