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 ololand-ai/ololand-plugins --skill citation-disciplinegit clone --depth 1 https://github.com/ololand-ai/ololand-pluginsWrote 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/ololand-ai/ololand-plugins/citation-discipline)<a href="https://agentmods.dev/skills/ololand-ai/ololand-plugins/citation-discipline"><img src="https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/citation-discipline/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/ololand-ai/ololand-plugins/citation-discipline"><img src="https://agentmods.dev/badge/skills/ololand-ai/ololand-plugins/citation-discipline.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.00054 | $0.00718 |
| Opus 5 | $0.00027 | $0.00359 |
| Sonnet 5 | $0.00011 | $0.00144 |
| Haiku 4.5 | $0.00005 | $0.00072 |
Grade A, and why
citation-discipline 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 6d 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 — 37 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Citation Discipline
Every dollar figure, percentage, multiple, ratio, name, date, or factual claim about a deal must cite the source.
Inline citation format — [N] markers
When search_deal_documents (or any document-retrieval MCP tool) returns evidence, each chunk is prefixed with a stable reference number: [1] Source: file=10-K.pdf, p.42, [2] Source: file=audit.pdf, p.8, and so on.
After every claim you make in your final answer, write the corresponding [N] token. In OloLand-aware UIs (the AI Assistant, Claude Cowork, Claude Code with the plugin loaded), these become clickable links that open the source PDF at the cited page.
Examples:
- "SigmaTron's revenue declined 18.5% YoY to $304.7M in FY2025 [1]."
- "Auditors flagged a material weakness in revenue recognition [2], and the company has been in covenant default since August 2024 [3, 5]."
- "Combined leverage stands at 5.0x EBITDA [1, 4]."
Use multiple numbers in one bracket — [1, 4] — when a single claim is supported by multiple chunks. Order them ascending.
Rules (hard)
- Never invent numbers. Only cite
[N]values that actually appeared in a tool result this turn. If you didn't retrieve chunk[7], do not write[7]. OloLand-aware runtimes will strip out-of-range markers and log a warning when this happens — the answer looks worse, not better, with stale numbers. - No citation, no figure. If you cannot cite the source, do not state the number. Say what you searched and what is still missing.
- Reconcile conflicts explicitly. If
[1]reports $X and[3]reports $Y, surface the discrepancy and cite both. Use thesource-hierarchyskill to decide which one leads. - Computed metrics show the formula and cite each input. "EBITDA margin = $7.7M ÷ $304.7M = 2.5% [1]" — the inputs come from
[1]. - No round-trip hallucination. Don't restate a number you computed as if a source said it.
- Greetings and identity questions don't need citations. This rule only applies when you're answering a factual deal question.
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.
- 6d ago First seen · 37 lines · 54 tokens per session scan A c8fc307a3dac
citation-discipline is a skill published in the GitHub repository ololand-ai/ololand-plugins (0 stars, last pushed 5d ago), licensed Apache-2.0. It adds 54 tokens to every session and 718 once invoked, about $0.0003 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-09-03.
Other skills, from other repositories
dcf-model
Build discounted cash flow valuation workbooks in Excel.
comps-analysis
Build comparable-company valuation workbooks in Excel.
excel-author
Build auditable financial workbooks headless via openpyxl.
pitch-deck
Populates investment banking pitch deck templates with data from source files. Use when: user provides a PowerPoint template to fill in, user has source data (Excel/CSV) to populate into slides, user mentions populating or filling a pitch deck template, or user needs to transfer data into existing slide layouts. Not…
lbo-model
This skill should be used when completing LBO (Leveraged Buyout) model templates in Excel for private equity transactions, deal materials, or investment committee presentations. The skill fills in formulas, validates calculations, and ensures professional formatting standards that adapt to any template structure.
audit-xls
Audit a spreadsheet for formula accuracy, errors, and common mistakes. Scopes to a selected range, a single sheet, or the entire model (including financial-model integrity checks like BS balance, cash tie-out, and logic sanity). Triggers on "audit this sheet", "check my formulas", "find formula errors", "QA this…