# 安装 Mistral AI Automation

- 类型: Skill 技能
- 说明: 自动化管理 Mistral AI 文件、微调任务、批处理、OCR 与 RAG 流程。
- 仓库: https://github.com/ComposioHQ/awesome-claude-skills
- ⚠ 安全: 该技能描述为开源社区仓库中的提示型技能，但其文档明确通过 Composio MCP 连接远程服务并操作 Mistral AI 账户、文件与文档库。来源信誉较强可降低整体风险，但因涉及第三方账号接入、文件上传下载与未完整披露的工具 schema，整体宜评为需留意。

## 方式一 · 一键代装（复制提示词让 AI 代劳）

### Claude Code
```
请帮我安装 askskill 上的 "Mistral AI Automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mistral-ai-automation/SKILL.md
2. 保存为 ~/.claude/skills/mistral-ai-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Codex
```
请帮我安装 askskill 上的 "Mistral AI Automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mistral-ai-automation/SKILL.md
2. 保存为 ~/.codex/skills/mistral-ai-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

### Cursor
```
请帮我安装 askskill 上的 "Mistral AI Automation" 技能：
1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mistral-ai-automation/SKILL.md
2. 保存为 ~/.cursor/skills/mistral-ai-automation/SKILL.md
3. 装好后重载技能，告诉我可以用了
```

## 方式二 · 命令行安装（原生命令与配置）

### Claude Code
```bash
mkdir -p '~/.claude/skills/mistral-ai-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mistral-ai-automation/SKILL.md' -o '~/.claude/skills/mistral-ai-automation/SKILL.md'
```

### Codex
```bash
mkdir -p '~/.codex/skills/mistral-ai-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mistral-ai-automation/SKILL.md' -o '~/.codex/skills/mistral-ai-automation/SKILL.md'
```

### Cursor
```bash
mkdir -p '~/.cursor/skills/mistral-ai-automation' && curl -fsSL 'https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mistral-ai-automation/SKILL.md' -o '~/.cursor/skills/mistral-ai-automation/SKILL.md'
```
