Raise a blocking human-approval request from inside a run and wait for the decision. Use when blocked, uncertain, or about to do something irreversible — never guess. Run `smithers ask-human --help` for usage details.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add smithersai/smithers --skill smithers-ask-human --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Smithers Ask Human?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/smithersai-smithers-ask-human-smithers)More formats (shields.io, HTML) on the badges page.
---
name: smithers-ask-human
description: Raise a blocking human-approval request from inside a run and wait for the decision. Use when blocked, uncertain, or about to do something irreversible — never guess. Run `smithers ask-human --help` for usage details.
requires_bin: smithers
command: smithers ask-human
---
# smithers ask-human
Raise a blocking human-approval request from inside a run and wait for the decision. Use when blocked, uncertain, or about to do something irreversible — never guess.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `prompt` | `string` | yes | The decision or question to put to a human |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--context` | `string` | | Extra context appended to the prompt |
| `--choices` | `string` | | Comma-separated choices; makes this a fixed-choice decision |
| `--runId` | `string` | | Run to attach to (default: SMITHERS_RUN_ID or the single active run) |
| `--node` | `string` | | Node id to attach to (default: SMITHERS_NODE_ID or 'agent-ask') |
| `--iteration` | `number` | | Loop iteration (default: SMITHERS_ITERATION or 0) |
| `--timeout` | `number` | | Seconds to wait before the request expires (0/unset = no timeout) |
| `--poll` | `number` | | Poll interval in seconds while blocking (default 3) |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!