smithers-signal
SolidDeliver a durable signal to a run waiting on <Signal> or <WaitForEvent>. Run `smithers signal --help` for usage details.
AI & Automation 339 stars
44 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers signal
Deliver a durable signal to a run waiting on <Signal> or <WaitForEvent>.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `runId` | `string` | yes | Run ID containing the waiting signal |
| `signalName` | `string` | yes | Signal name to deliver |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--data` | `string` | | Signal payload as JSON (default: {}) |
| `--correlation` | `string` | | Correlation ID to match a specific waiter |
| `--by` | `string` | | Name or identifier of the signal sender |
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-events
Query run event history with filters, grouping, and NDJSON output. Run `smithers events --help` for usage details.
339 Updated today
smithersai AI & Automation Solid
smithers-logs
Tail the event log of a specific run. Run `smithers logs --help` for usage details.
339 Updated today
smithersai AI & Automation Solid
smithers-inspect
Output detailed run state, including steps, agents, approvals, and outputs. Run `smithers inspect --help` for usage details.
339 Updated today
smithersai