Borrowing it
Nothing to install: this file belongs to sluyasu/OpenInsurance. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/sluyasu/OpenInsurance/main/CLAUDE.mdgit clone --depth 1 https://github.com/sluyasu/OpenInsuranceWrote 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/instructions/sluyasu/openinsurance/claude-md)<a href="https://agentmods.dev/instructions/sluyasu/openinsurance/claude-md"><img src="https://agentmods.dev/badge/instructions/sluyasu/openinsurance/claude-md.svg" alt="Measured on agentmods" 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.01305 | $0.01305 |
| Opus 5 | $0.00652 | $0.00652 |
| Sonnet 5 | $0.00261 | $0.00261 |
| Haiku 4.5 | $0.00130 | $0.00130 |
Grade A, and why
OpenInsurance CLAUDE.md 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 — 73 lines — stays where its author put it; the contents beside it link to each section on GitHub.
openinsurance-wiki - operating rules for agents
You are working in a public, open-source, country-agnostic insurance knowledge base. It scrapes insurers' public PDFs and extracts them into a rich, source-cited Markdown wiki. Read this before editing anything.
The eight rules
- No personalized advice. This is an information tool. Never recommend, rank, or score insurers/products, and
never tell a user what to buy. Factual descriptions and neutral side-by-side comparisons only. (Giving
personalized insurance advice requires a license - e.g. FSMA in Belgium.)
This rule is per jurisdiction, and it is deliberately stricter than any single one of them. Switzerland,
for instance, draws the line elsewhere: OS (RS 961.011) art. 182a al. 3 says "les personnes qui fournissent
uniquement des données ou des informations ne sont pas considérées comme des intermédiaires d'assurance", and
al. 2 catches ranking and price comparison only for those who "ont un intérêt économique" in a contract being
concluded. So in Switzerland the exposure comes from monetisation, not from comparing. Keeping the strict
rule everywhere is the simple way to be safe in all of them at once; before relaxing it anywhere, check that
jurisdiction's own text, and note that monetising the project would change the analysis in Switzerland even
if nothing else changed. Per-country detail lives in
_meta/<cc>-market-census.md. - Never edit generated pages. Anything with
generated: truein its frontmatter (everything underwiki/**/products/andwiki/**/insurers/) is produced bypipeline/build_wiki.pyfrom the extraction data. To fix a fact, edit the JSON indata/<cc>/extracted/(or fix the prompt/re-extract) and rebuild. Editing a generated.mdby hand will be overwritten. - Every product fact traces to a source. Each product page cites its
source_urland page numbers. If a claim can't be tied to the source document, it does not go on the page. When in doubt, leave it out. - Grounded, not inferred. The extraction transcribes and structures what the PDF says. Do not generalize, infer market norms, or fill gaps from outside knowledge. Observation ≠ inference - keep them separate.
- Freshness is explicit. Every page carries a
freshnessdate (and products carry the PDFedition_date). Flag stale editions rather than hiding them. - Gaps are labeled, not hidden. Missing coverage, an unresolved PDF URL, or an unwritten page → mark it
(
status: stub, an explicit "not found" note). Silent omission reads as false completeness. - Reproducibility is sacred. Every input (sources, prompts, schema) is committed; every output is regenerable. Don't introduce a hidden dataset, a hand-tweaked generated page, or a non-committed prompt.
- Mind dates, versions, extensions. Never conflate an old edition of a product with the current one. Capture
edition_date; group byproduct_family; the newer edition supersedes the older (linked, not deleted). Variants (channel/formula) are parallel, not superseded. An extension/option is not a standalone product (is_extension/extends). See CONTRIBUTING.md "Versions, editions & extensions". - Insurance products only. A wiki page documents a contractual or pre-contractual document of a specific
insurance product (CG, CP, IPID/DIC, product-specific tariff or limits table, product sheet, notice,
règlement mutualiste, assistance convention). Company statutes, financial/fund reports, activity
nomenclatures, generic legal notices tied to no single product, commercial-discount riders, industry-wide
conventions and service conventions carrying no insurance cover are out of scope: mark the source row
out_of_scope: "<reason>"instead of ingesting it (the row stays, the decision is recorded). The extraction agent refuses them (out_of_scope_reason), and validate blocks any that slip through. See CONTRIBUTING.md "Scope: what belongs in the wiki".
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 · 73 lines · 1,305 tokens per session scan A cacd613a7b58
OpenInsurance CLAUDE.md is an instructions file published in the GitHub repository sluyasu/OpenInsurance (1 stars, last pushed 1mo ago), licensed MIT. It adds 1,305 tokens to every session, about $0.0065 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 instructions, from other repositories
next.js AGENTS.md
AGENTS.md instructions for vercel/next.js, covering next.js development guide, codebase structure, monorepo overview, core package: packages/next and other important packages.
codex AGENTS.md
AGENTS.md instructions for openai/codex, covering rust/codex-rs, the codex-core crate, code review rules, crate api surface and model visible context.
vscode buildNext.instructions.md
Working notes and architecture documentation for the new esbuild-based build system in build/next. Use when making changes to the new build pipeline (transpile/bundle commands, NLS plugin, source-map handling, resource copying, or self-hosting watch tasks).
vscode oss-third-party-notices.instructions.md
Instructions for microsoft/vscode, covering vs code oss third-party-notices pipeline, architecture, pipeline flow in ci, applying the notice (cutover) and fallback chain (never fail the build).
langchain AGENTS.md
AGENTS.md instructions for langchain-ai/langchain, covering global development guidelines for the langchain monorepo, corridor security analysis, project architecture and context, monorepo structure and development tools & commands.
spec-kit AGENTS.md
AGENTS.md instructions for github/spec-kit, covering agents.md, about spec kit and specify, quickstart — add a new integration in 5 steps, integration architecture and integrationmanifest — file tracking.