Mistral AI Automation
Automate Mistral AI operations -- manage files and libraries, upload documents for fine-tuning, batch processing, and OCR, track fine-tuning jobs, and build RAG pipelines via the Composio MCP integration.
npx skills add ComposioHQ/awesome-claude-skills --skill mistral-ai-automation --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Mistral AI Automation Automate your Mistral AI workflows -- upload files for fine-tuning, batch processing, and OCR, manage document libraries for RAG-enabled agents, list and retrieve files, track fine-tuning jobs, and integrate Mistral AI into cross-app data pipelines. **Toolkit docs:** [composio.dev/toolkits/mistral_ai](https://composio.dev/toolkits/mistral_ai) --- ## Setup 1. Add the Composio MCP server to your client: `https://rube.app/mcp` 2. Connect your Mistral AI account when prompted (API key authentication) 3. Start using the workflows below --- ## Core Workflows ### 1. Upload Files to Mistral AI Use `MISTRAL_AI_UPLOAD_FILE` to upload files for fine-tuning, batch processing, or OCR. ``` Tool: MISTRAL_AI_UPLOAD_FILE Inputs: - file: object (required) - name: string -- destination filename (e.g., "training_data.jsonl") - mimetype: string -- MIME type (e.g., "application/pdf", "application/jsonl") - s3key: string -- S3 key of a previously downloaded/stored file - purpose: "fine-tune" | "batch" | "ocr" (default "fine-tune") ``` **Limits:** Maximum file size is 512 MB. For fine-tuning, only `.jsonl` files are supported. ### 2. List and Retrieve Files Use `MISTRAL_AI_LIST_FIL
- Setup
- Core Workflows
- 1. Upload Files to Mistral AI
- 2. List and Retrieve Files
- 3. Create Document Libraries
- 4. Upload Documents to a Library
- 5. List Libraries and Download Files
- 6. Track Fine-Tuning Jobs
- Known Pitfalls
- Quick Reference
What does the Mistral AI Automation skill do?
Automate Mistral AI operations -- manage files and libraries, upload documents for fine-tuning, batch processing, and OCR, track fine-tuning jobs, and build RAG pipelines via the Composio MCP integration.
How do I install it?
Run `npx skills add ComposioHQ/awesome-claude-skills --skill mistral-ai-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
