| Generate and verify BibTeX entries from paper notes, writing `citations/ref.bib` and `citations/verified.jsonl`.
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill citation-verifier
Generate citations/ref.bib and ensure every entry has a traceable verification record in citations/verified.jsonl.
When network access is restricted, prefer a “record now, verify later” workflow: keep URLs/titles consistent and leave a clear verification note.
papers/paper_notes.jsonlcitations/ref.bibcitations/verified.jsonlbibkey, title, url, year, authors from papers/paper_notes.jsonl.citations/ref.bib:arxiv_id / primary_category exist (eprint, archivePrefix, primaryClass).citations/verified.jsonl with at least:bibkey, title, url, datenotes field (e.g., “auto-generated; needs manual verification”) and/or request human confirmation depending on your policy.verified.jsonl record.url/date/title in verification records.When network access is restricted, run in offline mode to produce auditable records now, then verify later.
verification_status: offline_generated--verify-onlyverification_statusoffline_generated: record was generated without network verification (needs later verification)verified_online: URL/title verified successfully by the scriptverify_failed: verification was attempted but failed (network error or title mismatch)needs_manual_verification: missing/ambiguous fields (e.g., empty url/title)uv run python .codex/skills/citation-verifier/scripts/run.py --helpuv run python .codex/skills/citation-verifier/scripts/run.py --workspace <workspace> --offline--offline: do not attempt network verification; write verification_status=offline_generated--verify-only: verify existing citations/verified.jsonl records (does not rewrite BibTeX)--verification-note <text>: stored in citations/verified.jsonl notesuv run python .codex/skills/citation-verifier/scripts/run.py --workspace <workspace> --offline --verification-note "auto-generated; needs manual verification"uv run python .codex/skills/citation-verifier/scripts/run.py --workspace <workspace> --verify-onlyurl, date, title.{} in titles to keep bibtex parsing robust.& % $ # _) and rewrites superscript patterns like X^N or X$^N$ as X\textsuperscript{N} to keep LaTeX builds stable.url fields (BibTeX styles wrap them with \url{...}); @misc uses howpublished=\url{...}.offline_generated as a to-do for human/network verification.bibkey / missing url in notesSymptom:
citations/ref.bib is missing entries, or verified.jsonl has empty url/title.Causes:
papers/paper_notes.jsonl lacks bibkey/url fields.Solutions:
bibkey and a canonical url.verification_status=offline_generatedSymptom:
Causes:
--offline was used, or network verification was unavailable.Solutions:
--verify-only to upgrade records.citations/verified.jsonl with notes.citations/verified.jsonl record.url, date, title.Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.
Identifies high-quality leads for your product or service by analyzing your business, searching for target companies, and providing actionable contact strategies. Perfect for sales, business development, and marketing professionals.
Use this skill to query your Google NotebookLM notebooks directly from Claude Code for source-grounded, citation-backed answers from Gemini. Browser automation, library management, persistent auth. Drastically reduced hallucinations through document-only responses.
Efficient database search tool for bioRxiv preprint server. Use this skill when searching for life sciences preprints by keywords, authors, date ranges, or categories, retrieving paper metadata, downloading PDFs, or conducting literature reviews.
Query and analyze scholarly literature using the OpenAlex database. This skill should be used when searching for academic papers, analyzing research trends, finding works by authors or institutions, tracking citations, discovering open access publications, or conducting bibliometric analysis across 240M+ scholarly works. Use for literature searches, research output analysis, citation analysis, and academic database queries.
Access USPTO APIs for patent/trademark searches, examination history (PEDS), assignments, citations, office actions, TSDR, for IP analysis and prior art searches.
Multiagent AI system for scientific research assistance that automates research workflows from data analysis to publication. This skill should be used when generating research ideas from datasets, developing research methodologies, executing computational experiments, performing literature searches, or generating publication-ready papers in LaTeX format. Supports end-to-end research pipelines with customizable agent orchestration.
Automated LLM-driven hypothesis generation and testing on tabular datasets. Use when you want to systematically explore hypotheses about patterns in empirical data (e.g., deception detection, content analysis). Combines literature insights with data-driven hypothesis testing. For manual hypothesis formulation use hypothesis-generation; for creative ideation use scientific-brainstorming.
Take willoscar/citation-verifier from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.