french-meeting-minutes

french-meeting-minutes is a skill for Claude Code from Swih/mistral-mcp. It costs 71 tokens per session (600 once invoked), scanned A, original, MIT.

A workflow for turning a meeting transcript or audio recording into structured meeting notes in French. A transcript is a written record of what was said.

In plain words
What is it for?
Creating French-language meeting minutes from text or audio recordings, with the audio first converted into a transcript.
Why use it?
It removes the need to manually transcribe and organize French meeting discussions.

Skill for Claude Code

Written for Claude Code: $ARGUMENTS substitution.

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

Good fit Creating French-language meeting minutes from text or audio recordings, with the audio first converted into a transcript.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/swih/mistral-mcp/french-meeting-minutes
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-meeting-minutes
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-meeting-minutes

README.md
[![agentmods](https://agentmods.dev/badge/skills/swih/mistral-mcp/french-meeting-minutes/github.svg)](https://agentmods.dev/skills/swih/mistral-mcp/french-meeting-minutes)
Your own site
<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.

agentmods 80×15 button for french-meeting-minutes

Your own site · 80×15
<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>
Per session 71 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 600 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.00071 $0.00600
Opus 5 $0.00036 $0.00300
Sonnet 5 $0.00014 $0.00120
Haiku 4.5 $0.00007 $0.00060

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

Security

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.

claude-plugin/skills/french-meeting-minutes/SKILL.md · 51 lines

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 :

  1. Texte brut : transcription déjà tapée → passe directement à l'étape 2.
  2. Chemin de fichier audio (.mp3, .wav, .m4a, .webm, .ogg, .flac) ou URL audio → étape 1 puis étape 2.
  3. 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'audio
  • language : 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 : moyenne par défaut. Demande courte ou detaillee si 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 :

  1. Contexte (1-2 phrases)
  2. Participants
  3. Décisions prises
  4. Actions à mener (format [Responsable] Action — échéance)
  5. 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
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 · 51 lines · 71 tokens per session scan A 35f653f88c02

Subscribe to this mod's changes

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.

Related

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.

serac-labs/serac · 77 tokens

model-context

MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.

bobmatnyc/claude-mpm-skills · 34 tokens

build-mcp-server

MCP (Model Context Protocol) - Build AI-native servers with tools, resources, and prompts. TypeScript/Python SDKs for Claude Desktop integration.

bobmatnyc/claude-mpm · 36 tokens

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…

perniemann/pnCore · 73 tokens

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.

perniemann/pnCore · 51 tokens

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