Skip to content

Commit b1ec8f6

Browse files
RyanLee-Devclaude
andcommitted
fix: correct file extensions and flag names in SKILL.md
- credentials.yaml → credentials.json - config.yaml → config.json - video download --task-id → --file-id Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 46bd821 commit b1ec8f6

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)