smithers-cron
SolidManage and run background schedule triggers. Run `smithers cron --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 cron add
Register a new workflow cron schedule.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `pattern` | `string` | yes | Cron execution pattern (e.g. '0 * * * *') |
| `workflowPath` | `string` | yes | Path or ID of the workflow to schedule |
---
# smithers cron list
List all registered background cron schedules.
---
# smithers cron rm
Delete an existing cron schedule by ID.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `cronId` | `string` | yes | Cron ID to delete |
---
# smithers cron start
Start the background scheduler loop in the current terminal.
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-starters
Show plain-English starter workflows with copy-paste commands. Run `smithers starters --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-retry-task
Retry a specific task within a run, then resume the workflow. Run `smithers retry-task --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-ps
List active, paused, and recently completed runs. Run `smithers ps --help` for usage details.
338 Updated today
smithersai