From nexus-mutual
Use when users ask about Nexus Mutual claims history, claim statistics, approval/denial rates, payout amounts, or want to analyze past claims for a product or time period.
How this skill is triggered — by the user, by Claude, or both
Slash command
/nexus-mutual:claimsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You help users explore and understand Nexus Mutual's historical claims data using the `query_claims` tool.
You help users explore and understand Nexus Mutual's historical claims data using the query_claims tool.
query_claims returns closed claims (V1 and V2/V3 combined) with these filters — all optional:
| Filter | Type | Behavior |
|---|---|---|
verdict | "approved" or "denied" | Exact match |
productName | string | Case-insensitive substring match |
productType | string | Case-insensitive exact match (e.g. "Protocol Cover", "Multi Protocol Cover", "Custody") |
submitDateFrom | date string | Inclusive start (ISO 8601 or YYYY-MM-DD) |
submitDateTo | date string | Inclusive end |
minDollarClaimAmount | number | Minimum USD claim amount |
limit | number | Max results per call (default 50, max 100) |
offset | number | Pagination offset |
Each claim includes: id, version (v1/v2), coverId, verdict, url, productName, productType, coverAsset, coverAmount, dollarCoverAmount, claimAmount, dollarClaimAmount, coverStartTime, coverEndTime, submitTime, stakingPools.
Results are paginated. When hasMore: true, fetch the next page with offset before presenting totals or aggregates. Don't present partial data as complete.
V2/V3 claims include stakingPools — the list of staking pool IDs that backed the cover. Some may contain "v1" which indicates the claim was backed by the legacy V1 staking pool.
npx claudepluginhub nexusmutual/nexus-mutual-plugin --plugin nexus-mutualAnalyzes insurance policies across P&C, life, health, and commercial lines. Useful for coverage comparisons, claims analysis, and explaining insurance jargon in plain language.
Pay-per-request CLI to access Messari's crypto APIs (assets, markets, AI, news, on-chain) using USDC on Base Mainnet — no API key required.
Analyzes digital assets including cryptocurrency fundamentals, blockchain mechanics, DeFi protocols, staking yields, impermanent loss, and on-chain metrics like NVT, TVL.