list-scheduled-tasks

List scheduled tasks with ID, name, type, status, and next execution time.

9|2|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill list-scheduled-tasks-allbeingsfuture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: list-scheduled-tasks
Source: https://github.com/AllBeingsFuture/AllBeingsFuture/tree/main/electron/embedded-assets/skills/system/list-scheduled-tasks
Command: npx skills add https://github.com/AllBeingsFuture/AllBeingsFuture --skill list-scheduled-tasks-allbeingsfuture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly locate and inspect scheduled tasks so you can find task IDs for cancellation or updates, verify that tasks were created correctly, and audit upcoming executions without manual log inspection.

Core Features & Use Cases

  • Comprehensive Listing: Returns each task's ID, name, type (reminder/task), enabled status, and next execution time for straightforward discovery.
  • Filtering: Supports an enabled_only boolean to narrow results to active tasks when troubleshooting or preparing bulk operations.
  • Use Cases: Find the task ID to cancel or update a scheduled job, verify that a newly created reminder is active and scheduled at the correct time, or produce an overview report of upcoming automated jobs.

Quick Start

List all scheduled tasks including each task's ID, name, type, status, and next execution time.

Frequently Asked Questions about list-scheduled-tasks

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

FAQPage Schema
How do I list all scheduled tasks and check their next execution time?

You can list scheduled tasks to view each task's ID, name, type, status, and next execution timestamp for straightforward discovery and auditing. This provides an instant overview of upcoming automated jobs without manual log inspection.

What is the best way to find a task ID for canceling or updating a scheduled job?

To find a task ID for canceling or updating scheduled jobs, list all scheduled tasks to retrieve a comprehensive view of task IDs, names, and types. This allows you to quickly locate the specific identifier needed for task management operations.

Can I filter scheduled tasks to only show active or enabled jobs?

Yes, you can filter scheduled tasks using an enabled_only boolean parameter to narrow results to active tasks. This helps when troubleshooting or preparing bulk operations on enabled reminders and automated workflows.

How do I verify that a newly created reminder is active and scheduled correctly?

To verify a newly created reminder, list scheduled tasks to check its enabled status and next execution timestamp. This confirms the task was created correctly and is scheduled at the intended time for your automated workflow.

What scheduled task details are available when inspecting automated workflows?

When inspecting automated workflows, the scheduled task listing returns task ID, name, type (reminder or task), enabled status, and next execution timestamp. These details support system task management and workflow auditing.