swih-plugins
01Plugin Claude Code
Plugins by Swih — Mistral AI integrations for Claude Code.
Plugin Claude Code
Plugins by Swih — Mistral AI integrations for Claude Code.
MCP server Claude CodeCodexCursor +2
MCP server exposing Mistral AI capabilities over MCP: chat, embeddings, FIM, vision, OCR, audio, agents, moderation, classification, files, batch, workflows, sampling, prompts, resources, and Streamable HTTP. Runs locally from the mistral-mcp npm package. Needs 1 environment variable to run.
Instructions file
Instructions for Swih/mistral-mcp, covering claude.md — mistral-mcp, 1. identité du projet, 2. règles dures (ne pas transgresser), 3. layout & responsabilités and 4. conventions de code.
Plugin Claude Code
Mistral AI capabilities for Claude Code: chat, OCR, vision, audio (Voxtral), Codestral FIM, agents, and curated French workflows. Auto-installs the mistral-mcp server from npm.
Skill Claude CodeCodex
Transcribe a meeting audio file with Voxtral diarization, classify each speaker's turns by intent, and produce a per-speaker action plan. Use when the user provides a meeting or call recording with multiple speakers.
Skill Claude CodeCodex
Reviews a code diff through Codestral with an auto-detected focus (correctness, performance, security, or apidesign). Auto-fetches the diff via git diff if no argument is provided. Use when the user asks for code review, PR review, security audit of a diff, or critique of recent changes.
Skill Claude CodeCodex
Run a compliance audit Mistral Workflow, query mid-run findings via workflowinteract(action="query"), and signal approval or escalation decisions at checkpoints via workflowinteract(action="signal"). Use when the user wants to run a compliance audit (GDPR, SOC2, PCI-DSS, etc.) against a deployed Mistral Workflow.
Skill Claude CodeCodex
OCR a contract PDF with mistralocr, then extract structured clauses and risk scores with mistralchat + jsonschema. Use when the user provides a contract document to analyze for risks, obligations, and key terms.
Skill Claude CodeCodex
Trigger a deployed Mistral Workflow for contract review, poll execution status, detect human-in-the-loop checkpoints via workflowinteract(query), collect approval or changes, and resume the workflow via workflowinteract(signal). Use when the user wants to run a contract through a Mistral Workflow with oversight…
Skill Claude CodeCodex
Génère un message de commit git en français au format Conventional Commits à partir des changements stagés. Récupère automatiquement le diff via git diff --staged. À utiliser quand l'utilisateur demande un commit message, message de commit, ou résumé de diff en français.
Skill Claude CodeCodex
Rédige une relance de facture B2B en français avec un ton contrôlé (poli, ferme, ou final). À utiliser quand l'utilisateur demande une relance facture, un rappel de paiement, un mail de recouvrement, ou une dunning letter en français.
Skill Claude CodeCodex
Génère un compte-rendu de réunion structuré en français à partir d'une transcription brute ou d'un fichier audio. Utilise voxtraltranscribe pour l'audio puis le prompt mistral frenchmeetingminutes. À utiliser quand l'utilisateur demande un compte-rendu, un CR, des minutes de réunion, ou résumé de meeting en français.
Skill Claude CodeCodex
Picks the right Mistral model and tool for a given task. Use when the user asks "which Mistral model should I use for X", or when you (Claude) need to route a subtask to a Mistral capability and aren't sure which model/tool fits best.
Skill Claude CodeCodex
OCR a PDF invoice with mistralocr and extract structured line-item data (vendor, date, amounts, VAT) for accounting reconciliation. Use when the user provides an invoice PDF to process.
Skill Claude CodeCodex
Execute a multi-step research pipeline Mistral Workflow with hypothesis validation checkpoints. Query intermediate hypotheses via workflowinteract(action="query"), validate or amend them, and inject additional sources via workflowinteract(action="signal"). Use when the user wants to run an autonomous research pipeline…
MCP server Claude CodeCodexCursor +2
Mistral AI MCP server: chat, OCR, Voxtral audio, Codestral FIM, vision, agents, batch. Runs locally from the mistral-mcp npm package. Needs 1 environment variable to run.