openapi-mistral

Fetch the latest Mistral AI OpenAPI specification and compare it against the mistralai_dart SDK.

22|12|Updated Dec 19, 2025
One-click install
npx skills add https://github.com/davidmigloz/ai_clients_dart --skill openapi-mistral
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openapi-mistral
Source: https://github.com/davidmigloz/ai_clients_dart/tree/main/packages/mistralai_dart/.claude/skills/openapi-mistral
Command: npx skills add https://github.com/davidmigloz/ai_clients_dart --skill openapi-mistral

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of keeping the mistralai_dart SDK in sync with the official Mistral AI API specification, ensuring the SDK remains up-to-date and accurate.

Core Features & Use Cases

  • API Update Detection: Automatically fetches the latest Mistral AI OpenAPI specification and compares it to the current version used by the SDK.
  • Changelog Generation: Creates detailed changelogs highlighting differences between API versions.
  • Implementation Planning: Generates prioritized plans for implementing new endpoints or features based on spec changes.
  • Use Case: When Mistral AI releases a new feature or updates an existing endpoint, this Skill can automatically detect the change, report what needs to be done in the SDK, and even generate boilerplate code for new models or endpoints.

Quick Start

Run the update api command to check for Mistral API updates.

Frequently Asked Questions about openapi-mistral

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I sync my Dart SDK with the latest Mistral AI OpenAPI specification?

To sync a Dart SDK with the Mistral AI OpenAPI specification, you can automate fetching the latest spec, comparing it against the current implementation, and generating prioritized implementation plans to update models and endpoints.

How do I detect changes when Mistral AI updates an existing API endpoint?

To detect Mistral API updates, fetch the latest OpenAPI specification and compare it against the current version used by your SDK to automatically generate a detailed changelog highlighting the differences.

What is the best way to generate an implementation plan for new Mistral API features?

The best way to generate an implementation plan for new Mistral API features is to compare the updated OpenAPI specification against your current SDK to produce a prioritized plan and generate boilerplate code for new endpoints.

Can I automatically generate boilerplate code for new Mistral API models?

Yes, you can automatically generate boilerplate code for new Mistral API models and endpoints by detecting changes in the upstream OpenAPI specification and using the generated implementation plan to guide the update.

Do I need to manually compare API versions to update my Mistral SDK?

No, you do not need to manually compare API versions to update a Mistral SDK because the process automates fetching the upstream OpenAPI specification, comparing it to the current implementation, and generating a changelog of differences.

Why does my Mistral SDK implementation plan not match the latest API changelog?

A Mistral SDK implementation plan may not match the latest API changelog if the local OpenAPI specification is outdated, requiring you to sync the local spec with the upstream source before generating the plan.