Skip to content

Commit be8b147

Browse files
committed
docs: emphasize agent-first positioning
Made-with: Cursor
1 parent cc9c4a0 commit be8b147

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<strong>The official CLI for the MiniMax AI Platform</strong><br>
7-
Generate text, images, video, speech, and music — from your terminal or AI agent.
7+
Built for AI agents. Generate text, images, video, speech, and music — from any agent or terminal.
88
</p>
99

1010
<p align="center">
@@ -31,11 +31,11 @@
3131
## Install
3232

3333
```bash
34-
# For humans: install CLI globally
35-
npm install -g mmx-cli
36-
37-
# For AI agents (Cursor, Claude Code, OpenCode, etc.): add skill to your agent
34+
# For AI agents (Cursor, Claude Code, etc.): add skill to your agent
3835
npx skills add MiniMax-AI/cli -y -g
36+
37+
# Or install CLI globally for terminal use
38+
npm install -g mmx-cli
3939
```
4040

4141
> Requires [Node.js](https://nodejs.org) 18+

README_CN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<p align="center">
66
<strong>MiniMax AI 开放平台官方命令行工具</strong><br>
7-
在终端或 AI Agent 中生成文字、图像、视频、语音和音乐。
7+
专为 AI Agent 打造。在任意 Agent 或终端中生成文字、图像、视频、语音和音乐。
88
</p>
99

1010
<p align="center">
@@ -31,11 +31,11 @@
3131
## 安装
3232

3333
```bash
34-
# 直接使用:全局安装 CLI
35-
npm install -g mmx-cli
36-
3734
# AI Agent 使用(Cursor、Claude Code 等):添加 Skill 到你的 Agent
3835
npx skills add MiniMax-AI/cli -y -g
36+
37+
# 或全局安装 CLI 在终端中使用
38+
npm install -g mmx-cli
3939
```
4040

4141
> 需要 [Node.js](https://nodejs.org) 18+

0 commit comments

Comments
 (0)