Getting it into your agent
This one installs as part of its plugin. Adding the marketplace and installing the plugin brings it with everything else the plugin ships.
/plugin marketplace add CanXiangCC/aminer-open-skill/plugin install citation-faithfulnessWrote 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/commands/canxiangcc/aminer-open-skill/citation-faithfulness)<a href="https://agentmods.dev/commands/canxiangcc/aminer-open-skill/citation-faithfulness"><img src="https://agentmods.dev/badge/commands/canxiangcc/aminer-open-skill/citation-faithfulness/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/commands/canxiangcc/aminer-open-skill/citation-faithfulness"><img src="https://agentmods.dev/badge/commands/canxiangcc/aminer-open-skill/citation-faithfulness.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.00000 | $0.01985 |
| Opus 5 | $0.00000 | $0.00992 |
| Sonnet 5 | $0.00000 | $0.00397 |
| Haiku 4.5 | $0.00000 | $0.00198 |
Grade A, and why
citation-faithfulness 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 12d 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.
How it starts
The opening of the file, as written. The whole thing — 105 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/citation-faithfulness — Citation Faithfulness Checker
User invoked the Citation Faithfulness skill with:
$ARGUMENTS
Language Routing / 语言路由
- If
$ARGUMENTSor the conversation is mainly Chinese, follow 中文命令流程 and read${CLAUDE_PLUGIN_ROOT}/SKILL.zh.md+${CLAUDE_PLUGIN_ROOT}/references/rubric.md+${CLAUDE_PLUGIN_ROOT}/references/output-schema.md. - Otherwise follow English Command Flow and read
${CLAUDE_PLUGIN_ROOT}/SKILL.md+${CLAUDE_PLUGIN_ROOT}/references/rubric.md+${CLAUDE_PLUGIN_ROOT}/references/output-schema.md. - Parameter names stay English:
pdf,scope,max-refs,output. - Verdict labels (
SUPPORTED/PARTIALLY_SUPPORTED/NOT_SUPPORTED/NOT_IN_SOURCE/UNVERIFIABLE),retrieval_level, and JSON keys stay English.
English Command Flow
1. Pre-flight
Any failed check stops the flow.
- Confirm the user gave an existing local
.pdfpath. If not, ask for one. Never invent or download a paper to check. - Confirm
Read,WebSearch, andWebFetchare usable. If there is no web access, warn the user that without retrieving sources every verdict will beUNVERIFIABLE, and ask whether to proceed. - This is the wrong skill if the user wants to know whether a reference exists / is hallucinated — route them to
/pdf-citation-verifierinstead. AMINER_API_KEYis optional (enrichment only); do not require it and never echo its value.
2. Parse $ARGUMENTS
| Field | Values | Default | Meaning |
|---|---|---|---|
pdf |
absolute PDF path | required | Paper to check |
scope |
all / specific-only / refs:1,12,23 |
all |
Which citations to check |
max-refs |
integer | none | Cap unique sources retrieved (cost guard) |
output |
path | ./citation-faithfulness-<pdf-stem>.json |
Full JSON report path. Always written; defaults to the current working directory, named after the PDF |
If pdf is missing or the path does not exist, stop and ask. If scope: all on a reference-heavy paper, warn about cost (~1 web retrieval per unique source) and offer specific-only or max-refs before starting.
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.
- 12d ago First seen · 105 lines · 0 tokens per session scan A 9cb2b3611b83
citation-faithfulness is a command published in the GitHub repository CanXiangCC/aminer-open-skill (60 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,985 tokens. 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-30.
Other commands, from other repositories
open
Open a PDF in the in-app viewer panel.
brief-compliance-check
Check a LaTeX coursework submission against the requirements in a supplied PDF assessment brief. Use when verifying format, required sections, word limits, or deliverables before submission. Not for general prose proofreading; use $proofread.
pipeline-minutar-pdf
Pipeline completo de sentença judicial a partir de PDF (conversão, linha-tempo, relatório, análise, fundamentação, merge).
docs
Document delivery with export to PPTX, DOCX, PDF formats.
cti-report
Render case deliverables — relationship graph (PNG/SVG/Mermaid) and a polished PDF/DOCX assessment. Usage: /cti-report [--graph|--pdf].
cheatsheet
Generate a one-page exam cheatsheet from course-index and errors/log.md. Outputs to cheatsheet/final.md. Optionally convert to PDF.