schedule-job

Convert natural language scheduling requests into cron expressions and crontab entries.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/az9713/whatsapp-claude-old --skill schedule-job
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: schedule-job
Source: https://github.com/az9713/whatsapp-claude-old/tree/main/.claude/skills/schedule-job
Command: npx skills add https://github.com/az9713/whatsapp-claude-old --skill schedule-job

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scheduling natural language requests into cron jobs and crontab entries to automate recurring tasks.

Core Features & Use Cases

  • Natural language to cron expression parsing and cron entry generation
  • Crontab management: view, add, edit, and remove scheduled jobs
  • Cross-platform scheduling with Linux cron and Windows Task Scheduler

Quick Start

Schedule a recurring data backup every night at 2am and have Claude generate the corresponding cron entry.

Frequently Asked Questions about schedule-job

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

FAQPage Schema
How do I convert natural language into a cron expression for scheduling tasks?

To convert natural language into a cron expression, provide a clear time expression, target task description, and working directory. The tool parses the request and generates a corresponding crontab entry with a confirmation flow and safety checks before modifying your crontab.

Can I manage existing crontab entries like viewing or removing scheduled jobs?

Yes, you can manage existing crontab entries to view, add, edit, and remove scheduled jobs. The tool handles crontab management by enforcing safety checks before applying any modifications to your Linux environment.

Does this natural language scheduling tool support Windows Task Scheduler?

Yes, the scheduling tool supports Windows Task Scheduler as a cross-platform alternative. While primarily designed for Linux cron environments, it accommodates Windows Task Scheduler for personal automation and server maintenance tasks.

What information do I need to provide to generate a crontab entry?

You need to provide a clear time expression, a target task description, and a working directory to generate a crontab entry. This information allows the parser to accurately convert your natural language request into a functional cron expression.

Are there safety checks before modifying the crontab with new cron jobs?

Yes, the tool enforces safety checks before modifying the crontab. It generates the cron entry and provides a confirmation flow to ensure no unintended changes are made to your scheduled tasks or system automation.