From science-agent
Verifies a single DOI against CrossRef, reporting canonical title, authors, and venue. Flags missing or mismatched metadata.
How this command is triggered — by the user, by Claude, or both
Slash command
/science-agent:verifyThe summary Claude sees in its command listing — used to decide when to auto-load this command
Run DOI verification: Report the canonical title, authors, and venue. Flag if CrossRef has no record (likely fabricated) or if the metadata diverges from what the user expected.
Run DOI verification:
NODE_PATH="${CLAUDE_PLUGIN_DATA}/node_modules" node "${CLAUDE_PLUGIN_ROOT}/cli.js" verify $ARGUMENTS
Report the canonical title, authors, and venue. Flag if CrossRef has no record (likely fabricated) or if the metadata diverges from what the user expected.
npx claudepluginhub andyed/science-agent --plugin science-agent/factcheckVerifies BibTeX entries and cited claims in research papers by cross-referencing author names, venues, years, and numerical claims against DBLP and web sources. Produces a structured correction report.
/paper-referencesVerifies ML paper references against arXiv, Crossref, DBLP, and Semantic Scholar. Detects hallucinated citations, preprint/preprint status, and missing fields, then auto-fixes or reports issues.
/verify-citationsValidates all citations, references, and factual claims in markdown files against a research corpus, detects hallucinations and GRADE violations, and generates a pass/fail audit report.
/verify-citationsVerifies all citations in the main LaTeX file against the BibTeX bibliography using paper search tools. Classifies each as OK, PARTIAL, MISMATCH, UNVERIFIED, or MISSING and outputs a report.
/ars-cache-invalidateInvalidates cached verification entries for a single citation key so the next pipeline run re-verifies it live against Crossref, OpenAlex, Semantic Scholar, and arXiv.
/paper-reviewRuns pre-submission audit of current paper using parallel review agents, checking content, arguments, numbers, references, DOIs, writing, figures, formatting, replication. Produces severity-ranked report with journal-readiness checklist.