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 Swih/mistral-mcp --skill french-invoice-remindergit clone --depth 1 https://github.com/Swih/mistral-mcpWrote 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/swih/mistral-mcp/french-invoice-reminder)<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.
<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>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.00058 | $0.00546 |
| Opus 5 | $0.00029 | $0.00273 |
| Sonnet 5 | $0.00012 | $0.00109 |
| Haiku 4.5 | $0.00006 | $0.00055 |
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.
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é :
< 30jours →polite30-60jours →firm> 60jours →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
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.
- 11d ago First seen · 52 lines · 58 tokens per session scan A d4140b4ccfba
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.
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.
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.
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-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…
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'…
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.