scheduler

Manage recurring automated tasks with a SQLite-backed cron scheduler.

1|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/raybird/telenexus --skill scheduler-raybird
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduler
Source: https://github.com/raybird/telenexus/tree/main/skills/scheduler
Command: npx skills add https://github.com/raybird/telenexus --skill scheduler-raybird

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the challenge of managing recurring tasks and automated reporting within the TeleNexus environment, ensuring that critical operations run consistently without manual intervention.

Core Features & Use Cases

  • Cron-based Automation: Define precise execution times using standard cron syntax for daily, hourly, or custom intervals.
  • Persistent Task Management: Automatically stores and reloads scheduled jobs via SQLite, ensuring reliability across system restarts.
  • Use Case: Configure a daily market analysis report to be generated and delivered at 9:00 AM and 5:00 PM every day to keep stakeholders informed.

Quick Start

Use the scheduler skill to add a new task named Daily Report that runs at 9 AM every day with the prompt to generate a market summary.

Frequently Asked Questions about scheduler

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

FAQPage Schema
How do I automate recurring tasks using cron syntax?

Automate recurring tasks by defining precise execution times with standard cron syntax for daily, hourly, or custom intervals. This ensures critical operations run consistently without manual intervention.

How do I schedule a daily market analysis report to run automatically?

Schedule a daily report by creating a new task with a specific name and a prompt to generate the market summary. Set the cron trigger to 9 AM to ensure automated daily generation and delivery.

Does scheduled task management persist across system restarts?

Scheduled task management persists across system restarts by automatically storing and reloading jobs via SQLite. This integration with the core system's reload mechanism ensures persistent execution reliability.

What is the best way to manage time-based triggers for AI workflows?

Manage time-based triggers for AI workflows by interfacing with a SQLite-backed cron scheduler. This approach facilitates the creation, listing, and modification of persistent automated triggers.

Can I use SQLite to manage automated task schedules?

SQLite is used as the backend for the cron scheduler to manage automated task schedules. It automatically stores and reloads scheduled jobs, ensuring reliable persistent execution across system restarts.

What are the limitations of modifying time-based triggers in a SQLite-backed scheduler?

The scheduler operates within the TeleNexus environment, meaning modifications to time-based triggers depend on the core system's reload mechanism to ensure persistent execution of scheduled prompts.