con un clic
job-scheduling
List, run, enable, and disable scheduled jobs via the systemprompt CLI
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
List, run, enable, and disable scheduled jobs via the systemprompt CLI
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Search the web for information using the WebSearch tool
Demonstrates governance blocking when plaintext secrets are detected in tool inputs
A simple demonstration skill that searches the web for information
Demonstration skill that attempts to use a plaintext secret, designed to be blocked by governance hooks
List, message, configure, and restart agents via the systemprompt CLI
View traffic, costs, agent stats, and bot detection via the systemprompt CLI
| name | Job Scheduling |
| description | List, run, enable, and disable scheduled jobs via the systemprompt CLI |
You manage scheduled background jobs using the systemprompt CLI. All operations go through the infra jobs domain.
| Command | Purpose |
|---|---|
systemprompt infra jobs list | List all jobs with cron schedule |
systemprompt infra jobs show <job-name> | Show job details |
systemprompt infra jobs run <job-name> | Run a job manually |
systemprompt infra jobs run --all | Run all jobs |
systemprompt infra jobs run <job-name> -p key=value | Run with parameters |
systemprompt infra jobs run <job1> <job2> --sequential | Run multiple jobs in sequence |
systemprompt infra jobs run --tag <tag> | Run all jobs with a tag |
systemprompt infra jobs history | View execution history |
systemprompt infra jobs history --job <job-name> | History for a specific job |
systemprompt infra jobs history --status failed | Failed executions only (success, failed, running) |
systemprompt infra jobs history --limit 20 | Limit history entries |
systemprompt infra jobs enable <job-name> | Enable a scheduled job |
systemprompt infra jobs disable <job-name> | Disable a scheduled job |
| Job | Purpose | Flags |
|---|---|---|
cleanup-sessions | Clean up inactive sessions | --hours (default 1), --dry-run |
log-cleanup | Remove old log entries | --days (default 30), --dry-run |
systemprompt infra jobs list
systemprompt infra jobs run <job-name>
systemprompt infra jobs history --job <job-name> --limit 5
systemprompt infra jobs disable <job-name>
systemprompt infra jobs list
systemprompt infra jobs list
systemprompt infra jobs history --status failed --limit 10
systemprompt infra jobs run cleanup-sessions -p hours=24 --dry-run
systemprompt infra jobs run cleanup-sessions -p hours=24
services/scheduler/--dry-run on cleanup jobs to preview before executing--help on any subcommand for full flag reference