analisi-sinistro

analisi-sinistro is a skill for Claude Code from capazme/mcp-legal-it. It costs 87 tokens per session (927 once invoked), scanned A, original, Apache-2.0.

An Italian legal analysis tool for calculating non-economic injury compensation after road, medical, or workplace accidents.

In plain words
What is it for?
Use it to estimate compensation from the victim's age and disability percentage, then apply a justified adjustment for exceptional circumstances.
Why use it?
It helps apply the relevant compensation tables, inflation adjustment, and compensatory interest without treating overlapping forms of harm as separate totals.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the legal-it plugin — 23 skills, 8 commands, 6 agents, 1 hook, 1 MCP server shipped together

Good fit Use it to estimate compensation from the victim's age and disability percentage, then apply a justified adjustment for exceptional circumstances.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/capazme/mcp-legal-it/analisi-sinistro
Install

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.

Any agent
npx skills add capazme/mcp-legal-it --skill analisi-sinistro
Clone the repo
git clone --depth 1 https://github.com/capazme/mcp-legal-it

Made for: Claude Code.

Or install legal-it, the plugin that ships this one along with the rest of its 23 skills, 8 commands, 6 agents, 1 hook, 1 MCP server.

Wrote 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.

agentmods badge for analisi-sinistro

README.md
[![agentmods](https://agentmods.dev/badge/skills/capazme/mcp-legal-it/analisi-sinistro/github.svg)](https://agentmods.dev/skills/capazme/mcp-legal-it/analisi-sinistro)
Your own site
<a href="https://agentmods.dev/skills/capazme/mcp-legal-it/analisi-sinistro"><img src="https://agentmods.dev/badge/skills/capazme/mcp-legal-it/analisi-sinistro/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.

agentmods 80×15 button for analisi-sinistro

Your own site · 80×15
<a href="https://agentmods.dev/skills/capazme/mcp-legal-it/analisi-sinistro"><img src="https://agentmods.dev/badge/skills/capazme/mcp-legal-it/analisi-sinistro.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 87 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 927 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00087 $0.00927
Opus 5 $0.00044 $0.00464
Sonnet 5 $0.00017 $0.00185
Haiku 4.5 $0.00009 $0.00093

Measured 12d ago against content hash b5b0b7c90ef0, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

analisi-sinistro 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.

plugin/skills/analisi-sinistro/SKILL.md · 63 lines

How it starts

The opening of the file, as written. The whole thing — 63 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Analisi Sinistro

Quantificazione del danno NON PATRIMONIALE da sinistro stradale, sanitario o lavorativo.

Principio (Cass. SS.UU. 26972/2008, «San Martino»): il danno non patrimoniale è UNITARIO (art. 2059 c.c.). Biologico, morale ed esistenziale sono aspetti di un unico pregiudizio, NON poste autonome da sommare. Le Tabelle di Milano liquidano un valore COMPLESSIVO che già incorpora la componente morale.

Workflow

1. Danno non patrimoniale (valore complessivo, unitario)

Chiama UNA SOLA VOLTA legal-it:danno_non_patrimoniale con percentuale_invalidita (intero) e eta_vittima (intero). Usa le Tabelle di Milano (macro >9%) o l'art. 139 Cod. Ass. (micro ≤9%). Il valore restituito è GIÀ comprensivo del danno morale.

NON chiamare in aggiunta un tool di "danno morale" da sommare: duplicherebbe la componente già inclusa (unitarietà del danno non patrimoniale).

2. Personalizzazione (solo se motivata da circostanze eccezionali)

Solo in presenza di circostanze peculiari documentate, applica una personalizzazione ENTRO i tetti massimi della tabella (calcolata sulla componente biologica), tramite personalizzazione_pct. NON è una seconda voce cumulata: è un incremento del valore tabellare entro i limiti. In base al tipo:

  • Stradale: dinamica relazionale (mobilità, lavoro, sport)
  • Sanitario: sofferenza iatrogena da errore medico
  • Lavoro: incidenza sulla capacità lavorativa specifica

3. Rivalutazione monetaria (debito di valore)

Chiama legal-it:rivalutazione_monetaria dalla data del sinistro a oggi.

4. Interessi compensativi (Cass. SS.UU. 1712/1995)

NON calcolare gli interessi sul capitale INTERAMENTE rivalutato all'attualità: sarebbe la sovra-compensazione censurata dalle SS.UU. Calcolali sulla somma PROGRESSIVAMENTE rivalutata anno per anno o, in via semplificata, sul VALORE MEDIO tra somma originaria e somma finale rivalutata: chiama legal-it:interessi_legali sulla base (somma_originaria + somma_rivalutata) / 2.

Output atteso

Read the full file on GitHub · 63 lines

Changes

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.

  1. 12d ago First seen · 63 lines · 87 tokens per session scan A b5b0b7c90ef0

Subscribe to this mod's changes

analisi-sinistro is a skill published in the GitHub repository capazme/mcp-legal-it (15 stars, last pushed 2d ago), licensed Apache-2.0. It adds 87 tokens to every session and 927 once invoked, about $0.0004 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-30.

Related

Other skills, from other repositories

grc-compliance

Build ServiceNow GRC — sncompliancepolicy lifecycle, sncompliancecontrol tests, snriskrisk assessment with inherent/residual scoring, audit engagements, and findings remediation.

serac-labs/serac · 42 tokens

vendor-management

Manage ServiceNow vendors and contracts — corecompany vendor records, astcontract with renewal alerts, astcontractsla performance tracking, vendorriskassessment scoring, and vendor scorecards.

serac-labs/serac · 40 tokens

lawyer-expert

Expert-level legal systems, contracts, compliance, and legal technology. Use when the user mentions legal, contracts, compliance, law, or legal tech, or when the task involves Legal Systems, Legal Technology, Compliance Frameworks, or Contract Management.

personamanagmentlayer/pcl · 54 tokens

compliance-audit-workflow

Run a compliance audit Mistral Workflow, query mid-run findings via workflowinteract(action="query"), and signal approval or escalation decisions at checkpoints via workflowinteract(action="signal"). Use when the user wants to run a compliance audit (GDPR, SOC2, PCI-DSS, etc.) against a deployed Mistral Workflow.

Swih/mistral-mcp · 68 tokens

contract-analyzer

OCR a contract PDF with mistralocr, then extract structured clauses and risk scores with mistralchat + jsonschema. Use when the user provides a contract document to analyze for risks, obligations, and key terms.

Swih/mistral-mcp · 44 tokens

contract-review-workflow

Trigger a deployed Mistral Workflow for contract review, poll execution status, detect human-in-the-loop checkpoints via workflowinteract(query), collect approval or changes, and resume the workflow via workflowinteract(signal). Use when the user wants to run a contract through a Mistral Workflow with oversight…

Swih/mistral-mcp · 61 tokens