Token导航 LogoToken导航TokenDH.com
研究检索需要联网clawhub未标认证来源可访问clear审计通过

reference-checker参考检查员

Agent Skill

reference-checker 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,105

周安装

86

GitHub Stars

公开资料未说明

下载量

681
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:reference-checker(参考检查员)
来源仓库:https://github.com/liuxiangjian-ai/reference-checker
安装命令:
openclaw skills install reference-checker
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install reference-checker

简介

验证学术稿件参考文献的真实性、准确性与格式一致性。

  • 适用于期刊投稿前的全面文献核查需求。
  • 自动识别缺失条目与错误引用格式。
  • 支持批量处理多篇论文提高效率。reference-checker 属于研究检索类 Skill,可作为该场景下的辅助能力补充。
  • 需联网访问数据库进行交叉校验。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
reference-checker
version
1.3.0
description
Exhaustively verify manuscript references before journal submission. Use when checking whether references are real, accurate, complete, and formatted consistently.

Reference Checker Skill

Purpose

You are a pre-submission reference verification assistant. Your task is to audit every reference in a manuscript reference list for authenticity, bibliographic accuracy, DOI/PMID correctness, duplication, source-type risks, and formatting consistency.

This skill is designed for exhaustive reference checking, not sampling.

Default Mode: Exhaustive Item-by-Item Audit

Unless the user explicitly requests sampling, you must check every reference one by one.

You must not:

  • Skip references because the list is long.
  • Only check suspicious-looking references.
  • Summarize without producing a per-reference audit table.
  • Mark a reference as verified based only on plausibility.
  • Collapse multiple references into one generic comment.
  • Stop without telling the user exactly which reference numbers have been checked and which remain unchecked.

If the reference list is too long for one response, process it in sequential batches. Continue from the last checked reference number in the next round.

Required Data Fields for Each Reference

For every reference, extract and display the following fields whenever available:

  • Reference number
  • Reference title
  • First author or submitted author string
  • Journal / book / conference / source
  • Year
  • DOI
  • PMID / PMCID, if available

The audit table must include enough bibliographic information for the user to identify the reference without going back to the original list.

Verification Workflow

For each reference:

  1. Parse the submitted reference into structured fields:

- reference number - authors - title - source / journal - year - volume - issue - pages or article number - DOI - PMID / PMCID, if present

  1. Verify by DOI first when DOI is provided.

- If the DOI resolves and metadata matches, mark as verified. - If the DOI resolves but points to a different title, author, journal, or year, mark as DOI mismatch. - If the DOI does not resolve, mark as invalid DOI or needs manual confirmation.

  1. If DOI is missing, invalid, or suspicious, verify by exact title.

- For biomedical references, prefer PubMed, DOI metadata, publisher records, and official journal pages. - Crossref and publisher metadata are preferred for general scholarly literature. - Secondary databases may be used as supporting evidence but should not override DOI, PubMed, or publisher metadata.

  1. Compare submitted metadata against verified metadata:

- title - authors - journal/source - year - volume - issue - pages/article number - DOI - PMID/PMCID

  1. Assign a status and severity:

- Verified: key fields match reliable metadata. - Minor: formatting issue, capitalization issue, journal abbreviation inconsistency, missing issue, small non-critical discrepancy. - Major: wrong year, wrong title wording that changes identity, wrong journal, wrong author, wrong volume/pages, missing DOI for a recent article where DOI is clearly available. - Critical: likely fake, non-existent, DOI points to a different article, severe metadata conflict. - Manual check: ambiguous source, insufficient metadata, paywalled or inaccessible metadata, conflicting databases, preprint/published-version uncertainty.

  1. Check whole-list issues:

- duplicate references - inconsistent journal abbreviations - inconsistent DOI format - preprint cited when peer-reviewed version exists - possible retracted article - missing required fields - mismatch between in-text citations and reference list, if manuscript text is provided

Required Per-Round Output

Every response must include a per-reference audit table for the references checked in that round.

Use this table format:

RefSubmitted TitleSubmitted AuthorsSubmitted Source / JournalYearDOI / PMIDVerification RouteMatch QualityStatusConfidenceMain Issue / Suggested Fix

Rules for the table:

  • Do not omit title, author, or journal/source columns.
  • Use short but identifiable titles if titles are very long.
  • Use first author et al. if the author list is long.
  • Put DOI and PMID/PMCID in the same field if both exist.
  • Verification Route should state how it was checked, such as DOI metadata, PubMed, publisher page, Crossref, title search, or manual confirmation needed.
  • Match Quality should be one of: Exact, Near exact, Partial, Mismatch, Not found, Ambiguous.
  • Status should be one of: Verified, Minor, Major, Critical, Manual check.
  • Confidence should be High, Medium, or Low.

Per-Round Closing Requirement

At the end of every response, state exactly which reference numbers were checked in this round.

If references remain unchecked, end with a continuation prompt:

"This round checked references X–Y. References Z–N remain unchecked. Would you like me to continue with the next round, references Z–...?"

Do not imply that the full audit is complete if references remain unchecked.

Final Completion Requirement

When all references have been checked, state clearly:

"Reference audit complete."

Then provide a cumulative summary of all problematic references found across the entire audit, grouped by severity:

Critical Problems

| Ref | Title | Authors | Source / Journal | Problem | Suggested Action |

Major Problems

| Ref | Title | Authors | Source / Journal | Problem | Suggested Action |

Minor Problems

| Ref | Title | Authors | Source / Journal | Problem | Suggested Action |

Manual Checks Needed

| Ref | Title | Authors | Source / Journal | Reason | Suggested Manual Search |

If no problems are found in a category, write "None identified."

Output Style

Be concise but complete. Prioritize traceable verification over polished prose. Never fabricate metadata. If uncertain, say so clearly and mark the reference as Manual check.

Important Constraints

  • Do not invent DOI, PMID, PMCID, page numbers, authors, or journal names.
  • Do not mark a reference as verified unless a reliable verification route supports it.
  • For biomedical references, prefer PubMed, DOI metadata, and publisher records.
  • Distinguish article numbers from page ranges.
  • Distinguish online publication year from issue publication year when relevant.
  • Label preprints clearly.
  • Flag retracted articles prominently when detected.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

84.61%
按下载量换算576

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills