batch-kimi
Delegate multiple atomic tasks to Kimi for batch processing. Handles repetitive operations, mass refactoring, and automated transformations.
Instructions
Delegate multiple atomic tasks to Kimi for batch processing. Ideal for repetitive operations, mass refactoring, and automated transformations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yolo | No | Auto-approve everything (typical for batch jobs) | |
| model | No | Optional model override applied to every task. Known: kimi-for-coding, kimi-k2-6, kimi-k2-6-turbo, kimi-k2-thinking-turbo, kimi-k2-5, kimi-latest. | |
| tasks | Yes | Array of atomic tasks to delegate to Kimi | |
| timeout | No | Maximum execution time per task in milliseconds | |
| parallel | No | Execute independent tasks in parallel | |
| workingDir | No | Working directory for execution | |
| concurrency | No | Maximum parallel Kimi processes when parallel=true. Default: min(task count, 4) | |
| stopOnError | No | Stop execution if any task fails |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| failed | Yes | ||
| results | Yes | ||
| skipped | Yes | ||
| successful | Yes |