跳至正文

AI 技能市场

面向开发者与企业的生产就绪 Mistral AI 技能

50 项技能可用

MCP 服务器

在 Claude、Cursor 及任意 MCP 客户端中使用技能

一行配置即可让 Claude 和 Cursor 直接访问全部 31 项 Mistral AI 技能——无需复制粘贴,无需切换上下文。

list_skills — 按类别发现并筛选可用技能
get_skill — 获取任意技能的完整参数文档
run_skill — 执行任意技能并将结果流式返回
在 GitHub 上查看 MCP

添加到 claude_desktop_config.json 或 .cursor/mcp.json

claude_desktop_config.json / .cursor/mcp.json
{
  "mcpServers": {
    "mistral-skills": {
      "command": "npx",
      "args": ["-y", "@hyperion/mistral-skills-mcp"],
      "env": { "MISTRAL_API_KEY": "your-key" }
    }
  }
}
promptfree

API Designer

v1.0.0

Design RESTful APIs from plain-language requirements. Produces OpenAPI 3.0-compatible endpoint definitions with request/response schemas, status codes, auth patterns, and pagination strategy.

apirestopenapi+2
支持离线运行
promptfree

Blog Post Writer

v1.0.0

Write technical blog posts from an outline or topic. Produces SEO-optimized, developer-friendly content with code examples, analogies, and a clear narrative arc.

blogwritingseo+2
支持离线运行
promptfree

Code Reviewer

v1.0.0

Multi-pass code review analyzing logic errors, security issues, performance bottlenecks, and style consistency. Returns confidence-scored findings with actionable fix suggestions.

code-reviewqualitybugs+2
支持离线运行
promptfree

Commit Writer

v1.0.0

Write conventional commit messages from git diffs. Follows Conventional Commits spec with type, scope, subject, body, and breaking change footers. Understands code context to write meaningful messages.

gitcommitsconventional-commits+2
支持离线运行
promptfree

Context Bridge

v1.0.0

Save project decisions, architecture notes, and lessons learned to structured context files. Enables persistent memory across AI coding sessions in Mistral Vibe and other tools.

memorycontextproject-management+1
支持离线运行
promptfree

Dependency Auditor

v1.0.0

Audit package manifests for outdated dependencies, known vulnerability patterns, license risks, and bloat. Works with package.json, requirements.txt, Gemfile, go.mod, and Cargo.toml.

dependenciessecurityaudit+2
支持离线运行
promptfree

Doc Generator

v1.0.0

Generate API documentation, README files, architecture decision records (ADRs), and changelogs from code analysis. Supports multiple documentation formats and follows established conventions.

documentationapi-docsreadme+2
支持离线运行
promptfree

Email Drafter

v1.0.0

Draft professional emails from bullet points or intent. Handles sales outreach, follow-ups, internal announcements, escalations, and partnership proposals with appropriate tone calibration.

emailcommunicationwriting+2
支持离线运行
promptfree

GDPR Compliance Checker

v1.0.0

Analyze code, data flows, and processes for GDPR compliance gaps. Identifies personal data handling, missing consent mechanisms, retention policy violations, and data subject rights gaps.

gdprcomplianceprivacy+2
支持离线运行
promptfree

Incident Reporter

v1.0.0

Write structured incident reports and postmortems from raw notes or a timeline. Produces blameless postmortems with impact analysis, root cause, timeline, and action items following SRE best practices.

incidentpostmortemsre+2
支持离线运行
promptfree

License Auditor

v1.0.0

Audit open source dependency licenses for compatibility with your project's license and commercial use restrictions. Flags copyleft, viral, and unknown licenses with risk assessment.

licensesopen-sourcecompliance+2
支持离线运行
promptfree

Regex Builder

v1.0.0

Build, explain, and test regular expressions from natural language descriptions. Provides the pattern, step-by-step breakdown, edge cases, and test strings.

regexpatternsstring-processing+2
支持离线运行
promptfree

Release Notes Writer

v1.0.0

Generate human-readable release notes from git commit history or a list of changes. Groups changes by type, highlights breaking changes, and calibrates technical depth to audience.

release-noteschangelogdocumentation+2
支持离线运行
promptfree

Requirements Extractor

v1.0.0

Extract structured user stories, acceptance criteria, and technical requirements from business documents, meeting notes, or feature descriptions. Outputs INVEST-compliant user stories with Gherkin acceptance criteria.

requirementsuser-storiesagile+2
支持离线运行
promptfree

Runbook Generator

v1.0.0

Generate operational runbooks for services, deployments, and incident response. Produces step-by-step procedures with verification steps, rollback instructions, and escalation paths.

runbookoperationssre+2
支持离线运行
promptfree

Security Scanner

v1.0.0

Scan code for OWASP Top 10 vulnerabilities, dependency risks, and security anti-patterns. Outputs a structured report with severity levels and fix suggestions.

securityowaspvulnerabilities+1
支持离线运行
promptfree

Smart Planner

v1.0.0

Break down features into structured implementation tasks with file paths, test requirements, complexity estimates, and dependency ordering. The planning tool Mistral Vibe is missing.

planningtask-decompositionproject-management+1
支持离线运行
promptfree

SQL Query Builder

v1.0.0

Build SQL queries from natural language questions. Supports SELECT, aggregations, JOINs, window functions, and CTEs. Explains each query component and suggests indexes.

sqldatabaseanalytics+2
支持离线运行
promptfree

Test Generator

v1.0.0

Generate unit and integration tests for any function or module. Produces edge case coverage, mocks for dependencies, and test descriptions following AAA (Arrange-Act-Assert) pattern.

testingunit-teststdd+2
支持离线运行
promptfree

Changelog Generator

v1.0.0

Generate structured changelogs from PRDs, feature lists, or informal change descriptions. Follows Keep a Changelog format and categorizes changes by type.

changelogreleasedocumentation+2
支持离线运行
promptfree

Translation Localizer

v1.0.0

Translate content with cultural localization awareness. Adapts idioms, tone, date formats, and cultural references for the target locale — not just word-for-word translation.

translationlocalizationi18n+3
支持离线运行
promptfree

Data Analyst

v1.0.0

Analyze CSV, JSON, or tabular data to surface key insights, statistics, trends, and anomalies. Returns structured findings with actionable recommendations.

dataanalysiscsv+3
支持离线运行
promptfree

Diagram Generator

v1.0.0

Generate Mermaid or PlantUML diagrams from plain-language descriptions. Supports flowcharts, sequence diagrams, class diagrams, ER diagrams, and Gantt charts.

diagrammermaidplantuml+3
支持离线运行
promptfree

Interview Prep

v1.0.0

Generate targeted technical interview questions and detailed model answers for any engineering role and seniority level.

interviewhiringtechnical+3
支持离线运行
promptfree

Meeting Summarizer

v1.0.0

Extract decisions, action items, blockers, and key discussion points from meeting transcripts or notes. Returns a structured summary ready to share with attendees.

meetingsproductivitynotes+3
支持离线运行
promptfree

Prompt Optimizer

v1.0.0

Analyze and rewrite prompts for optimal performance with Mistral AI models. Applies role-setting, output format definition, and instruction clarity best practices.

prompt-engineeringllmmistral+2
支持离线运行
workflowfree

Code Review + Test Generator

v1.0.0

Reviews code for issues then generates a comprehensive test suite targeting the identified edge cases. Two-step pipeline: code-reviewer → test-generator.

code-reviewtestingworkflow+2
workflowpro

Prepare Dataset + Fine-tune Job

v1.0.0

End-to-end fine-tuning pipeline: formats raw training examples into Mistral JSONL, then generates the complete fine-tuning job submission code.

fine-tuningdatasetworkflow+3
workflowpro

Evaluate Fine-tuned Model

v1.0.0

Before/after evaluation workflow: runs code-reviewer on a sample, then generates a comparison report to measure output quality improvement after fine-tuning.

fine-tuningevaluationworkflow+2
ragfree

Documentation Search Q&A

v1.0.0

Semantic search and Q&A over documentation, PDFs, or markdown files. Paste document content and ask questions — get cited answers with the exact passage that supports them.

ragdocumentationqa+3
ragpro

Codebase Q&A

v1.0.0

Ask questions about any codebase. Paste code files, architecture docs, or README content and get precise answers with source references. Uses mistral-embed for semantic search across your code.

ragcodebaseqa+3
ragenterprise

Policy Compliance Checker

v1.0.0

Check code, processes, or system designs against company policies, regulatory requirements, or internal standards. Paste your policies and the artifact to check — get a compliance gap report with citations.

ragcompliancepolicy+3
agentpro

Data Pipeline Agent

v1.0.0

End-to-end data analysis agent. Analyzes raw data, constructs the optimal SQL query to extract insights, then synthesizes a business narrative from both outputs.

datasqlanalytics+3
agentpro

Incident Response Agent

v1.0.0

Guides incident commanders through a structured response workflow. Uses incident-reporter to draft the postmortem and runbook-generator to create operational runbooks, with follow-up Q&A to refine both documents.

incidentpostmortemrunbook+3
agententerprise

Enterprise Code Review Agent

v1.0.0

Multi-pass code review agent that combines security scanning, style review, and documentation generation in a single conversational session. Uses code-reviewer, security-auditor-pro, and doc-generator as tools.

code-reviewsecuritydocumentation+3
agententerprise

Compliance Audit Agent

v1.0.0

Automated compliance audit agent that runs GDPR, license, and security checks on a codebase description or data flow. Synthesizes findings into a single risk-rated compliance report with remediation roadmap.

compliancegdprsecurity+4
agententerprise

Product Spec Agent

v1.0.0

Full product discovery agent. Generates a complete PRD, extracts user stories, and breaks the MVP into an implementation task plan — all in one conversational session.

productprduser-stories+4
agententerprise

AI Compliance Auditor

v1.0.0

Audit AI systems and ML pipelines for regulatory compliance across EU AI Act, NIST AI RMF, and ISO 42001 frameworks. Identifies high-risk use cases, bias risks, transparency gaps, and human oversight deficiencies with a structured remediation plan.

ai-actcomplianceai-governance+5
promptpro

Contract Analyzer

v1.0.0

Extract and summarize key terms from contracts, NDAs, SaaS agreements, and vendor agreements. Identifies obligations, liabilities, termination clauses, SLA commitments, IP ownership, and red-flag provisions with risk ratings.

contractslegalnda+4
支持离线运行
promptfree

GraphQL Schema Designer

v1.0.0

Design GraphQL schemas from natural language data requirements. Produces type definitions, queries, mutations, subscriptions, input types, and pagination patterns following GraphQL best practices and Relay specification.

graphqlschemaapi+4
支持离线运行
promptfree

Image Caption Generator

v1.0.0

Generate descriptive, context-aware captions for images. Produces alt-text for accessibility, SEO-optimized descriptions, social media captions, and detailed scene analysis with object, action, and sentiment identification.

visioncaptionsaccessibility+4
支持离线运行
promptfree

Multilingual Translator

v1.0.0

Professional-grade translation with deep context preservation. Handles technical documentation, marketing copy, legal text, and UI strings across 30+ languages. Preserves tone, formatting, brand voice, and domain-specific terminology.

translationmultilingualnlp+4
支持离线运行
workflowpro

Knowledge Graph Builder

v1.0.0

Extract entities, relationships, and attributes from unstructured text to build a structured knowledge graph. Outputs nodes and edges in JSON-LD or Cypher format, suitable for Neo4j, GraphQL federation, or RAG enrichment pipelines.

knowledge-graphnlpentities+5
promptfree

Email Classifier

v1.0.0

Classify and intelligently route incoming emails by intent, urgency, department, and sentiment. Handles support tickets, sales inquiries, billing questions, abuse reports, and spam detection with configurable taxonomy and confidence scores.

emailclassificationrouting+4
支持离线运行
promptfree

Code Documentation Generator

v1.0.0

Generate comprehensive inline documentation from source code. Produces JSDoc, TSDoc, Google-style Python docstrings, or Rust doc comments with parameter descriptions, return types, thrown exceptions, and usage examples.

documentationjsdocdocstrings+4
支持离线运行
promptpro

AI Product Spec

v1.0.0

Generate a complete product requirements document (PRD) from a raw idea. Includes user personas, jobs-to-be-done, feature list, technical architecture, success metrics, and Mistral AI integration recommendations.

productprdrequirements+4
支持离线运行
promptpro

Code Architect

v1.0.0

Design complete system architectures from requirements. Produces component diagrams (Mermaid), API contracts, data models, technology choices with rationale, and scalability analysis.

architecturesystem-designscalability+3
支持离线运行
promptpro

Dataset Formatter

v1.0.0

Transform raw training examples into Mistral fine-tuning JSONL format. Validates message structure, enforces role alternation, and outputs ready-to-upload training data.

fine-tuningdatasettraining+3
支持离线运行
promptpro

Fine-tune Job Runner

v1.0.0

Generate the complete Mistral fine-tuning API call (Python and curl) from a training dataset description. Produces ready-to-run code for submitting a fine-tuning job to the Mistral API.

fine-tuningmistral-apitraining+3
支持离线运行
promptpro

Security Auditor Pro

v1.0.0

Comprehensive security audit with STRIDE threat modeling, CVSS scoring, compliance gap analysis (OWASP, SOC2, GDPR), and a prioritized remediation roadmap. Pro-tier depth beyond basic scanning.

securityauditthreat-modeling+5
支持离线运行
Mistral AI Skills Marketplace | Hyperion Consulting