smithers-ask-human
SolidRaise 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.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 85/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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) |
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-human
List and resolve durable human requests. Run `smithers human --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-deny
Deny a paused approval gate. Run `smithers deny --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-ask
Ask a question about Smithers using your installed agent and the Smithers MCP server. Run `smithers ask --help` for usage details.
338 Updated today
smithersai