Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add papersflow-ai/papersflow-skills --skill citation-verifiergit clone --depth 1 https://github.com/papersflow-ai/papersflow-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/papersflow-ai/papersflow-skills/citation-verifier)<a href="https://agentmods.dev/skills/papersflow-ai/papersflow-skills/citation-verifier"><img src="https://agentmods.dev/badge/skills/papersflow-ai/papersflow-skills/citation-verifier/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/papersflow-ai/papersflow-skills/citation-verifier"><img src="https://agentmods.dev/badge/skills/papersflow-ai/papersflow-skills/citation-verifier.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00048 | $0.00555 |
| Opus 5 | $0.00024 | $0.00278 |
| Sonnet 5 | $0.00010 | $0.00111 |
| Haiku 4.5 | $0.00005 | $0.00056 |
Grade A, and why
citation-verifier scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Citation Verifier
Use this skill when the user wants to quickly verify or normalize a single paper reference rather than run a full literature search.
Workflow
- Accept whatever the user provides: DOI, URL, arXiv ID, PubMed ID, citation string, or a partial title.
- Call
verify_citationwith the raw input. - If verification succeeds, call
fetchwith the resolved identifier to get the full paper record. - Present the normalized result.
Output Style
Return a clean, structured card with:
- Title — full paper title
- Authors — first three authors, et al. if more
- Year — publication year
- Venue — journal or conference
- DOI — canonical DOI if available
- Identifiers — any additional IDs (arXiv, PubMed, Semantic Scholar)
- Status — whether the citation was verified successfully or had issues
If verification fails or is ambiguous, say so clearly and suggest what the user can try (e.g., a more complete title, a different identifier).
Tool Guidance
Use verify_citation
Always call this first. It handles:
- DOI strings (with or without resolver prefix)
- arXiv IDs (e.g.,
2301.12345,arXiv:2301.12345) - PubMed IDs
- full or partial URLs from publisher sites, Semantic Scholar, Google Scholar
- free-text citation strings (e.g., "Smith et al. 2020, Neural networks for...")
Use fetch
Call after successful verification to hydrate the full paper record with abstract, citation count, and venue details.
Do NOT use
search_literature— this skill is for a known reference, not topic discoveryget_citation_graph— the user wants verification, not graph exploration
Examples
- User pastes:
10.1038/s41586-021-03819-2 - User pastes:
https://arxiv.org/abs/2301.12345 - User says: "Check this cite: Vaswani et al., Attention Is All You Need, NeurIPS 2017"
- User says: "Is this DOI valid? 10.1234/fake.doi.000"
- User pastes a Semantic Scholar or Google Scholar URL
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 59 lines · 48 tokens per session scan A a3610d48bafa
citation-verifier is a skill published in the GitHub repository papersflow-ai/papersflow-skills (5 stars, last pushed 6mo ago), licensed MIT. It adds 48 tokens to every session and 555 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
arboreto
Infer gene regulatory networks (GRNs) from gene expression data using scalable algorithms (GRNBoost2, GENIE3). Use when analyzing transcriptomics data (bulk RNA-seq, single-cell RNA-seq) to identify transcription factor-target gene relationships and regulatory interactions. Supports distributed computation for…
adaptyv
Cloud laboratory platform for automated protein testing and validation. Use when designing proteins and needing experimental validation including binding assays, expression testing, thermostability measurements, enzyme activity assays, or protein sequence optimization. Also use for submitting experiments via API…
claude-ally-health
A health assistant skill for medical information analysis, symptom tracking, and wellness guidance.
openevidence
Query OpenEvidence (clinical evidence assistant) without an MCP server. Closely mirrors the openevidence-mcp tool surface - check auth, list question history, fetch an article, or ask a new question (with optional follow-up thread). Use when the user asks medical / evidence-based clinical questions, references…
pi-autoresearch-loop
Skill "pi-autoresearch-loop" from twaldin/flt, covering pi-autoresearch — autonomous experiment loop, installation, quick start, core concepts and two-file persistence model.
nutrition
Review or plan fueling and hydration for training and racing.