OpenClaw
Deploy a managed OpenClaw agent in 60 seconds
Launch on Hostinger →
Hermes Agent
Run your Hermes agent, fully managed
Launch on Hostinger →
Apify
6,000+ web scrapers for your agent, free to start
Try Apify free →
Firecrawl
Crawl and scrape any site into clean data
Try Firecrawl free →
Context.dev
One API to scrape, enrich, and extract the web
Start building free →
SetupClaw
Done-for-you OpenClaw for founders and teams
Get it set up for you →
DataForSEO
SEO data APIs for your agent, $1 free credit
Try DataForSEO free →
Your product here
Reach thousands of AI builders a month
Learn more →
Claude Market
Menu
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Claude Market
SkillsMCPPluginsSubmit MCPSkillPluginMCPMCP, plugin, or skillAdvertise
Skills/yuan1z0825/nature-skills/nature-ref-verifier
nature-ref-verifier logo

nature-ref-verifier

yuan1z0825/nature-skills
778 installs30K stars
Run it on Hostinger, 20% off →Your friend gets 20% off too, using this linkFree API →|View on GitHub|Create your own skill →

Installation

npx skills add https://github.com/yuan1z0825/nature-skills --skill nature-ref-verifier

Summary

>-

SKILL.md

nature-ref-verifier — 学术参考文献多源验证技能

触发词

verify references、校验文献、check references、核对参考文献、文献验证、ref check

适用场景

  • 开题报告/论文提交前,对全部参考文献做最终核查
  • 收到审稿意见指出引用错误时,精准定位问题
  • 从旧项目迁移参考文献到新论文时,批量验证有效性
  • Zotero 库定期健康检查

工作流

Step 1: 解析输入

支持三种输入格式:

A. 整篇论文/开题报告

  • 提取所有 [N] 编号的参考文献列表
  • 自动识别每条的 DOI(如有)

B. 单条参考文献

  • 用户直接粘贴一条引用文本
  • 或传入 Zotero item key

C. BibTeX 文件

  • 直接解析 .bib,逐条校验

Step 2: 多源并行查询

对每条文献,并行查询以下来源(可用哪些取决于环境配置):

来源适用文献典型覆盖率
Crossref有 DOI 的外文期刊~70%(IEEE 老文献、中文期刊常有缺失)
IEEE XploreIEEE 期刊/会议IEEE DOI 404 时的备选
WebSearch (Bing/Google)无 DOI 或来源缺失的文献兜底方案
CNKI/万方 (kimi-datasource / webbridge)中文期刊、学位论文中文文献必查
Zotero 本地库 (zotero-mcp)已入库文献快速比对已有数据

查询策略: 优先用 DOI 查 Crossref,失败后降级用标题+作者搜 Web。

Step 3: 字段级对比

对每条文献执行以下对比矩阵,按严重程度分为三级:

🔴 Critical(必须修正)
检查项说明典型案例
作者姓名/顺序不一致第一作者不同、顺序颠倒、完全编造Smogavec→Leckebusch、Vainikainen→Mikhnev
页码差异 ≥5页码完全不匹配Noon: 1309-1319→1444-1449
标题核心词不一致非大小写/标点差异Iwasaki T→Wu K H、Zhang W→Zhu M H
DOI 指向不同论文DOI 存在但标题/作者不对应Abidi 1995: 10.1109/4.482157→10.1109/4.482187
🟡 Warning(建议核对)
检查项说明典型案例
卷年 ≠ DOI 年卷归属年份与 DOI 编号年不一致Dadrass 卷2025/上线2024、Ni 卷2022/DOI含2020
作者中间名缺失/多余"Rabiner L" vs "Rabiner L R"一般不影响检索
期号缺失脚本有卷无期Smogavec 2025: 17→17(10)
页码偏差 ≤4细微差异Leckebusch 15-24→15-25
出版社名写法差异"IET" vs "IEE"历史名称变更
🟢 Info(仅供参考)
检查项说明
标题大小写不同Title Case vs Sentence case
期刊名缩写 vs 全称"IEEE Trans. AES" vs "IEEE Transactions on Aerospace and Electronic Systems"
标点/连接词差异"and" vs "&" 等

Step 4: 置信度评估

每条文献最终给出一个综合置信度:

等级含义
✅ Verified多源一致,无需修改
⚠️ Check suggested存在 🟡 级差异,需人工判断
❌ Needs fix存在 🔴 级差异,必须更正
❓ Unverifiable所有来源均无法查到(如内部报告、老旧学位论文)

Step 5: 输出报告

支持以下输出格式:

Markdown 摘要报告:

## 验证结果:56 条文献

- ✅ Verified: 42
- ⚠️ Check suggested: 8
- ❌ Needs fix: 4
- ❓ Unverifiable: 2

### ❌ 必须修正
| # | 问题 | 当前值 | 正确值 | 来源 |
|---|------|--------|--------|------|
| [6] | 作者错误 | Smogavec P | Leckebusch J | Wiley |
| [42] | 作者顺序颠倒 | Vainikainen P… | Mikhnev V A… | IEEE |

### ⚠️ 建议核对
| # | 问题 | 详情 |
|---|------|------|
| [18] | 卷年/DOI年不一致 | 卷年2025,DOI年2024 |

BibTeX Patch: 直接生成修正后的 .bib 文件内容。

Zotero 更新指令: 生成可执行的 zotero-cli edit 命令列表,用于批量修正 Zotero 库。

多来源交叉验证策略

                   ┌─────────────┐
                   │  用户输入    │
                   │  DOI/标题   │
                   └──────┬──────┘
                          │
                          ▼
                   ┌─────────────┐
                   │  字段拆分    │
                   │ author/title │
                   │ year/vol/pg │
                   └──────┬──────┘
                          │
           ┌──────────────┼──────────────┐
           ▼              ▼              ▼
    ┌──────────┐   ┌──────────┐   ┌──────────┐
    │ CrossRef │   │  IEEE   │   │ WebSearch│
    │  (DOI)  │   │ Xplore  │   │ (Bing/GG)│
    └────┬─────┘   └────┬─────┘   └────┬─────┘
         │              │              │
         ▼              ▼              ▼
    ┌──────────────────────────────────────┐
    │       字段级对比 + 差异评级          │
    │  author / title / year / vol / issue │
    │       pages / DOI / journal          │
    └────────────────┬─────────────────────┘
                     │
                     ▼
            ┌────────────────┐
            │  置信度评估     │
            │ ✅ ⚠️ ❌ ❓    │
            └────────────────┘

已知局限与应对

局限应对
中文 DOI 不在 Crossref 中降级到 CNKI/万方(通过 webbridge 或 WebSearch)
IEEE 老文献 DOI 返回 404用 IEEE Xplore 直接搜(其 DOI 不在 Crossref 注册)
学位论文无 DOI用 CNKI / 万方 / ProQuest 验证标题+作者+年份
产品手册/专利不验证元数据,只确认来源可访问
谷歌学术搜不到部分文献切换搜索引擎(Bing、百度学术、Semantic Scholar)

环境依赖

以下工具为可选,有则启用、无则降级:

  • zotero-cli / zotero-mcp:Zotero 库读写
  • kimi-datasource(scholar):学术搜索
  • kimi-webbridge:带登录态的 CNKI 查询
  • 基础 WebSearch / FetchURL:通用兜底

Score

0–100
57/ 100

Grade

C

Popularity17/30

778 installs — growing adoption. Source repo has 29,857 GitHub stars.

Completeness19/30

Documented: full SKILL.md body, one-line install. Missing: description, category/license metadata.

Trust15/25

Community skill with a public GitHub source repository you can review.

Freshness6/15

No update timestamp is tracked for this skill in our catalog.

Scored automatically from popularity, completeness, trust, and freshness — computed only from data in our catalog, never fabricated.

Proud of your score? Add this badge to your README.

Paste a snippet into your GitHub README. The badge updates automatically and links back to this page.

Nature Ref Verifier skill score badge previewScore badge

Markdown

[![Nature Ref Verifier skill](https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-ref-verifier/badges/score.svg)](https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-ref-verifier)

HTML

<a href="https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-ref-verifier"><img src="https://www.claudemarket.ai/skills/yuan1z0825/nature-skills/nature-ref-verifier/badges/score.svg" alt="Nature Ref Verifier skill"/></a>

Nature Ref Verifier FAQ

How do I install the Nature Ref Verifier skill?

Run “npx skills add https://github.com/yuan1z0825/nature-skills --skill nature-ref-verifier” in your terminal. The skill is added to your agent's skills directory and picked up automatically on the next run — no restart or extra configuration needed.

What does the Nature Ref Verifier skill do?

>- The full SKILL.md on this page shows the exact instructions the skill gives your agent.

Is the Nature Ref Verifier skill free?

Yes. Nature Ref Verifier is a free, open-source skill published from yuan1z0825/nature-skills. As with any third-party skill, review the source repository before installing it into an agent with sensitive access.

Does Nature Ref Verifier work with Claude Code and OpenClaw?

Yes. Skills use the portable SKILL.md format, so Nature Ref Verifier works with Claude Code, OpenClaw, Codex, Hermes, and any other agent that reads SKILL.md skills.

Recommended skills

Browse all →
find-skills logo

find-skills

vercel-labs/skills

2.8M installsInstall
grill-me logo

grill-me

mattpocock/skills

757K installsInstall
frontend-design logo

frontend-design

anthropics/skills

743K installsInstall
grill-with-docs logo

grill-with-docs

mattpocock/skills

643K installsInstall
agent-browser logo

agent-browser

vercel-labs/agent-browser

630K installsInstall
improve-codebase-architecture logo

improve-codebase-architecture

mattpocock/skills

618K installsInstall

Related guides

Hand-picked reading to help you choose, install, and use agent skills.

GuideBest Openclaw Skills 2026GuideHow To Evaluate Openclaw Skill Before InstallingGuideOpenclaw Skills Complete Guide

Skills by category

FrontendBackend & APIsTesting & QASecurityDevOps & CI/CDMCP & ToolingAutomationData & Analysis+20 more

MCP servers by category

AI & MLDeveloper ToolsVector & MemoryFiles & DocsDatabasesFinance & PaymentsBrowser & ScrapingCommunication+8 more

Plugins by category

developmentproductivitycommunicationdesignsecuritydatabaseworkflowcompliance+34 more

The Agent Stack

Weekly Claude Code, Agent SDK, and MCP moves worth your time — free.

Claude Market

AI agent skills directory, marketplace, and workflow hub for OpenClaw, Hermes Agent, Claude Code, Codex, and MCP-powered operator stacks.

Independent project, not affiliated with Anthropic.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Plugins

More

  • Submit a Tool
  • Create a Skill
  • Advertise
  • Free Tools
  • API
  • Shipping
  • Contact
  • Terms
  • Privacy
© 2026 Claude Market · Not affiliated with Anthropic
Fazier badgeFeatured on Twelve ToolsFeatured on Wired BusinessRemote OpenClaw - Featured on AI Agents DirectoryListed on Turbo0Featured on Uneed