AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Citation Verifier

skill-boom5426-nature-paper-skills-citation-verifier · by Boom5426

Use when checking manuscript citations, bibliography hygiene, DOI or PMID completeness, placeholder references, or BibTeX consistency before submission or revision.

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-boom5426-nature-paper-skills-citation-verifier

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-boom5426-nature-paper-skills-citation-verifier)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Citation Verifier? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Citation Verifier

Overview

Use this skill when citation integrity is the bottleneck. It is narrower and more operational than general writing skills: the goal is to catch unverifiable references, missing identifiers, duplicated BibTeX keys, placeholder citations, and mismatches between local citation artifacts before they become submission problems.

Use this skill together with scientific-writing or submission-audit, not instead of them.

When To Use

Use this skill when:

  • a manuscript is close to submission or resubmission
  • the bibliography may contain placeholders, guessed entries, or stale metadata
  • a .bib file needs a hygiene pass
  • the draft mixes DOI, arXiv, PMID, or plain-text references inconsistently
  • you need to verify that local citation artifacts are ready before manual or online source verification

Do not use this skill for:

  • generic literature discovery from scratch
  • full manuscript restructuring
  • venue formatting that does not depend on citation integrity

Local First Pass

Start with a local citation scan before any online verification.

The helper script:

python ~/.codex/skills/citation-verifier/scripts/scan_citations.py path/to/file_or_dir [...]
# Claude Code (global install): replace ~/.codex/skills with ~/.claude/skills
# Claude Code (project-local install): replace ~/.codex/skills with .claude/skills

Use it to find:

  • [CITATION NEEDED] or similar placeholders
  • PLACEHOLDER_... citation keys
  • TODO: verify markers
  • DOI, arXiv, and PMID tokens
  • LaTeX \cite{...} keys
  • duplicate BibTeX keys inside .bib files

Treat imported BibTeX and Google Scholar-style exports as draft metadata, not as verified truth.

Verification Order

  1. Scan the local draft and bibliography artifacts.
  2. Remove or flag all placeholder citations.
  3. Check BibTeX-key uniqueness and obvious identifier gaps.
  4. Normalize metadata fields that are commonly wrong in copied BibTeX:
  • author list and spelling
  • year
  • venue or journal name
  • volume, issue, pages, or article number
  • DOI versus preprint identifier
  1. For every citation that matters to a scientific claim, verify the paper exists in trusted sources.
  2. If a claim depends on a specific result, confirm the cited paper actually supports that claim.
  3. Only then finalize formatting for the venue.

Trusted Verification Sources

Prefer this order when moving beyond local scans:

  • publisher page or DOI resolver
  • PubMed for biomedical papers
  • arXiv for preprints
  • Crossref or Semantic Scholar for metadata cross-checking
  • Google Scholar only as a fallback discovery aid, not as the sole source of truth

Common Failure Modes

  • writing BibTeX from memory
  • leaving placeholder citation keys in the draft
  • assuming an arXiv preprint and published version are interchangeable
  • citing a paper correctly but using it to support a claim it does not make
  • letting duplicate BibTeX keys silently overwrite entries
  • blindly trusting copied Scholar or BibTeX metadata for venue names, pages, years, or DOI fields

Output Standard

When using this skill, report:

  • placeholder or unverifiable items
  • duplicate or suspicious BibTeX keys
  • missing or inconsistent DOI/arXiv/PMID information
  • suspicious metadata fields that need manual correction
  • claims that still need source verification
  • the minimum safe next step before submission

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.