Job Scheduling

Manage scheduled jobs via the systemprompt CLI.

24|4|Updated Dec 11, 2025
One-click install
npx skills add https://github.com/systempromptio/systemprompt-template --skill job-scheduling
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Job Scheduling
Source: https://github.com/systempromptio/systemprompt-template/tree/main/storage/files/plugins/systemprompt-admin/skills/systemprompt-admin-jobs
Command: npx skills add https://github.com/systempromptio/systemprompt-template --skill job-scheduling

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of listing, running, enabling, and disabling scheduled jobs, making it easy to maintain your systemprompt environment.

Core Features & Use Cases

  • Job List and Details: Provides a comprehensive view of all jobs, including their schedules.
  • Manual Job Execution: Enables you to run any job manually, either individually or all at once.
  • Job History: Offers a detailed execution history to track the status of jobs.
  • Job Enablement and Disabling: Allows you to enable or disable scheduled jobs as needed.

Quick Start

List all scheduled jobs by typing: systemprompt infra jobs list

Frequently Asked Questions about Job Scheduling

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I list all scheduled jobs in a CLI environment?

To list scheduled jobs, execute `systemprompt infra jobs list` via your CLI. This command provides a comprehensive view of all configured jobs and their respective schedules within the systemprompt environment.

Can I manually run a specific scheduled job from the command line?

Yes, you can manually run scheduled jobs from the command line. The systemprompt CLI supports executing any job manually, allowing you to trigger individual jobs or run all jobs at once outside their regular schedule.

What is the best way to enable or disable automated job schedules?

The best way to enable or disable automated job schedules is by using the systemprompt CLI. It allows administrators to directly toggle the enablement state of scheduled jobs as needed for maintenance or troubleshooting.

How do I check the execution history of a job management system?

You can check the execution history of your job management system using the systemprompt CLI. It offers a detailed job history view that allows you to track the execution status of previously run scheduled and manual jobs.

Do I need CLI access to manage and maintain scheduled jobs?

Yes, you need CLI access and an understanding of job scheduling concepts to manage scheduled jobs. This Skill is designed for administrative tasks within systemprompt environments and relies entirely on command-line interaction.