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-meeting-minutesgit 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-meeting-minutes)<a href="https://agentmods.dev/skills/swih/mistral-mcp/french-meeting-minutes"><img src="https://agentmods.dev/badge/skills/swih/mistral-mcp/french-meeting-minutes/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-meeting-minutes"><img src="https://agentmods.dev/badge/skills/swih/mistral-mcp/french-meeting-minutes.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.00071 | $0.00600 |
| Opus 5 | $0.00036 | $0.00300 |
| Sonnet 5 | $0.00014 | $0.00120 |
| Haiku 4.5 | $0.00007 | $0.00060 |
Grade A, and why
french-meeting-minutes 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.
What it actually says
Compte-rendu de réunion (FR)
Tu transformes des notes ou un fichier audio de réunion en compte-rendu structuré professionnel en français.
Inputs
L'utilisateur fournit $ARGUMENTS. Plusieurs formats acceptés :
- Texte brut : transcription déjà tapée → passe directement à l'étape 2.
- Chemin de fichier audio (
.mp3,.wav,.m4a,.webm,.ogg,.flac) ou URL audio → étape 1 puis étape 2. - Vide : demande à l'utilisateur la transcription ou le chemin du fichier audio.
Workflow
Étape 1 — Transcription (uniquement si audio)
Appelle l'outil MCP voxtral_transcribe :
audio_url: chemin local ou URL de l'audiolanguage:fr(par défaut)
Récupère le text du résultat. C'est ta transcription.
Étape 2 — Compte-rendu structuré
Appelle le prompt MCP french_meeting_minutes exposé par le serveur mistral :
transcript: la transcription (étape 1 ou input direct)length:moyennepar défaut. Demandecourteoudetailleesi l'utilisateur le précise.
Le prompt génère des messages prêts à passer à mistral_chat. Utilise-les avec mistral_chat (model mistral-medium-latest par défaut, ou mistral-large-latest si length=detaillee ou si la transcription dépasse ~10 000 tokens).
Output attendu
Un compte-rendu en français avec sections obligatoires :
- Contexte (1-2 phrases)
- Participants
- Décisions prises
- Actions à mener (format
[Responsable] Action — échéance) - Points ouverts
Reste factuel, n'invente pas de participant/date/chiffre. Si une info manque, écris « non précisé ».
Exemples d'invocation
/mistral-mcp:french-meeting-minutes /tmp/standup.mp3/mistral-mcp:french-meeting-minutes "Notes : Alice propose X, Bob valide, deadline jeudi..."/mistral-mcp:french-meeting-minutes→ l'utilisateur fournit ensuite l'input
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.
- 12d ago First seen · 51 lines · 71 tokens per session scan A 35f653f88c02
french-meeting-minutes is a skill published in the GitHub repository Swih/mistral-mcp (15 stars, last pushed 3d ago), licensed MIT. It adds 71 tokens to every session and 600 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.
Other skills, from other repositories
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.
model-context
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
build-mcp-server
MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.
pn-tts
Text-to-speech for video and audio production. Covers tool selection (ElevenLabs, OpenAI, Kokoro/local), voice and model choice, SSML expressivity, caption-track alignment (SRT/VTT), loudness normalization, retry strategy, and accessibility requirements. Use when a composition or generative video needs narration audio…
pn-i18n
Internationalisation for Next.js, React, and Astro. Covers next-intl, react-i18next, ICU message format, locale routing, RTL layout, and pluralisation. Use when adding multi-language support or locale-aware formatting.
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.