From scheduler
Manually triggers and executes a scheduled task by ID or name, streaming output and recording execution history.
How this command is triggered — by the user, by Claude, or both
Slash command
/scheduler:schedule-runThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Run Scheduled Task Execute a scheduled task immediately, bypassing its schedule trigger. ## Usage ## Process 1. **Find Task** - Search by ID or name - Load task configuration 2. **Confirm Execution** - Show task details - Ask for confirmation (optional, can skip with --yes flag) 3. **Execute Task** - Run the configured command - Stream output to user - Record execution in history 4. **Report Results** - Show execution status (success/failure) - Show duration - Show any output or errors ## Example Interaction ## Options Via `$ARGUMENTS`: - Task I...
Execute a scheduled task immediately, bypassing its schedule trigger.
/schedule run <task-id-or-name>
Find Task
Confirm Execution
Execute Task
Report Results
User: /schedule run daily-review
Claude: Running task: Daily Code Review
Command: /review-code --scope=yesterday
Working directory: /Users/home/projects/myapp
[Executing...]
--- Task Output ---
Reviewing commits from yesterday...
Found 3 commits to review.
Commit abc123: Add user authentication
- Good: Proper input validation
- Suggestion: Consider rate limiting
...
--- End Output ---
Task completed successfully in 45 seconds.
Via $ARGUMENTS:
Task not found:
Task "xyz" not found.
Run /schedule list to see available tasks.
Task disabled:
Task "weekly-audit" is currently disabled.
Would you like to run it anyway? (y/n)
> y
Execution failure:
Task failed with exit code 1.
Error output:
Error: Could not connect to repository
Check the full log at: ~/.claude/logs/a1b2c3d4.log
After running, update the task's execution history:
This history is visible in /schedule logs.
npx claudepluginhub ojowwalker77/claude-code-scheduler --plugin scheduler2plugins reuse this command
First indexed Jan 14, 2026
/schedule-runManually triggers and executes a scheduled task by ID or name, streaming output and recording execution history.
/scheduleManages scheduled workflow jobs created by the Claude Octopus scheduler: lists, adds via guided wizard, enables, disables, and removes jobs, plus viewing logs.
/jobsManages cron jobs — create, list, edit, or delete scheduled tasks for the heartbeat daemon. Also supports editing schedule, prompt, and notification settings.
/jobsManages cron jobs for the heartbeat daemon — create, list, edit, or delete scheduled tasks. Also supports listing and interactive editing.
/runAuto-completes pending tasks from a task queue, or works on a specific task by ID. Operates in unattended mode for batch processing without user prompts.