/install bibverify
Bibverify
Use this skill when the user asks to verify a .bib file, repair BibTeX metadata, generate BibTeX from a DOI, explain why a reference lookup source was chosen, or compare original vs updated BibTeX fields.
Preferred Path
If the Bibverify MCP server is available, call its tools directly:
doi_to_bibtex: Convert a DOI, DOI URL, or DOI-prefixed value to BibTeX.rank_lookup_sources: Explain the effective lookup order for a title and optional BibTeX entry.explain_update_diff: Compare original and updated BibTeX-like entry objects.verify_bib_file: Verify a.bibfile through a Bibverify config file.
Prefer doi_to_bibtex for one DOI. Prefer verify_bib_file for project-level reference checks.
CLI Fallback
If MCP is not configured but the bibverify command is available:
bibverify --doi 10.1038/nature12373 --key example2013
bibverify config.json
For first-time setup, tell the user to install Bibverify from PyPI and create a minimal config:
pip install -U bibverify
{
"language": "EN",
"bib_file": "references.bib",
"user_info": {
"email": "[email protected]",
"app_name": "Bibverify"
}
}
Safety
- Do not silently overwrite the source
.bibfile. - Tell the user that Bibverify writes timestamped backup, updated, and problem-entry files using the input
.bibfilename stem. - Do not invent missing bibliographic metadata. Use Bibverify results and explain uncertainty when sources disagree.
- Do not expose API keys or local config secrets in the answer.
Response Style
Summarize what Bibverify checked, which sources were used or preferred, which entries changed, and where generated files were written. For user-facing explanations, focus on DOI-first lookup, dynamic source ranking, field differences, and remaining entries that need manual review.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bibverify - 安装完成后,直接呼叫该 Skill 的名称或使用
/bibverify触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Bibverify 是什么?
Verify, repair, explain, and generate BibTeX references with Bibverify's DOI-first CLI and MCP tools. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 72 次。
如何安装 Bibverify?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bibverify」即可一键安装,无需额外配置。
Bibverify 是免费的吗?
是的,Bibverify 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bibverify 支持哪些平台?
Bibverify 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bibverify?
由 Hong Liu(@hylouis233)开发并维护,当前版本 v0.2.4。