scheduler

Manage scheduled brana jobs via the brana-scheduler CLI.

3|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/martineserios/thebrana --skill scheduler-martineserios
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scheduler
Source: https://github.com/martineserios/thebrana/tree/main/system/skills/scheduler
Command: npx skills add https://github.com/martineserios/thebrana --skill scheduler-martineserios

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the management of automated, recurring tasks within the brana ecosystem, ensuring jobs run on schedule without manual intervention.

Core Features & Use Cases

  • Job Monitoring: View the status of all scheduled jobs.
  • Job Control: Enable, disable, or manually run specific jobs.
  • Configuration Management: Validate and redeploy scheduler configurations.
  • Use Case: Ensure your nightly data backup job is running by checking its status and logs, or manually trigger a report generation task.

Quick Start

Use the scheduler skill to show all current jobs.

Frequently Asked Questions about scheduler

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

FAQPage Schema
How do I manage scheduled jobs using the brana-scheduler CLI?

You can manage scheduled jobs using the brana-scheduler CLI by checking job statuses, enabling or disabling tasks, and deploying configurations with systemd OnCalendar scheduling. It supports both skills and shell commands.

How do I check the status of my recurring cron jobs?

Checking the status of recurring cron jobs involves viewing all current scheduled tasks and their logs through the scheduler interface. This allows you to verify that automated tasks like nightly backups are running correctly.

Can I manually trigger a scheduled task without waiting for its next run?

Manually triggering a scheduled task is supported through the job control features. You can run specific jobs on demand to test configurations or execute tasks like report generation outside their regular schedule.

Does the scheduler support systemd OnCalendar scheduling for shell commands?

Systemd OnCalendar scheduling is fully supported for both shell commands and skills. This integration ensures recurring jobs run on schedule without manual intervention by validating configurations before deployment.

What is the best way to validate and redeploy scheduler configurations?

Validating and redeploying scheduler configurations is handled by the management interface to ensure changes are accurate. This process verifies your setup before applying updates to your automated recurring tasks.