typeclaw-cron

Schedule recurring jobs via JSON cron configuration with timezone support.

53|12|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/typeclaw/typeclaw --skill typeclaw-cron
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typeclaw-cron
Source: https://github.com/typeclaw/typeclaw/tree/main/src/skills/typeclaw-cron
Command: npx skills add https://github.com/typeclaw/typeclaw --skill typeclaw-cron

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables the scheduling and automation of recurring tasks through a straightforward cron configuration, helping users manage periodic workflows consistently.

Core Features & Use Cases

  • Define periodic jobs using a JSON schema in cron.json for tasks like daily summaries or regular data backups.
  • Schedule execution of prompt or shell command jobs based on cron expressions, with support for timezones.
  • Use Case: Automate daily data aggregation at midnight or weekly report generation every Monday morning by configuring scheduled jobs easily.

Quick Start

Use this Skill to set up a cron job that runs a script every day at 8 AM to back up project data.

Frequently Asked Questions about typeclaw-cron

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

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

You schedule recurring tasks by defining periodic jobs in a JSON configuration file using cron syntax. The Skill reads this configuration to execute prompt-based sessions or direct shell commands at specified times.

Can I run shell commands and prompt-based sessions for task automation?

Yes, task automation supports both prompt-based sessions and direct shell commands. You define the execution method within the JSON configuration to run recurring jobs flexibly.

How do I configure cron jobs to align with specific timezones?

You configure cron jobs for specific timezones by specifying the timezone in the JSON schema. This ensures scheduling aligns with your desired local time for reliable periodic automation.

What is the best way to set up a daily data backup or weekly report generation?

The best way to set up daily data backups or weekly report generation is by defining the recurring jobs in a JSON file. You use cron expressions to schedule the periodic workflows consistently.

Do I need external dependencies to manage periodic workflows with this Skill?

No external dependencies are required to manage periodic workflows. The Skill operates independently by parsing the JSON configuration and adhering to standard cron syntax for scheduling.

Why use JSON configuration for scheduling recurring jobs?

JSON configuration is used for scheduling recurring jobs because it provides a straightforward schema to define execution triggers. It allows you to manage periodic workflows consistently without complex setups.