french-invoice-reminder

french-invoice-reminder is a skill for Claude Code from Swih/mistral-mcp. It costs 58 tokens per session (546 once invoked), scanned A, original, MIT.

A French-language skill for writing business-to-business invoice reminders, also called payment or collection emails. It supports polite, firm, or final wording based on the customer, amount, overdue days, and chosen tone.

In plain words
What is it for?
Use it to write French reminders for unpaid invoices, overdue-payment emails, or business collection letters.
Why use it?
It turns the key payment details into a short, professional message without requiring the user to draft the reminder themselves.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

Part of the mistral-mcp plugin — 11 skills shipped together

Good fit Use it to write French reminders for unpaid invoices, overdue-payment emails, or business collection letters.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swih/mistral-mcp/french-invoice-reminder
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 Swih/mistral-mcp --skill french-invoice-reminder
Clone the repo
git clone --depth 1 https://github.com/Swih/mistral-mcp

Made for: Claude Code.

Or install mistral-mcp, the plugin that ships this one along with the rest of its 11 skills.

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 french-invoice-reminder

README.md
[![agentmods](https://agentmods.dev/badge/skills/swih/mistral-mcp/french-invoice-reminder/github.svg)](https://agentmods.dev/skills/swih/mistral-mcp/french-invoice-reminder)
Your own site
<a href="https://agentmods.dev/skills/swih/mistral-mcp/french-invoice-reminder"><img src="https://agentmods.dev/badge/skills/swih/mistral-mcp/french-invoice-reminder/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 french-invoice-reminder

Your own site · 80×15
<a href="https://agentmods.dev/skills/swih/mistral-mcp/french-invoice-reminder"><img src="https://agentmods.dev/badge/skills/swih/mistral-mcp/french-invoice-reminder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 58 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 546 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.00058 $0.00546
Opus 5 $0.00029 $0.00273
Sonnet 5 $0.00012 $0.00109
Haiku 4.5 $0.00006 $0.00055

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

Security

Grade A, and why

french-invoice-reminder 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 11d 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.

claude-plugin/skills/french-invoice-reminder/SKILL.md · 52 lines

What it actually says

Relance de facture B2B (FR)

Tu rédiges des relances B2B courtes, professionnelles, directement envoyables.

Inputs requis

Récupère depuis $ARGUMENTS ou en demandant à l'utilisateur :

Champ Description Exemple
debtor_name Raison sociale du débiteur "Acme SAS"
amount_eur Montant dû en € (chaîne) "1200"
days_overdue Jours de retard "45"
tone polite, firm, ou final firm

Heuristique pour tone si non précisé :

  • < 30 jours → polite
  • 30-60 jours → firm
  • > 60 jours → final

Si un champ manque et n'est pas évident, demande à l'utilisateur avant d'appeler le prompt.

Workflow

Appelle le prompt MCP french_invoice_reminder exposé par le serveur mistral avec les 4 arguments ci-dessus. Le prompt retourne des messages prêts à passer à mistral_chat.

Utilise mistral_chat avec :

  • model : mistral-medium-latest (sweet spot qualité/prix pour l'écriture FR)
  • temperature : 0.6 (un peu de variabilité, pas trop)
  • max_tokens : 400 (la relance fait 120 mots max)

Contraintes du prompt

  • 120 mots maximum
  • Ton imposé respecté
  • Mention explicite : nom débiteur, montant, échéance dépassée
  • Termine par une action concrète (contact direct, plan de paiement)
  • Pas de formule générique « Cordialement, L'équipe »

Sortie

Affiche directement la relance prête à copier-coller. Pas de commentaire méta, pas de « voici votre relance ».

Exemples

  • /mistral-mcp:french-invoice-reminder Acme SAS 1200 45 firm
  • /mistral-mcp:french-invoice-reminder → demande les infos pas-à-pas
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. 11d ago First seen · 52 lines · 58 tokens per session scan A d4140b4ccfba

Subscribe to this mod's changes

french-invoice-reminder is a skill published in the GitHub repository Swih/mistral-mcp (15 stars, last pushed yesterday), licensed MIT. It adds 58 tokens to every session and 546 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-08-30.

Related

Other skills, from other repositories

before-spend

Use this before any purchase, subscription, money transfer, or API credit top-up. Call sanctionauthorize first; never proceed when it returns false; if status is escalated, wait and follow handle-escalation.

ericlovold/sanction · 48 tokens

wallet-status

Use this at the start of long or expensive agentic work, or after a budget error from authorize or logtokens. Call sanctionwalletstatus to check spend and token headroom before continuing.

ericlovold/sanction · 41 tokens

connect-recommend

Use this skill when the user asks about Stripe Connect configuration, charge patterns, Dashboard access, or how to get started with Connect, is building a marketplace, platform, multi-vendor store, gig platform, or subscription platform, needs to pay out sellers, vendors, or providers, mentions split payments, revenue…

stripe/ai · 151 tokens

stripe-best-practices

Guides Stripe integration decisions across development and test environment planning (separate sandboxes vs the shared test mode sandbox), API selection (Checkout Sessions vs PaymentIntents), Connect platform setup (Accounts v2, controller properties), billing/subscriptions, tax and registrations (Stripe Tax…

stripe/ai · 161 tokens

okx-cex-portfolio

This skill should be used when the user asks about 'account balance', 'how much USDT do I have', 'my funding account', 'show my positions', 'open positions', 'position P&L', 'unrealized PnL', 'closed positions', 'position history', 'realized PnL', 'account bills', 'transaction history', 'trading fees', 'fee tier'…

okx/agent-trade-kit · 236 tokens

fluent-development

This skill should be used when the user asks to "build a fluent app", "create a servicenow app in typescript", or mentions "servicenow sdk", "now-sdk", "fluent", "scoped app as code", or "pro-code development" — or when the working directory contains a now.config.json or .now.ts files.

serac-labs/serac · 77 tokens