---
name: smithersai/smithers-what
source: https://app.decimal.ai/s/smithersai-smithers-what@1/SKILL.md
source_sha256: 431ed91b0ff2
---

# smithers what

Summarize what happened in a run or node: a cheap fast agent narrates the recorded facts (deterministic recap when no agent is available).

## Arguments

| Name | Type | Required | Description |
|------|------|----------|-------------|
| `runId` | `string` | no | Run ID to explain (default: latest run) |

## Options

| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--node` | `string` |  | Node ID: explain one node instead of the whole run |
| `--iteration` | `number` |  | Loop iteration number (default: latest iteration) |
| `--json` | `boolean` | `false` | Output structured JSON (summary, agentId, source, facts) |
| `--timeout` | `number` |  | Narrator agent timeout in seconds (default 60) |