Skip to content

Commit 6f08b75

Browse files
Merge pull request #26 from MiniMax-AI-Dev/fix/skill-doc-corrections
fix: correct file extensions and flag names in SKILL.md
2 parents 46bd821 + b1ec8f6 commit 6f08b75

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

skill/SKILL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use `minimax` to generate text, images, video, speech, music, and perform web se
55
## Prerequisites
66

77
```bash
8-
# Auth (persisted to ~/.minimax/credentials.yaml)
8+
# Auth (persisted to ~/.minimax/credentials.json)
99
minimax auth login --api-key sk-xxxxx
1010

1111
# Or pass per-call
@@ -140,7 +140,7 @@ minimax video task get --task-id <id> [--output json]
140140
Download a completed video by task ID.
141141

142142
```bash
143-
minimax video download --task-id <id> [--out <path>]
143+
minimax video download --file-id <id> [--out <path>]
144144
```
145145

146146
---
@@ -312,7 +312,7 @@ minimax video download --task-id "$TASK" --out robot.mp4
312312

313313
## Configuration Precedence
314314

315-
CLI flags → environment variables → `~/.minimax/config.yaml` → defaults.
315+
CLI flags → environment variables → `~/.minimax/config.json` → defaults.
316316

317317
```bash
318318
# Persistent config

0 commit comments

Comments
 (0)