paper reference checker

v1.2.1

This skill should be used when the user asks to "check paper citations", "verify references", "detect fake citations", "validate bibliography", "check if pap...

4· 208·0 current·0 all-time
byBen Chen@benchen4395

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for benchen4395/paper-reference-checker.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "paper reference checker" (benchen4395/paper-reference-checker) from ClawHub.
Skill page: https://clawhub.ai/benchen4395/paper-reference-checker
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install paper-reference-checker

ClawHub CLI

Package manager switcher

npx clawhub@latest install paper-reference-checker
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the instructions: extracting citations from PDFs/Overleaf/links and querying Google Scholar, arXiv, CNKI, Crossref, etc. The skill does not request unrelated environment variables, binaries, or config paths.
Instruction Scope
Instructions focus on targeted extraction and multi-database querying (DOI/arXiv/Google Scholar/CNKI/etc.). This is appropriate, but the SKILL.md assumes the agent will perform web queries/scraping (e.g., Google Scholar) without discussing rate limits, terms-of-service, or how to handle private Overleaf projects — users should expect the agent to read uploaded PDFs or any public links they provide.
Install Mechanism
No install spec and no code files — instruction-only. No downloads or packages are requested, which minimizes disk/write risk.
Credentials
The skill requests no environment variables, credentials, or config paths. This is proportionate to the stated purpose; however, the skill assumes access to publicly-queryable databases and user-supplied documents/links.
Persistence & Privilege
always is false and there is no indication the skill attempts to persist or modify agent/system configuration. Autonomous invocation is allowed by default, which is normal and not by itself concerning here.
Assessment
This skill is instruction-only and coherent with its purpose, but before installing/using it consider: (1) it will read any PDFs or Overleaf links you provide — do not upload sensitive or private documents unless you consent; (2) queries to Google Scholar and other databases may involve scraping and could be rate-limited or violate a provider's terms of service — expect possible blocking or incomplete results; (3) private Overleaf projects require credentials which the skill does not request — the agent can't access private content without you providing access; and (4) there is no install code or external service where your data is sent, but you should still avoid sharing confidential material. If you need checks against subscription-only databases, plan for providing appropriate access tokens and verify compliance with those services' policies.

Like a lobster shell, security has layers — review code before you run it.

latestvk97e6eahfqx6pmjdypf005wfhn84ccp0
208downloads
4stars
3versions
Updated 2w ago
v1.2.1
MIT-0

Paper Reference Checker

Systematically verify academic references to detect AI-hallucinated or fabricated citations. Queries Google Scholar, arXiv, CNKI, and other databases.


Core Workflow

Phase 1: Citation Extraction (Token-Efficient First)

ALWAYS use targeted extraction before full-document reading — saves 80–95% tokens.

Input TypePrimary MethodFallback
arXiv linkarxiv.org/html/{ID} → find references sectionFull HTML, then PDF
PDF fileLast 15–20% of pages onlyExpand to 30% → 50% → full
Overleaf linkRegex cite-keys from .tex → filter .bib/.bblInline bibitem in .tex
Pasted listParse directly

Phase 2: Multi-Platform Querying (Priority Order)

  1. DOIhttps://doi.org/{DOI} — resolves = ✅ confirmed
  2. arXiv IDhttps://arxiv.org/abs/{ID} — match = ✅ confirmed
  3. Google Scholar → search "Full Title"
  4. arXiv search → arxiv.org/search/
  5. CNKI → cnki.net
  6. Fallbacks: Semantic Scholar · PubMed · IEEE Xplore · ACM DL · DBLP

Phase 3: Authenticity Judgment

StatusLabelCriteria
VERIFIEDFound in ≥1 authoritative DB
⚠️UNCERTAINPartial match
NOT FOUNDNo match across all queried channels
🔴FABRICATEDNon-existent venue, unresolvable DOI
🔗BROKEN CITATION[?] marker in PDF body

Phase 4: Report Output

See examples/sample-report.md for full example.

Support Files

FilePurpose
references/citation-extraction.mdFormat rules
references/search-strategies.mdPer-database query tactics
references/verification-criteria.mdDecision flowchart
scripts/extract_references.mdFull decision tree
examples/sample-report.mdComplete report example
examples/bibtex-example.bibAnnotated BibTeX

Databases

Google Scholar · arXiv · CNKI · Semantic Scholar · PubMed · IEEE Xplore · ACM DL · DBLP · DOI Resolver · Crossref

Comments

Loading comments...